aboutsummaryrefslogtreecommitdiff
path: root/test/quicapitest.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-14Add support for integrity-only cipher suites for TLS v1.3Rajeev Ranjan1-2/+8
2024-04-19Adjust tests that were depending on X25519 and X448 in fipsTomas Mraz1-13/+14
2024-04-09Copyright year updatesRichard Levitte1-1/+1
2024-03-15Add a test using the bandwidth limit filterTomas Mraz1-0/+93
2024-03-07QUIC: Uniform changes for QUIC error code definitions renameHugo Landau1-1/+1
2024-02-16QUIC: Test that SSL_ctrl, SSL_set_mode are routed correctly on QSSOsHugo Landau1-0/+6
2024-02-14Fix SSL_export_keying_material for QUICHugo Landau1-1/+7
2023-11-06tparam_on_enc_ext(): Remove dead code in cleanupTomas Mraz1-6/+2
2023-11-02QUIC: Test missing/malformed/duplicate/etc. transport parametersHugo Landau1-0/+517
2023-10-25QUIC TLS: Ensure QUIC_TLS is ticked between each processed RX packetHugo Landau1-7/+10
2023-10-25QUIC: Test connection with large client and server cert chainsTomas Mraz1-1/+7
2023-10-20QUIC: Add handling of SSL_get_shutdown()Tomas Mraz1-0/+47
2023-10-06Add testing of bitflips in packet headersTomas Mraz1-14/+14
2023-10-04Back off on generating noise in the event of a PING frameMatt Caswell1-1/+3
2023-10-03quicapitest: Enable test_ssl_trace with enable-zlibTomas Mraz1-4/+7
2023-09-29Test client certificate authentication with QUICTomas Mraz1-0/+96
2023-09-22Ensure client to server datagrams are noisy tooMatt Caswell1-2/+7
2023-09-22Add the ability to do client side tracing in quictestlib.cMatt Caswell1-11/+13
2023-09-22Extend the noisy dgram test so that packets are also affected by noiseMatt Caswell1-5/+16
2023-09-22Use fake time rather than real time in the noisy dgram testMatt Caswell1-3/+8
2023-09-22Use test_random() to introduce better noise into the noisy dgram BIOMatt Caswell1-1/+1
2023-09-22Extend the nosiy datagram test to send more dataMatt Caswell1-1/+115
2023-09-22Create a noisy dgram testMatt Caswell1-0/+31
2023-09-13Test that a client that does not supply ALPN fails as expectedMatt Caswell1-0/+61
2023-09-12Add a test for SSL_CIPHER_find() when used with a QUIC SSL objectMatt Caswell1-0/+44
2023-09-12Add a test for using a PSK with QUICMatt Caswell1-0/+87
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-09-02Add a test for QUIC non IO retry errorsMatt Caswell1-0/+59
2023-08-25Test that we send multiple datagrams in one go if appropriateMatt Caswell1-0/+55
2023-08-22qtest: Use fake time on both client and serverTomas Mraz1-1/+3
2023-08-22Update the ssltraceref.txtTomas Mraz1-1/+15
2023-08-20Test that a thread blocking in SSL_read_ex() will wake up on FINMatt Caswell1-0/+78
2023-08-03QUIC: Fix incompatible merges causing CI breakageHugo Landau1-3/+3
2023-08-02Add support into qtest_shutdown for blocking modeMatt Caswell1-15/+2
2023-08-02Extend the test_quic_write_read() test to include resumptionMatt Caswell1-72/+128
2023-08-01Add a QUIC test for back pressureMatt Caswell1-0/+68
2023-07-31QUIC: Automatically drain non-concluded streams, bugfixesHugo Landau1-2/+7
2023-07-11Add an SSL BIO test for QUICMatt Caswell1-0/+134
2023-07-10Fix no-srtp build failureTomas Mraz1-0/+4
2023-07-10Fix test_quic_write_read()Matt Caswell1-1/+1
2023-07-07QUIC err handling: Properly report network errorsTomas Mraz1-4/+22
2023-07-06Don't build the QUIC ssl trace when DH is disabledMatt Caswell1-1/+2
2023-07-06Don't run the ssl trace test if no-ecxMatt Caswell1-1/+1
2023-07-06Allow qtestlib to use a "fake_now" implementationMatt Caswell1-2/+2
2023-07-06Skip the QUIC ssltrace test under certain config optionsMatt Caswell1-2/+9
2023-07-05Minor updatesHugo Landau1-3/+1
2023-07-05Minor fixesHugo Landau1-5/+0
2023-07-05QUIC SSL: Block SSL_clearHugo Landau1-0/+4
2023-07-05QUIC SSL: Block SSL_dupHugo Landau1-0/+4
2023-07-05QUIC SSL: SSL_set_quiet_shutdownHugo Landau1-0/+5