QUIC APL, TSERVER: Start using a QUIC_ENGINE object
[openssl.git] / include / internal / quic_record_rx.h
2023-12-21 Hugo LandauQUIC Refactor: Fix ANSI - struct definition duplications
2023-12-21 Hugo LandauQUIC QRX: Remove legacy DEMUX-QRX routing code
2023-12-21 Hugo LandauQUIC DEMUX, QRX: Add deprecation notices for future...
2023-09-07 Matt CaswellCopyright year updates
2023-08-08 Hugo LandauQUIC QRX: Don't process 1-RTT packets until handshake...
2023-07-16 Hugo LandauMinor updates
2023-07-16 Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 12.3: PN duplicate suppre...
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 CaswellAdd initial QUIC support for the msg_callback
2023-01-19 Hugo LandauQUIC QRX: (Server support) Add support for manual URXE...
2023-01-13 Hugo LandauQUIC: Minor comment and editorial fixes
2023-01-13 Hugo LandauQUIC: Enable building with QUIC support disabled
2023-01-13 Hugo LandauQUIC Record Layer: Allow INITIAL EL to be rekeyed
2023-01-13 Hugo LandauQUIC RX: Support refcounted packets and eliminate wrapper
2022-09-22 Hugo LandauAdd deferred datagram limit to QUIC Record Layer RX
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)