]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/quic/quic_channel.c
QUIC: Fix multistream test on macOS
[thirdparty/openssl.git] / ssl / quic / quic_channel.c
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...
2023-01-13  Hugo LandauQUIC API: Rename want_net_read and want_net_write
2023-01-13  Hugo LandauQUIC CHANNEL: Handle network errors as connection-fatal...
2023-01-13  Hugo LandauQUIC CSM: Minor style fixes
2023-01-13  Hugo LandauQUIC: Minor cleanup
2023-01-13  Hugo LandauQUIC: Use ossl_assert
2023-01-13  Hugo LandauQUIC CHANNEL: Minor cleanups and bug fix
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 pump the demuxer once per tick
2023-01-13  Hugo LandauQUIC CHANNEL: Only reprocess after an RX secret has...
2023-01-13  Hugo LandauQUIC Front-End I/O API: Ensure BIOs are reffed and...
2023-01-13  Hugo LandauQUIC_CHANNEL: Handle deferred packet processing after...
2023-01-13  Hugo LandauQUIC DEMUX: Allow MTU to vary over time and autodetect MTU
2023-01-13  Hugo LandauQUIC: Enable building with QUIC support disabled
2023-01-13  Hugo LandauQUIC_CHANNEL: Implementation