QUIC APL: Implement SSL_poll backend
[openssl.git] / include / internal / quic_tserver.h
2023-09-12 Matt CaswellAdd a test for using a PSK with QUIC
2023-09-07 Matt CaswellCopyright year updates
2023-08-30 Hugo LandauQUIC MULTISTREAM TEST: Test WAIT_PEER
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 LandauQUIC TEST: Ensure PING causes ACK generation
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-16 Hugo LandauQUIC: Fix multistream test on macOS
2023-06-27 Matt CaswellAdd a test quicserver utility
2023-05-24 Hugo LandauQUIC TSERVER: Allow detection of new incoming streams
2023-05-17 Tomas Mrazquic_tserver: Add possibility to change the connection id
2023-05-12 Hugo LandauQUIC TSERVER: Allow STOP_SENDING/RESET_STREAM to be...
2023-05-12 Hugo LandauQUIC TSERVER: Handle FINs correctly if ossl_quic_tserve...
2023-05-12 Hugo LandauQUIC CHANNEL: Do not copy terminate cause as it is...
2023-05-12 Hugo LandauQUIC TSERVER: Add support for multiple streams
2023-03-30 Hugo LandauMinor fixes to thread assisted mode
2023-03-30 Hugo LandauQUIC CHANNEL: Allow time source to be overridden
2023-03-19 Matt CaswellAdd a simple QUIC test for blocking mode
2023-02-22 Matt CaswellAdd const to some test tserver functions
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 CaswellAdd a test for a server that doesn't provide transport...
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 a skeleton quicfaultstest
2023-02-22 Matt CaswellAdd the ability to mutate QUIC packets before they...
2023-01-27 Hugo LandauQUIC Front End I/O API: Add support for signalling...
2023-01-24 Matt CaswellAdd QUIC-TLS server support
2023-01-19 Hugo LandauQUIC Test Server: Minor fixups
2023-01-19 Hugo LandauQUIC Test Server Implementation