summaryrefslogtreecommitdiffstats
path: root/include/internal/quic_tserver.h
AgeCommit message (Expand)Author
2023-07-17QUIC: Fix multistream test on macOSHugo Landau
2023-06-28Add a test quicserver utilityMatt Caswell
2023-05-24QUIC TSERVER: Allow detection of new incoming streamsHugo Landau
2023-05-17quic_tserver: Add possibility to change the connection idTomas 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-03-30Minor fixes to thread assisted modeHugo Landau
2023-03-30QUIC CHANNEL: Allow time source to be overriddenHugo 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