QUIC CHANNEL: Improve error reporting
[openssl.git] / ssl / quic / quic_channel.c
2023-08-08 Hugo LandauQUIC CHANNEL: Improve error reporting
2023-08-08 Hugo LandauQUIC CHANNEL: Apply flow control to CRYPTO streams
2023-08-08 Hugo LandauQUIC FC: Rename stream count mode to reflect actual...
2023-08-08 Hugo LandauQUIC CHANNEL: Fix typo
2023-08-08 Hugo LandauQUIC QRX: Don't process 1-RTT packets until handshake...
2023-08-08 Hugo LandauQUIC CHANNEL, TXP: Discard INITIAL EL correctly
2023-08-08 Hugo LandauQUIC TLS: Report TLS errors properly as QUIC protocol...
2023-08-08 Hugo LandauQUIC CHANNEL: Send correct alert code if no TPARAMs...
2023-08-08 Hugo LandauQUIC CFQ: Unreliable transmission for PATH_RESPONSE
2023-08-04 Pauliquic compliance: 10.2.3 dropping instead of closing
2023-08-04 Pauliquic conformance: 10.2.1 rate limiting
2023-08-04 Pauliquic conformance: section 10.2.2 requirements
2023-08-04 Pauliquic conformance: section 10.2.1 requirements
2023-08-04 PauliAdd note about RFC 9000 10.2 persist time
2023-08-04 Paulidocument RRFC9000 10.1 MUST requirement
2023-07-31 Hugo LandauQUIC CHANNEL: Allow ticking to be inhibited for testing...
2023-07-21 Tom CosgroveFix build when configured with -DOPENSSL_USE_IPV6=0
2023-07-21 Hugo LandauQUIC TXP: Refactor TXP-related deadline handling into TXP
2023-07-19 Hugo LandauQUIC CHANNEL: Initialise max_ack_delay values properly
2023-07-18 Tomas MrazRaise SSL_R_QUIC_PROTOCOL_ERROR on any QUIC protocol...
2023-07-16 Hugo LandauQUIC: Fix multistream test on macOS
2023-07-16 Hugo LandauMinor updates
2023-07-16 Hugo LandauQUIC CONFORMANCE: Stop handling frames after termination
2023-07-16 Hugo LandauQUIC Conformance: Frame Handling Tests
2023-07-16 Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 9.6
2023-07-16 Hugo LandauQUIC CONFORMANCE: Validate preferred_addr transport...
2023-07-16 Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 19.15: NEW_CONNECTION_ID...
2023-07-16 Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 17.2.5.1
2023-07-16 Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 17.2.2: Enforce no initia...
2023-07-16 Hugo LandauQUIC CONFORMANCE: Enforce packet header reserved bits
2023-07-16 Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 12.3: PN Limit
2023-07-16 Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 12.3: PN duplicate suppre...
2023-07-16 Hugo LandauQUIC CONFORMANCE: Packet handling fixes
2023-07-16 Hugo LandauQUIC QSM/STREAM: Refactor to use RFC stream states
2023-07-07 Tomas MrazQUIC err handling: Save and restore error state
2023-07-07 Tomas MrazQUIC err handling: Properly report network errors
2023-07-04 Hugo LandauRework options handling
2023-07-04 Hugo LandauQUIC: Implement SSL_has_pending
2023-07-02 Tomas MrazCleanse also the send stream data with SSL_OP_CLEANSE_P...
2023-06-27 Matt CaswellBefore we do anything the ping deadline is infinite
2023-06-23 Tomas MrazSupport SSL_OP_CLEANSE_PLAINTEXT on QUIC streams
2023-06-15 Hugo LandauQUIC: Minor fixups
2023-06-15 Hugo LandauQUIC CHANNEL: Inform the ACKM when the handshake is...
2023-06-15 Hugo LandauQUIC CHANNEL: Optimise key update using ACKs
2023-06-15 Hugo LandauQUIC: Add internal APIs for white-box testing of key...
2023-06-15 Hugo LandauQUIC CHANNEL: Enforce the RX packet forgery limit
2023-06-15 Hugo LandauQUIC RXDP: Strictly enforce ACK PNs with regard to...
2023-06-15 Hugo LandauQUIC CHANNEL: Ensure new packets aren't enforced with...
2023-06-15 Hugo LandauQUIC CHANNEL: Handle key updates correctly
2023-06-15 Hugo LandauQUIC TXP: Refactor status output to use an extensible...
2023-06-15 Dimitri PapadopoulosFix typos found by codespell
2023-06-14 Matt CaswellOnly take note of the ack deadline if we can actually...
2023-06-01 PauliQUIC: CID conformance
2023-05-24 Matt CaswellRename msg_callback_s to msg_callback_ssl for greater...
2023-05-24 Matt CaswellCreate setter functions for the msg_callback and msg_ca...
2023-05-24 Matt CaswellEnable tracing of packets that have been sent
2023-05-24 Matt CaswellExtend tracing of frames to transmitted frames
2023-05-24 Matt CaswellAdd initial QUIC support for the msg_callback
2023-05-24 Hugo LandauQUIC QSM: Allow QSM to know if we are in the server...
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 MSST: Minor fixes and cleanups
2023-05-12 Hugo LandauQUIC QSM: Stream garbage collection
2023-05-12 Hugo LandauQUIC QSM: Clean up SEND_STREAM/RECV_STREAM handling
2023-05-12 Hugo LandauQUIC CHANNEL: Do not copy terminate cause as it is...
2023-05-12 Hugo LandauQUIC TXP/CHANNEL: Generate MAX_STREAMS using RXFC
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 CHANNEL: Handle incoming remotely-created streams
2023-05-12 Hugo LandauQUIC APL: Add stream creation APIs
2023-05-12 Hugo LandauQUIC CHANNEL: Handle any number of streams
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-05-01 Hugo LandauQUIC CHANNEL: Fix bug where time callback arg wasn...
2023-05-01 Hugo LandauQUIC: Make QUIC_CHANNEL use newreno CC
2023-05-01 Hugo LandauQUIC CC: Major revisions to CC abstract interface
2023-04-12 Matt CaswellAdd support for rstream get/release record in the QUIC...
2023-03-30 Hugo LandauQUIC Thread Assisted mode: miscellaneous fixes
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: Fix idle timeout handling
2023-03-30 Hugo LandauQUIC CHANNEL: Allow time source to be overridden
2023-03-30 Hugo LandauAdd channel-only tick mode and use it for thread assist...
2023-03-30 Hugo LandauMove channel mutex out of QUIC_CHANNEL for init/teardow...
2023-03-30 Hugo LandauQUIC Channel: Add a mutex
2023-03-21 Hugo LandauQUIC: Add support for datagram injection
2023-03-19 Matt CaswellMake sure the QRX and QTX are associated with a libctx
2023-03-06 Tomas MrazImprove the QUIC_RSTREAM implementation
2023-02-22 Matt CaswellRename various functions OSSL_QUIC_FAULT -> QTEST_FAULT
2023-02-22 Matt CaswellDon't treat the Tserver as connected until the handshak...
2023-02-22 Matt CaswellRaise a protocol error if we have not received transpor...
2023-02-22 Matt CaswellAdd the ability to mutate TLS handshake messages before...
2023-02-22 Matt CaswellEnable QUIC test server to find out the termination...
2023-02-22 Matt CaswellAdd the ability to mutate QUIC packets before they...
2023-01-27 Hugo LandauQUIC: Refine SSL_shutdown and begin to implement SSL_sh...
2023-01-24 Matt CaswellReplace use of the Dummy Handshake Layer with the real one
2023-01-19 Hugo LandauQUIC Test Server: Minor fixups
2023-01-19 Hugo LandauQUIC CHANNEL: Add basic server support for testing
2023-01-19 Hugo LandauQUIC CHANNEL: Transport params: Offer reason text and...
next