summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_tserver.c
AgeCommit message (Expand)Author
2023-06-28Add a test quicserver utilityMatt Caswell
2023-05-24QUIC: Fix bugs where threading is disabledHugo Landau
2023-05-24QUIC TSERVER: Allow detection of new incoming streamsHugo Landau
2023-05-17Add test for handling NEW_CONNECTION_ID frameTomas Mraz
2023-05-12QUIC TSERVER: Allow STOP_SENDING/RESET_STREAM to be queriedHugo Landau
2023-05-12QUIC TSERVER: Handle FINs correctly if ossl_quic_tserver_read is not called f...Hugo Landau
2023-05-12QUIC CHANNEL: Do not copy terminate cause as it is not modified after termina...Hugo Landau
2023-05-12QUIC TSERVER: Add support for multiple streamsHugo Landau
2023-05-09Fix stack use-after-free in QUICJuergen Christ
2023-03-30QUIC Thread Assisted mode: miscellaneous fixesHugo Landau
2023-03-30QUIC Thread Assisted Mode: Fix typos and use of CRYPTO_RWLOCK typeHugo Landau
2023-03-30Minor fixes to thread assisted modeHugo Landau
2023-03-30QUIC CHANNEL: Allow time source to be overriddenHugo Landau
2023-03-30Add channel-only tick mode and use it for thread assisted modeHugo Landau
2023-03-30Add mutex to tserverHugo Landau
2023-03-20Add a simple QUIC test for blocking modeMatt Caswell
2023-02-22Add const to some test tserver functionsMatt Caswell
2023-02-22Rename various functions OSSL_QUIC_FAULT -> QTEST_FAULTMatt Caswell
2023-02-22Don't treat the Tserver as connected until the handshake is confirmedMatt Caswell
2023-02-22Add a test for a server that doesn't provide transport paramsMatt Caswell
2023-02-22Add the ability to mutate TLS handshake messages before they are writtenMatt Caswell
2023-02-22Enable QUIC test server to find out the termination reasonMatt Caswell
2023-02-22Add a skeleton quicfaultstestMatt Caswell
2023-02-22Add the ability to mutate QUIC packets before they are writtenMatt Caswell
2023-01-27QUIC Front End I/O API: Add support for signalling and detecting end-of-streamHugo Landau
2023-01-24Add QUIC-TLS server supportMatt Caswell
2023-01-19QUIC Test Server: Minor fixupsHugo Landau
2023-01-19QUIC Test Server ImplementationHugo Landau