]> git.ipfire.org Git - thirdparty/openssl.git/history - include/internal/quic_channel.h
QUIC: Add support for datagram injection
[thirdparty/openssl.git] / include / internal / quic_channel.h
2023-03-21  Hugo LandauQUIC: Add support for datagram injection
2023-02-22  Matt CaswellRename various functions OSSL_QUIC_FAULT -> QTEST_FAULT
2023-02-22  Matt CaswellDon't treat the Tserver as connected until the handshak...
2023-02-22  Matt CaswellAdd the ability to mutate TLS handshake messages before...
2023-02-22  Matt CaswellEnable QUIC test server to find out the termination...
2023-02-22  Matt CaswellAdd the ability to mutate QUIC packets before they...
2023-01-27  Hugo LandauQUIC: Refine SSL_shutdown and begin to implement SSL_sh...
2023-01-24  Matt CaswellReplace use of the Dummy Handshake Layer with the real one
2023-01-13  Hugo LandauQUIC: Minor comment and editorial fixes
2023-01-13  Hugo LandauQUIC Front-End I/O API: Ensure BIOs are reffed and...
2023-01-13  Hugo LandauQUIC: Enable building with QUIC support disabled
2023-01-13  Hugo LandauQUIC_CHANNEL: Implementation