]> git.ipfire.org Git - thirdparty/openssl.git/history - test/quic_txp_test.c
Fix BIO_get_new_index() to return an error when it is exhausted.
[thirdparty/openssl.git] / test / quic_txp_test.c
2023-12-21  Hugo LandauQUIC TXP TEST: Remove dependency on legacy DEMUX-QRX...
2023-10-20  Hugo LandauQUIC: Prevent incoming oversize tokens
2023-09-07  Matt CaswellCopyright year updates
2023-08-23  Tomas Mrazossl_quic_tx_packetiser_generate(): Always report if...
2023-08-16  Pauliquic: process stateless resets
2023-08-10  Hugo LandauQUIC TXP: Re-enable accidentially disabled tests
2023-08-08  Hugo LandauQUIC CFQ: Unreliable transmission for PATH_RESPONSE
2023-07-25  Hugo LandauQUIC TXP: Add extra test
2023-07-21  Hugo LandauQUIC TXP: Update tests for refactor
2023-07-21  Hugo LandauQUIC TXP: Test packet size boundary cases
2023-07-16  Hugo LandauQUIC CONFORMANCE: Enforce minimal frame type encoding
2023-07-16  Hugo LandauQUIC QSM: Free unneeded stream buffers, calculate RESET...
2023-07-16  Hugo LandauQUIC QSM/STREAM: Refactor to use RFC stream states
2023-06-15  Hugo LandauQUIC TXP: Refactor status output to use an extensible...
2023-05-24  Matt CaswellProperly handling stream/crypto frames while tracing
2023-05-24  Hugo LandauQUIC QSM: Allow QSM to know if we are in the server...
2023-05-17  Tomas MrazFix test cases using NEW_CONNECTION_ID frame
2023-05-17  Tomas Mrazquic_txp_test.c: Cleanup use of WPACKET
2023-05-12  Hugo LandauQUIC QSM: Clean up SEND_STREAM/RECV_STREAM handling
2023-05-12  Hugo LandauQUIC RXDP/QSM: Enforce MAX_STREAMS
2023-05-12  Hugo LandauQUIC TXP/CHANNEL: Generate MAX_STREAMS using RXFC
2023-05-01  Hugo LandauQUIC CC: Major revisions to CC abstract interface
2023-03-30  Hugo LandauQUIC TXP: Allow caller to determine if an ACK-eliciting...
2023-01-30  Hugo LandauQUIC Probes Support: Minor tweaks
2023-01-30  Hugo LandauQUIC TXP: Allow TXP to generate probes
2023-01-13  Hugo LandauQUIC DEMUX: Allow MTU to vary over time and autodetect MTU
2023-01-13  Hugo LandauQUIC Stream Mapper: CSM-related changes, stream limits...
2023-01-13  Hugo LandauQUIC TXP: Don't send STREAM frames until handshake...
2023-01-13  Hugo LandauQUIC RX: Support refcounted packets and eliminate wrapper
2022-11-24  Hugo LandauQUIC TX Packetiser and Streams Mapper