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