aboutsummaryrefslogtreecommitdiffstats
path: root/test/helpers
Commit message (Expand)AuthorAgeFilesLines
* add locking around fake_nowNeil Horman2023-11-081-6/+39
* QUIC QTEST_FAULT: Allow deleted TLS extension to be outputHugo Landau2023-11-022-4/+23
* QUIC: Test connection with large client and server cert chainsTomas Mraz2023-10-252-0/+52
* Add a test for retries when sending app dataMatt Caswell2023-10-242-1/+106
* Always back off on the first packet noise from client to serverTomas Mraz2023-10-061-2/+10
* Add testing of bitflips in packet headersTomas Mraz2023-10-061-8/+55
* Back off on generating noise in the event of a PING frameMatt Caswell2023-10-043-10/+94
* Copyright year updatesMatt Caswell2023-09-281-1/+1
* Fix no-ssl-traceMatt Caswell2023-09-281-0/+2
* Move e_os2.h up in quictestlib.c to allow symbol definition consistency.Randall S. Becker2023-09-271-0/+1
* Clean away the test code implementation of bio_addr_copyMatt Caswell2023-09-252-43/+2
* Clarify the terminology in the noisy dgram BIOMatt Caswell2023-09-221-36/+71
* Ensure we up-ref the sbio before passing it to tserverMatt Caswell2023-09-221-2/+6
* Remove some redundant code from test helper BIOsMatt Caswell2023-09-222-56/+0
* Ensure client to server datagrams are noisy tooMatt Caswell2023-09-222-9/+29
* Add the ability to do client side tracing in quictestlib.cMatt Caswell2023-09-222-3/+19
* Extend the noisy dgram test so that packets are also affected by noiseMatt Caswell2023-09-222-0/+10
* Add a packet splitting BIOMatt Caswell2023-09-224-62/+246
* Add support for timeouts into quictestlib.cMatt Caswell2023-09-221-7/+48
* Add some optional debug output to the noisy dgram BIOMatt Caswell2023-09-221-0/+37
* Use test_random() to introduce better noise into the noisy dgram BIOMatt Caswell2023-09-221-35/+127
* Add the ability to drop datagrams in the noisy dgram BIOMatt Caswell2023-09-221-3/+123
* Create a noisy dgram testMatt Caswell2023-09-223-2/+148
* SSL: Test SSL_get_[rw]poll_descriptor, SSL_net_(read|write)_desiredHugo Landau2023-09-201-0/+22
* Fix new typos found by codespellDimitri Papadopoulos2023-09-181-2/+3
* Add a test for using a PSK with QUICMatt Caswell2023-09-122-0/+46
* Copyright year updatesMatt Caswell2023-09-076-6/+6
* Add a test for QUIC non IO retry errorsMatt Caswell2023-09-022-6/+40
* QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addrHugo Landau2023-08-241-1/+1
* qtest: Use fake time on both client and serverTomas Mraz2023-08-221-0/+4
* qtest: Run both client and server during connectTomas Mraz2023-08-221-9/+11
* quicapitest.c: Fix missing wait_until_sock_readable()Tomas Mraz2023-08-141-0/+9
* QUIC fault testing TODOs are changed into regular commentsTomas Mraz2023-08-082-5/+11
* Add support into qtest_shutdown for blocking modeMatt Caswell2023-08-021-4/+60
* Extend the test_quic_write_read() test to include resumptionMatt Caswell2023-08-022-4/+7
* Add the ability for tserver to use a pre-existing SSL_CTXMatt Caswell2023-08-021-0/+1
* QUIC: Automatically drain non-concluded streams, bugfixesHugo Landau2023-07-311-1/+10
* Add a test for a retry during the handshakeMatt Caswell2023-07-172-4/+11
* QUIC Conformance: Frame Handling TestsHugo Landau2023-07-172-6/+21
* QUIC CONFORMANCE: Enforce minimal frame type encodingHugo Landau2023-07-172-0/+12
* Add an SSL BIO test for QUICMatt Caswell2023-07-111-3/+6
* Allow qtestlib to use a "fake_now" implementationMatt Caswell2023-07-062-5/+33
* Add a test quicserver utilityMatt Caswell2023-06-281-0/+1
* Fix typos found by codespellDimitri Papadopoulos2023-06-152-3/+3
* QUIC: Rename SSL_tick, SSL_get_tick_timeoutHugo Landau2023-05-291-1/+1
* Enable tracing of packets that have been sentMatt Caswell2023-05-241-1/+1
* QUIC CHANNEL: Do not copy terminate cause as it is not modified after termina...Hugo Landau2023-05-121-3/+4
* test: update ssl_new tests in line with pedantic FIPS policyPauli2023-04-212-0/+8
* Add a test for an app data record appearing before epoch change in DTLSMatt Caswell2023-03-312-18/+21
* Add a simple QUIC test for blocking modeMatt Caswell2023-03-204-45/+180