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