QUIC CHANNEL: Consolidate forward object declarations in a single header
[openssl.git] / ssl / quic / quic_channel_local.h
2023-12-21 Hugo LandauQUIC CHANNEL: Consolidate forward object declarations...
2023-10-25 Hugo LandauQUIC TLS: Ensure QUIC_TLS is ticked between each proces...
2023-09-01 Hugo LandauQUIC RXDP: Reuse allocations between ACK frame processing
2023-09-01 Hugo LandauQUIC CHANNEL: Introduce concept of (non-)addressed...
2023-09-01 Hugo LandauQUIC CHANNEL: Only handle the first protocol error...
2023-08-29 Hugo LandauQUIC: Minimally handle version negotiation packets
2023-08-16 Pauliquic: process stateless resets
2023-08-10 Hugo LandauQUIC TEST: Ensure PING causes ACK generation
2023-08-08 Hugo LandauQUIC CHANNEL: Apply flow control to CRYPTO streams
2023-08-04 PauliFix type/legacy name
2023-08-04 Pauliquic conformance: 10.2.1 rate limiting
2023-07-31 Hugo LandauQUIC CHANNEL: Allow ticking to be inhibited for testing...
2023-07-19 Hugo LandauQUIC CHANNEL: Initialise max_ack_delay values properly
2023-07-07 Tomas MrazQUIC err handling: Save and restore error state
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