aboutsummaryrefslogtreecommitdiff
path: root/test/quicfaultstest.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09Copyright year updatesRichard Levitte1-1/+1
2024-03-07QUIC: Uniform changes for QUIC error code definitions renameHugo Landau1-2/+2
2023-11-02QUIC QTEST_FAULT: Allow deleted TLS extension to be outputHugo Landau1-1/+1
2023-09-22Add the ability to do client side tracing in quictestlib.cMatt Caswell1-4/+4
2023-09-13Test we correctly handle missing ALPN from the serverMatt Caswell1-10/+19
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-08-08QUIC: Update no-TPARAM test for correct error codeHugo Landau1-1/+2
2023-08-02Extend the test_quic_write_read() test to include resumptionMatt Caswell1-4/+4
2023-07-18Raise SSL_R_QUIC_PROTOCOL_ERROR on any QUIC protocol errorTomas Mraz1-11/+1
2023-07-17QUIC CONFORMANCE: Enforce minimal frame type encodingHugo Landau1-1/+1
2023-07-06Allow qtestlib to use a "fake_now" implementationMatt Caswell1-11/+5
2023-06-15Fix typos found by codespellDimitri Papadopoulos1-1/+1
2023-05-29QUIC: Rename SSL_tick, SSL_get_tick_timeoutHugo Landau1-7/+7
2023-05-12QUIC: Update faults test to use streams correctlyHugo Landau1-3/+13
2023-05-12QUIC TSERVER: Add support for multiple streamsHugo Landau1-4/+4
2023-03-20Add a simple QUIC test for blocking modeMatt Caswell1-8/+8
2023-02-22Rename various functions OSSL_QUIC_FAULT -> QTEST_FAULTMatt Caswell1-29/+29
2023-02-22Add a helper function to prepend a frame to a packetMatt Caswell1-22/+4
2023-02-22Extend the corruption test to truncate a datagramMatt Caswell1-9/+34
2023-02-22Add a test for a corrupted packetMatt Caswell1-1/+123
2023-02-22Expand some comments in the header fileMatt Caswell1-1/+1
2023-02-22Add a test for a server that doesn't provide transport paramsMatt Caswell1-8/+54
2023-02-22Add a test where an unknown frame type is receivedMatt Caswell1-0/+129
2023-02-22Add a skeleton quicfaultstestMatt Caswell1-0/+103