]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/quic/quic_tserver.c
Copyright year updates
[thirdparty/openssl.git] / ssl / quic / quic_tserver.c
2023-09-07  Matt CaswellCopyright year updates
2023-08-30  Hugo LandauQUIC MULTISTREAM TEST: Test WAIT_PEER
2023-08-24  Matt CaswellAdd the ability to set SSL_trace as the msg_callback...
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 TSERVER: Handle return value correctly (coverity)
2023-08-10  Hugo LandauQUIC APL/CHANNEL: Wire up connection closure reason
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-31  Hugo LandauQUIC TSERVER: Allow reading from a stream after connect...
2023-07-16  Hugo LandauMinor fixups
2023-07-16  Hugo LandauQUIC: Fix multistream test on macOS
2023-07-16  Hugo LandauQUIC QSM: Get rid of recv_fin_retired in favour of...
2023-07-16  Hugo LandauQUIC QSM/STREAM: Refactor to use RFC stream states
2023-06-27  Matt CaswellAdd a test quicserver utility
2023-05-24  Hugo LandauQUIC: Fix bugs where threading is disabled
2023-05-24  Hugo LandauQUIC TSERVER: Allow detection of new incoming streams
2023-05-17  Tomas MrazAdd test for handling NEW_CONNECTION_ID frame
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-05-09  Juergen ChristFix stack use-after-free in 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 LandauMinor fixes to thread assisted mode
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 LandauAdd mutex to tserver
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