]> git.ipfire.org Git - thirdparty/openssl.git/history - test/quic_multistream_test.c
QUIC API: Revise SSL_get_conn_close_info to use a flags field
[thirdparty/openssl.git] / test / quic_multistream_test.c
2023-09-01  Hugo LandauQUIC API: Revise SSL_get_conn_close_info to use a flags...
2023-08-30  Hugo LandauQUIC MULTISTREAM TEST: Test WAIT_PEER
2023-08-29  Hugo LandauQUIC: Version negotiation testing
2023-08-29  Hugo LandauQUIC MULTISTREAM TEST: Fix connect-or-fail
2023-08-25  Hugo LandauQUIC MULTISTREAM TEST: Test backpressure on stream...
2023-08-15  Matt CaswellAdd a test for receiving a post-handshake CertificateRe...
2023-08-15  Matt CaswellAdd the ability to send NewSessionTicket messages when...
2023-08-10  Hugo LandauMinor fixes
2023-08-10  Hugo LandauQUIC TEST: Fix double close of FD (coverity)
2023-08-10  Hugo LandauQUIC TEST: Coverity - Ensure stream names are non-NULL
2023-08-10  Hugo LandauQUIC TEST: STREAM, MAX_DATA and MAX_STREAM_DATA testing
2023-08-10  Hugo LandauQUIC TEST: RESET_STREAM, STOP_SENDING
2023-08-10  Hugo LandauQUIC TEST: Connection closure reason testing
2023-08-10  Hugo LandauQUIC TEST: Test repeated HANDSHAKE_DONE, non-minimal...
2023-08-10  Hugo LandauQUIC TEST: Test NEW_CONN_ID frames
2023-08-10  Hugo LandauQUIC TEST: Test malformed crypto stream data, excess...
2023-08-10  Hugo LandauQUIC TEST: Ensure bogus BLOCKED frames are ignored
2023-08-10  Hugo LandauQUIC TEST: Ensure PATH_RESPONSE is ignored
2023-08-10  Hugo LandauQUIC TEST: Test ACK frame generation
2023-08-10  Hugo LandauQUIC TEST: Ensure PING causes ACK generation
2023-08-10  Hugo LandauQUIC TEST: Fault Injection: PADDING
2023-08-08  Hugo LandauQUIC CHANNEL: Improve error reporting
2023-08-08  Hugo LandauQUIC: Test crypto stream FC limits
2023-08-08  Hugo LandauQUIC CONFORMANCE: Test that CRYPTO frames with bad...
2023-08-08  Hugo LandauQUIC: Echo PATH_CHALLENGE frames as PATH_RESPONSE frames
2023-08-02  Matt CaswellAdd the ability for tserver to use a pre-existing SSL_CTX
2023-07-31  Hugo LandauQUIC MULTISTREAM TEST: Shutdown flush test
2023-07-31  Hugo LandauQUIC MULTISTREAM TEST: Better failure logging with...
2023-07-16  Hugo LandauQUIC: Fix multistream test on macOS
2023-07-16  Hugo LandauMinor fixups
2023-07-16  Hugo LandauQUIC: Fix multistream script 19 stochastic test failure
2023-07-16  Hugo LandauMinor updates 2
2023-07-16  Hugo LandauMinor updates
2023-07-16  Hugo LandauQUIC: Multistream test fixes
2023-07-16  Hugo LandauQUIC: Correct minimal frame encoding test
2023-07-16  Hugo LandauQUIC: test fixes for WPACKET use
2023-07-16  Hugo LandauQUIC Conformance: Frame Handling Tests
2023-07-16  Hugo LandauQUIC QSM/STREAM: Refactor to use RFC stream states
2023-07-07  Tomas MrazQUIC err handling: Add multi-stream test
2023-07-07  Hugo LandauQUIC: Fix multistream script 19 stochastic test failure
2023-07-06  Matt CaswellUse %llx not %lx for uint64_t
2023-07-04  Hugo LandauQUIC: Fix multistream test 19
2023-06-28  Hugo LandauFix multistream test script 18
2023-06-27  Matt CaswellAdd a test quicserver utility
2023-06-15  Hugo LandauQUIC: Allow application to trigger TXKU
2023-06-15  Hugo LandauQUIC: Test key update works correctly
2023-05-29  Hugo LandauQUIC: Rename SSL_tick, SSL_get_tick_timeout
2023-05-24  Hugo LandauQUIC: Fix bugs where threading is disabled
2023-05-24  Hugo LandauQUIC MSMT: macOS robustness fixes
2023-05-24  Hugo LandauQUIC MSMT TESTS: Add tests to exercise MAX_STREAMS
2023-05-24  Hugo LandauQUIC MSMT: Stress tests, support for repeating test...
2023-05-24  Hugo LandauQUIC MSMT: Add a basic multithreading test
2023-05-24  Hugo LandauQUIC MSMT: Revise tests to support multithreading
2023-05-12  Hugo LandauQUIC APL: De-publicise SSL_attach_stream/SSL_detach_stream
2023-05-12  Hugo LandauQUIC MSST: Rename SSL_set_incoming_stream_reject_policy
2023-05-12  Hugo LandauQUIC MSST: Fix test on macOS
2023-05-12  Hugo LandauQUIC MSST: Test that SSL_free works in either order
2023-05-12  Hugo LandauQUIC MSST: Fix tests on platforms with non-deterministi...
2023-05-12  Hugo LandauMinor fixups
2023-05-12  Hugo LandauQUIC MSST: Tests