summaryrefslogtreecommitdiffstats
path: root/test/helpers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesTomas Mraz2024-09-054-4/+4
* that open brace { should be on the previous lineDimitri Papadopoulos2024-07-221-2/+1
* Allow an empty NPN/ALPN protocol list in the testsMatt Caswell2024-06-271-0/+6
* Move the ability to load the dasync engine into ssltestlib.cMatt Caswell2024-05-282-0/+35
* Add support for integrity-only cipher suites for TLS v1.3Rajeev Ranjan2024-05-141-0/+2
* Copyright year updatesRichard Levitte2024-04-093-3/+3
* Add a test using the bandwidth limit filterTomas Mraz2024-03-152-0/+60
* Add support for bandwidth limitation in noisydgram BIO filterTomas Mraz2024-03-152-6/+162
* bio_f_noisy_dgram_filter(): Fix typoTomas Mraz2024-03-151-1/+1
* QUIC: Uniform changes for QUIC error code definitions renameHugo Landau2024-03-081-2/+2
* 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-242-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