aboutsummaryrefslogtreecommitdiffstats
path: root/test/quicfaultstest.c
Commit message (Expand)AuthorAgeFilesLines
* QUIC QTEST_FAULT: Allow deleted TLS extension to be outputHugo Landau2023-11-021-1/+1
* Add the ability to do client side tracing in quictestlib.cMatt Caswell2023-09-221-4/+4
* Test we correctly handle missing ALPN from the serverMatt Caswell2023-09-131-10/+19
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* QUIC: Update no-TPARAM test for correct error codeHugo Landau2023-08-081-1/+2
* Extend the test_quic_write_read() test to include resumptionMatt Caswell2023-08-021-4/+4
* Raise SSL_R_QUIC_PROTOCOL_ERROR on any QUIC protocol errorTomas Mraz2023-07-181-11/+1
* QUIC CONFORMANCE: Enforce minimal frame type encodingHugo Landau2023-07-171-1/+1
* Allow qtestlib to use a "fake_now" implementationMatt Caswell2023-07-061-11/+5
* Fix typos found by codespellDimitri Papadopoulos2023-06-151-1/+1
* QUIC: Rename SSL_tick, SSL_get_tick_timeoutHugo Landau2023-05-291-7/+7
* QUIC: Update faults test to use streams correctlyHugo Landau2023-05-121-3/+13
* QUIC TSERVER: Add support for multiple streamsHugo Landau2023-05-121-4/+4
* Add a simple QUIC test for blocking modeMatt Caswell2023-03-201-8/+8
* Rename various functions OSSL_QUIC_FAULT -> QTEST_FAULTMatt Caswell2023-02-221-29/+29
* Add a helper function to prepend a frame to a packetMatt Caswell2023-02-221-22/+4
* Extend the corruption test to truncate a datagramMatt Caswell2023-02-221-9/+34
* Add a test for a corrupted packetMatt Caswell2023-02-221-1/+123
* Expand some comments in the header fileMatt Caswell2023-02-221-1/+1
* Add a test for a server that doesn't provide transport paramsMatt Caswell2023-02-221-8/+54
* Add a test where an unknown frame type is receivedMatt Caswell2023-02-221-0/+129
* Add a skeleton quicfaultstestMatt Caswell2023-02-221-0/+103