aboutsummaryrefslogtreecommitdiffstats
path: root/test/quicapitest.c
Commit message (Expand)AuthorAgeFilesLines
* tparam_on_enc_ext(): Remove dead code in cleanupTomas Mraz2023-11-061-6/+2
* QUIC: Test missing/malformed/duplicate/etc. transport parametersHugo Landau2023-11-021-0/+517
* QUIC TLS: Ensure QUIC_TLS is ticked between each processed RX packetHugo Landau2023-10-251-7/+10
* QUIC: Test connection with large client and server cert chainsTomas Mraz2023-10-251-1/+7
* QUIC: Add handling of SSL_get_shutdown()Tomas Mraz2023-10-201-0/+47
* Add testing of bitflips in packet headersTomas Mraz2023-10-061-14/+14
* Back off on generating noise in the event of a PING frameMatt Caswell2023-10-041-1/+3
* quicapitest: Enable test_ssl_trace with enable-zlibTomas Mraz2023-10-031-4/+7
* Test client certificate authentication with QUICTomas Mraz2023-09-291-0/+96
* Ensure client to server datagrams are noisy tooMatt Caswell2023-09-221-2/+7
* Add the ability to do client side tracing in quictestlib.cMatt Caswell2023-09-221-11/+13
* Extend the noisy dgram test so that packets are also affected by noiseMatt Caswell2023-09-221-5/+16
* Use fake time rather than real time in the noisy dgram testMatt Caswell2023-09-221-3/+8
* Use test_random() to introduce better noise into the noisy dgram BIOMatt Caswell2023-09-221-1/+1
* Extend the nosiy datagram test to send more dataMatt Caswell2023-09-221-1/+115
* Create a noisy dgram testMatt Caswell2023-09-221-0/+31
* Test that a client that does not supply ALPN fails as expectedMatt Caswell2023-09-131-0/+61
* Add a test for SSL_CIPHER_find() when used with a QUIC SSL objectMatt Caswell2023-09-121-0/+44
* Add a test for using a PSK with QUICMatt Caswell2023-09-121-0/+87
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Add a test for QUIC non IO retry errorsMatt Caswell2023-09-021-0/+59
* Test that we send multiple datagrams in one go if appropriateMatt Caswell2023-08-251-0/+55
* qtest: Use fake time on both client and serverTomas Mraz2023-08-221-1/+3
* Update the ssltraceref.txtTomas Mraz2023-08-221-1/+15
* Test that a thread blocking in SSL_read_ex() will wake up on FINMatt Caswell2023-08-201-0/+78
* QUIC: Fix incompatible merges causing CI breakageHugo Landau2023-08-031-3/+3
* Add support into qtest_shutdown for blocking modeMatt Caswell2023-08-021-15/+2
* Extend the test_quic_write_read() test to include resumptionMatt Caswell2023-08-021-72/+128
* Add a QUIC test for back pressureMatt Caswell2023-08-011-0/+68
* QUIC: Automatically drain non-concluded streams, bugfixesHugo Landau2023-07-311-2/+7
* Add an SSL BIO test for QUICMatt Caswell2023-07-111-0/+134
* Fix no-srtp build failureTomas Mraz2023-07-101-0/+4
* Fix test_quic_write_read()Matt Caswell2023-07-101-1/+1
* QUIC err handling: Properly report network errorsTomas Mraz2023-07-071-4/+22
* Don't build the QUIC ssl trace when DH is disabledMatt Caswell2023-07-061-1/+2
* Don't run the ssl trace test if no-ecxMatt Caswell2023-07-061-1/+1
* Allow qtestlib to use a "fake_now" implementationMatt Caswell2023-07-061-2/+2
* Skip the QUIC ssltrace test under certain config optionsMatt Caswell2023-07-061-2/+9
* Minor updatesHugo Landau2023-07-051-3/+1
* Minor fixesHugo Landau2023-07-051-5/+0
* QUIC SSL: Block SSL_clearHugo Landau2023-07-051-0/+4
* QUIC SSL: Block SSL_dupHugo Landau2023-07-051-0/+4
* QUIC SSL: SSL_set_quiet_shutdownHugo Landau2023-07-051-0/+5
* QUIC SSL: Version setting restrictionsHugo Landau2023-07-051-0/+5
* QUIC SSL: Forbid pipeline-related operationsHugo Landau2023-07-051-0/+6
* QUIC SSL: SSL_set_fd for BIO_s_datagramHugo Landau2023-07-051-0/+57
* QUIC SSL: HelloRetryRequestHugo Landau2023-07-051-1/+5
* QUIC SSL: Buffer ManagementHugo Landau2023-07-051-0/+5
* QUIC SSL: Prohibit early data functionailtyHugo Landau2023-07-051-0/+22
* QUIC SSL: Prohibit readahead-related functionsHugo Landau2023-07-051-0/+16