QUIC err handling: Properly report network errors
[openssl.git] / ssl / quic / quic_channel_local.h
2023-07-07 Tomas MrazQUIC err handling: Properly report network errors
2023-06-15 Hugo LandauQUIC: Add internal APIs for white-box testing of key...
2023-06-15 Hugo LandauQUIC RXDP: Strictly enforce ACK PNs with regard to...
2023-06-15 Hugo LandauQUIC CHANNEL: Handle key updates correctly
2023-06-15 Dimitri PapadopoulosFix typos found by codespell
2023-05-24 Matt CaswellRename msg_callback_s to msg_callback_ssl for greater...
2023-05-24 Matt CaswellAdd initial QUIC support for the msg_callback
2023-05-17 Tomas Mrazquic_tserver: Add possibility to change the connection id
2023-05-17 Tomas MrazAdd minimal handling of NEW_CONNECTION_ID frames
2023-05-12 Hugo LandauQUIC TXP/CHANNEL: Generate MAX_STREAMS using RXFC
2023-05-12 Hugo LandauQUIC CHANNEL: Incoming streams implicitly create lower...
2023-05-12 Hugo LandauQUIC CHANNEL, APL: Reject policy handling
2023-05-12 Hugo LandauQUIC CHANNEL: Initialise state, FC credit for new strea...
2023-05-12 Hugo LandauQUIC APL: Add stream creation APIs
2023-05-12 Hugo LandauQUIC CHANNEL: Store TPs for initial flow control in...
2023-05-12 Hugo LandauQUIC CHANNEL: Clarify role of RX TPs in preparation...
2023-05-12 Hugo LandauQUIC CHANNEL: Remove stream 0-specific code
2023-03-30 Hugo LandauQUIC Thread Assisted Mode: Fix typos and use of CRYPTO_...
2023-03-30 Hugo LandauEnhance quic_tserver test to fully test thread assisted...
2023-03-30 Hugo LandauQUIC CHANNEL: Allow time source to be overridden
2023-03-30 Hugo LandauMove channel mutex out of QUIC_CHANNEL for init/teardow...
2023-03-30 Hugo LandauQUIC Channel: Add a mutex
2023-02-22 Matt CaswellEnable QUIC test server to find out the termination...
2023-01-24 Matt CaswellReplace use of the Dummy Handshake Layer with the real one
2023-01-19 Hugo LandauQUIC CHANNEL: Add basic server support for testing
2023-01-13 Hugo LandauQUIC CHANNEL: Revise inaccurate comments
2023-01-13 Matt CaswellSeparate handling of RX and TX enc level
2023-01-13 Hugo LandauQUIC CHANNEL: Only reprocess after an RX secret has...
2023-01-13 Hugo LandauQUIC_CHANNEL: Handle deferred packet processing after...
2023-01-13 Hugo LandauQUIC_CHANNEL: Implementation