]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/quic/quic_record_tx.c
Copyright year updates
[thirdparty/openssl.git] / ssl / quic / quic_record_tx.c
2023-09-07  Matt CaswellCopyright year updates
2023-08-23  Tomas MrazQUIC: Add ERR_raise() calls for EVP call failures
2023-08-10  Hugo LandauQUIC QTX: Handle negative IV values correctly (coverity)
2023-07-21  Hugo LandauQUIC QTX: Add ciphertext size calculation function
2023-06-15  Hugo LandauQUIC: Add internal APIs for white-box testing of key...
2023-05-24  Matt CaswellRename msg_callback_s to msg_callback_ssl for greater...
2023-05-24  Matt CaswellCreate setter functions for the msg_callback and msg_ca...
2023-05-24  Matt CaswellEnable tracing of datagrams we have sent
2023-05-24  Matt CaswellEnable tracing of packets that have been sent
2023-02-22  Matt CaswellAdd the ability to mutate QUIC packets before they...
2023-01-13  Hugo LandauQUIC QTX: Handle network errors explicitly
2023-01-13  Hugo LandauQUIC TX: Do not have QTX handle refcount of BIOs
2022-11-24  Hugo LandauQUIC TX Packetiser and Streams Mapper
2022-11-16  PauliQUIC tx record layer: use list.h
2022-09-02  Hugo LandauTX key update support, RX time and PN reporting, genera...
2022-09-02  Hugo LandauQUIC Record Layer (Refactor and TX Side)