Fix grammar in srp_verifier.txt
[openssl.git] / test / quicapitest.c
6 days ago Tomas MrazAdjust tests that were depending on X25519 and X448...
2024-04-09 Richard LevitteCopyright year updates
2024-03-15 Tomas MrazAdd a test using the bandwidth limit filter
2024-03-07 Hugo LandauQUIC: Uniform changes for QUIC error code definitions...
2024-02-16 Hugo LandauQUIC: Test that SSL_ctrl, SSL_set_mode are routed corre...
2024-02-14 Hugo LandauFix SSL_export_keying_material for QUIC
2023-11-06 Tomas Mraztparam_on_enc_ext(): Remove dead code in cleanup
2023-11-02 Hugo LandauQUIC: Test missing/malformed/duplicate/etc. transport...
2023-10-25 Hugo LandauQUIC TLS: Ensure QUIC_TLS is ticked between each proces...
2023-10-25 Tomas MrazQUIC: Test connection with large client and server...
2023-10-20 Tomas MrazQUIC: Add handling of SSL_get_shutdown()
2023-10-06 Tomas MrazAdd testing of bitflips in packet headers
2023-10-03 Matt CaswellBack off on generating noise in the event of a PING...
2023-10-03 Tomas Mrazquicapitest: Enable test_ssl_trace with enable-zlib
2023-09-29 Tomas MrazTest client certificate authentication with QUIC
2023-09-22 Matt CaswellEnsure client to server datagrams are noisy too
2023-09-22 Matt CaswellAdd the ability to do client side tracing in quictestlib.c
2023-09-22 Matt CaswellExtend the noisy dgram test so that packets are also...
2023-09-22 Matt CaswellUse fake time rather than real time in the noisy dgram...
2023-09-22 Matt CaswellUse test_random() to introduce better noise into the...
2023-09-22 Matt CaswellExtend the nosiy datagram test to send more data
2023-09-22 Matt CaswellCreate a noisy dgram test
2023-09-13 Matt CaswellTest that a client that does not supply ALPN fails...
2023-09-12 Matt CaswellAdd a test for SSL_CIPHER_find() when used with a QUIC...
2023-09-12 Matt CaswellAdd a test for using a PSK with QUIC
2023-09-07 Matt CaswellCopyright year updates
2023-09-02 Matt CaswellAdd a test for QUIC non IO retry errors
2023-08-25 Matt CaswellTest that we send multiple datagrams in one go if appro...
2023-08-22 Tomas Mrazqtest: Use fake time on both client and server
2023-08-22 Tomas MrazUpdate the ssltraceref.txt
2023-08-20 Matt CaswellTest that a thread blocking in SSL_read_ex() will wake...
2023-08-03 Hugo LandauQUIC: Fix incompatible merges causing CI breakage
2023-08-02 Matt CaswellAdd support into qtest_shutdown for blocking mode
2023-08-02 Matt CaswellExtend the test_quic_write_read() test to include resum...
2023-08-01 Matt CaswellAdd a QUIC test for back pressure
2023-07-31 Hugo LandauQUIC: Automatically drain non-concluded streams, bugfixes
2023-07-11 Matt CaswellAdd an SSL BIO test for QUIC
2023-07-11 Tomas MrazFix no-srtp build failure
2023-07-10 Matt CaswellFix test_quic_write_read()
2023-07-07 Tomas MrazQUIC err handling: Properly report network errors
2023-07-06 Matt CaswellDon't build the QUIC ssl trace when DH is disabled
2023-07-06 Matt CaswellDon't run the ssl trace test if no-ecx
2023-07-06 Matt CaswellAllow qtestlib to use a "fake_now" implementation
2023-07-06 Matt CaswellSkip the QUIC ssltrace test under certain config options
2023-07-04 Hugo LandauMinor updates
2023-07-04 Hugo LandauMinor fixes
2023-07-04 Hugo LandauQUIC SSL: Block SSL_clear
2023-07-04 Hugo LandauQUIC SSL: Block SSL_dup
2023-07-04 Hugo LandauQUIC SSL: SSL_set_quiet_shutdown
2023-07-04 Hugo LandauQUIC SSL: Version setting restrictions
2023-07-04 Hugo LandauQUIC SSL: Forbid pipeline-related operations
2023-07-04 Hugo LandauQUIC SSL: SSL_set_fd for BIO_s_datagram
2023-07-04 Hugo LandauQUIC SSL: HelloRetryRequest
2023-07-04 Hugo LandauQUIC SSL: Buffer Management
2023-07-04 Hugo LandauQUIC SSL: Prohibit early data functionailty
2023-07-04 Hugo LandauQUIC SSL: Prohibit readahead-related functions
2023-07-04 Hugo LandauQUIC: Control SSL option setting
2023-07-04 Hugo LandauQUIC: Forbid non-QUIC ciphers
2023-07-04 Hugo LandauQUIC TLS: Prohibit SRTP-related calls for QUIC TLS
2023-05-29 Hugo LandauQUIC: Rename SSL_tick, SSL_get_tick_timeout
2023-05-24 Matt CaswellAdd a test for the new QUIC tracing capability
2023-05-12 Hugo LandauQUIC APL: Fix locking in XSO code and fix tests
2023-05-12 Hugo LandauQUIC TSERVER: Add support for multiple streams
2023-04-03 Matt CaswellAdd a test for SSL_version(), SSL_get_version() etc
2023-03-30 Hugo LandauQUIC test fix
2023-03-19 Matt CaswellAdd a simple QUIC test for blocking mode
2023-02-23 Matt CaswellTest that QUIC has the ciphersuites that we expect
2023-01-13 Hugo LandauQUIC: Temporarily disable front-end API tests
2022-08-18 Matt CaswellAdd a DTLSv1_listen() test
2022-06-03 Tomas MrazFirst working empty protocol test