summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_tserver.c
AgeCommit message (Expand)Author
2023-10-20Postpone two TODO(QUIC) items appropriatelyTomas Mraz
2023-09-22Ensure we free all the BIOs in a chain for QUIC like we do in TLSMatt Caswell
2023-09-12Add a test for using a PSK with QUICMatt Caswell
2023-09-07Copyright year updatesMatt Caswell
2023-08-30QUIC MULTISTREAM TEST: Test WAIT_PEERHugo Landau
2023-08-24Add the ability to set SSL_trace as the msg_callback in tserverMatt Caswell
2023-08-15Add a test for receiving a post-handshake CertificateRequestMatt Caswell
2023-08-15Add the ability to send NewSessionTicket messages when we want themMatt Caswell
2023-08-10Minor fixesHugo Landau
2023-08-10QUIC TSERVER: Handle return value correctly (coverity)Hugo Landau
2023-08-10QUIC APL/CHANNEL: Wire up connection closure reasonHugo Landau
2023-08-10QUIC TEST: Ensure PING causes ACK generationHugo Landau
2023-08-08QUIC: Echo PATH_CHALLENGE frames as PATH_RESPONSE framesHugo Landau
2023-08-02Add the ability for tserver to use a pre-existing SSL_CTXMatt Caswell
2023-07-31QUIC TSERVER: Allow reading from a stream after connection terminationHugo Landau
2023-07-17Minor fixupsHugo Landau
2023-07-17QUIC: Fix multistream test on macOSHugo Landau
2023-07-17QUIC QSM: Get rid of recv_fin_retired in favour of recv_stateHugo Landau
2023-07-17QUIC QSM/STREAM: Refactor to use RFC stream statesHugo Landau
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