hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / test / quicfaultstest.c
2024-04-09 Richard LevitteCopyright year updates
2024-03-07 Hugo LandauQUIC: Uniform changes for QUIC error code definitions...
2023-11-02 Hugo LandauQUIC QTEST_FAULT: Allow deleted TLS extension to be...
2023-09-22 Matt CaswellAdd the ability to do client side tracing in quictestlib.c
2023-09-13 Matt CaswellTest we correctly handle missing ALPN from the server
2023-09-07 Matt CaswellCopyright year updates
2023-08-08 Hugo LandauQUIC: Update no-TPARAM test for correct error code
2023-08-02 Matt CaswellExtend the test_quic_write_read() test to include resum...
2023-07-18 Tomas MrazRaise SSL_R_QUIC_PROTOCOL_ERROR on any QUIC protocol...
2023-07-16 Hugo LandauQUIC CONFORMANCE: Enforce minimal frame type encoding
2023-07-06 Matt CaswellAllow qtestlib to use a "fake_now" implementation
2023-06-15 Dimitri PapadopoulosFix typos found by codespell
2023-05-29 Hugo LandauQUIC: Rename SSL_tick, SSL_get_tick_timeout
2023-05-12 Hugo LandauQUIC: Update faults test to use streams correctly
2023-05-12 Hugo LandauQUIC TSERVER: Add support for multiple streams
2023-03-19 Matt CaswellAdd a simple QUIC test for blocking mode
2023-02-22 Matt CaswellRename various functions OSSL_QUIC_FAULT -> QTEST_FAULT
2023-02-22 Matt CaswellAdd a helper function to prepend a frame to a packet
2023-02-22 Matt CaswellExtend the corruption test to truncate a datagram
2023-02-22 Matt CaswellAdd a test for a corrupted packet
2023-02-22 Matt CaswellExpand some comments in the header file
2023-02-22 Matt CaswellAdd a test for a server that doesn't provide transport...
2023-02-22 Matt CaswellAdd a test where an unknown frame type is received
2023-02-22 Matt CaswellAdd a skeleton quicfaultstest