]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/quic/quic_record_rx.c
Copyright year updates
[thirdparty/openssl.git] / ssl / quic / quic_record_rx.c
2023-09-07  Matt CaswellCopyright year updates
2023-08-29  Hugo LandauQUIC QRX: Initialise all RXE fields properly for non...
2023-08-10  Hugo LandauQUIC CHANNEL: Tune RXFC default parameters
2023-08-10  Hugo LandauQUIC QRX: Handle negative IV length values correctly...
2023-08-08  Hugo LandauQUIC QRX: Don't process 1-RTT packets until handshake...
2023-08-08  Hugo LandauQUIC QRX: Enforce PN monotonicity with key updates
2023-08-04  Paulitrivial code nit
2023-07-16  Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 12.3: PN duplicate suppre...
2023-06-15  Hugo LandauQUIC: Minor fixups
2023-06-15  Hugo LandauQUIC RX: Support reporting the key epoch a packet was...
2023-06-15  Hugo LandauQUIC RX: Refactor key update callback to provide PN
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 packets that have been sent
2023-05-24  Matt CaswellSupport trace for QUIC Frames
2023-05-24  Matt CaswellSupport trace for QUIC Packets
2023-05-24  Matt CaswellSupport trace for QUIC datagrams
2023-05-24  Matt CaswellAdd initial QUIC support for the msg_callback
2023-05-12  Hugo LandauQUIC QRX: Fix a list usage bug
2023-01-19  Hugo LandauQUIC QRX: (Server support) Add support for manual URXE...
2023-01-13  Hugo LandauQUIC RX: Refactor unsafe DCID consistency checking
2023-01-13  Hugo LandauQUIC RX: Do not handle auto-discard of Initial EL insid...
2023-01-13  Hugo LandauQUIC RX: Fix QRX packet handling refactor w.r.t. list...
2023-01-13  Hugo LandauQUIC RX: Support refcounted packets and eliminate wrapper
2022-11-24  Hugo LandauQUIC TX Packetiser and Streams Mapper
2022-11-16  PauliQUIC: use list.h
2022-11-14  Tomas MrazQUIC Receive Stream Management
2022-09-22  Hugo LandauAdd deferred datagram limit to QUIC Record Layer RX
2022-09-13  Hugo LandauQUIC QRL: Fix bug in Handshake packet processing
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)