summaryrefslogtreecommitdiff
path: root/test/helpers/quictestlib.c
Commit message (Expand)AuthorAgeFilesLines
* QUIC CHANNEL: Do not copy terminate cause as it is not modified after termina...Hugo Landau2023-05-121-3/+4
* Add a simple QUIC test for blocking modeMatt Caswell2023-03-201-15/+122
* Rename various functions OSSL_QUIC_FAULT -> QTEST_FAULTMatt Caswell2023-02-221-48/+44
* Add a helper function to prepend a frame to a packetMatt Caswell2023-02-221-0/+32
* Add a qtest_check_server_transport_err helper functionMatt Caswell2023-02-221-6/+13
* Add the capability to listen for datagramsMatt Caswell2023-02-221-26/+81
* Don't treat the Tserver as connected until the handshake is confirmedMatt Caswell2023-02-221-1/+1
* Enable the fault injector to add faults to post-encryption packetsMatt Caswell2023-02-221-22/+154
* Add a test for a server that doesn't provide transport paramsMatt Caswell2023-02-221-10/+33
* Implement the QUIC Fault injector support for TLS handshake messagesMatt Caswell2023-02-221-0/+218
* Add the ability to mutate TLS handshake messages before they are writtenMatt Caswell2023-02-221-2/+4
* Enable QUIC test server to find out the termination reasonMatt Caswell2023-02-221-1/+1
* Implement the QUIC Fault injector support for plaintext packetsMatt Caswell2023-02-221-0/+128
* Add a skeleton quicfaultstestMatt Caswell2023-02-221-0/+149