Copyright year updates
[openssl.git] / ssl / quic / quic_record_tx.c
2024-04-09 Richard LevitteCopyright year updates
2024-02-19 Hugo LandauQUIC QTX: Allow QLOG instance retrieval via callback
2024-02-02 Hugo LandauQUIC QLOG: Use set0
2024-02-02 Hugo LandauQUIC QTX: Refactor to enable qlog logging of injected...
2024-02-02 Hugo LandauQUIC QTX: Allow QLOG instance to be changed after insta...
2024-02-02 Hugo LandauQLOG: Events: Implement transport:packet_sent
2024-02-02 Hugo LandauQLOG: Wiring: QUIC QTX
2023-11-15 Matt CaswellCorrect tag len check when determining how much space...
2023-10-23 Matt CaswellDon't encrypt/decrypt packet data during fuzzing
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)