summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_record_rx.c
AgeCommit message (Expand)Author
2024-03-20Copyright year updatesRichard Levitte
2024-02-02QLOG: Wiring: QUIC QRX: Report the datagram ID from the DEMUXHugo Landau
2023-12-21Minor updatesHugo Landau
2023-12-21QUIC QRX: Remove legacy DEMUX-QRX routing codeHugo Landau
2023-12-21QUIC DEMUX: Allow parsed DCID to be learnt in default packet handlerHugo Landau
2023-10-24When requeueing deferred URXEs retain the orderMatt Caswell
2023-10-23Fix a use-after-free in qrx_proces_pktMatt Caswell
2023-10-23Don't encrypt/decrypt packet data during fuzzingMatt Caswell
2023-09-07Copyright year updatesMatt Caswell
2023-08-29QUIC QRX: Initialise all RXE fields properly for non-encrypted packetsHugo Landau
2023-08-10QUIC CHANNEL: Tune RXFC default parametersHugo Landau
2023-08-10QUIC QRX: Handle negative IV length values correctly (coverity)Hugo Landau
2023-08-08QUIC QRX: Don't process 1-RTT packets until handshake is completeHugo Landau
2023-08-08QUIC QRX: Enforce PN monotonicity with key updatesHugo Landau
2023-08-04trivial code nitPauli
2023-07-17QUIC CONFORMANCE: RFC 9000 s. 12.3: PN duplicate suppressionHugo Landau
2023-06-16QUIC: Minor fixupsHugo Landau
2023-06-16QUIC RX: Support reporting the key epoch a packet was received withHugo Landau
2023-06-16QUIC RX: Refactor key update callback to provide PNHugo Landau
2023-05-24Rename msg_callback_s to msg_callback_ssl for greater clarityMatt Caswell
2023-05-24Create setter functions for the msg_callback and msg_callback_argMatt Caswell
2023-05-24Enable tracing of packets that have been sentMatt Caswell
2023-05-24Support trace for QUIC FramesMatt Caswell
2023-05-24Support trace for QUIC PacketsMatt Caswell
2023-05-24Support trace for QUIC datagramsMatt Caswell
2023-05-24Add initial QUIC support for the msg_callbackMatt Caswell
2023-05-12QUIC QRX: Fix a list usage bugHugo Landau
2023-01-19QUIC QRX: (Server support) Add support for manual URXE injectionHugo Landau
2023-01-13QUIC RX: Refactor unsafe DCID consistency checkingHugo Landau
2023-01-13QUIC RX: Do not handle auto-discard of Initial EL inside the QRXHugo Landau
2023-01-13QUIC RX: Fix QRX packet handling refactor w.r.t. list refactorHugo Landau
2023-01-13QUIC RX: Support refcounted packets and eliminate wrapperHugo Landau
2022-11-24QUIC TX Packetiser and Streams MapperHugo Landau
2022-11-16QUIC: use list.hPauli
2022-11-14QUIC Receive Stream ManagementTomas Mraz
2022-09-22Add deferred datagram limit to QUIC Record Layer RXHugo Landau
2022-09-13QUIC QRL: Fix bug in Handshake packet processingHugo Landau
2022-09-02TX key update support, RX time and PN reporting, general refactoringHugo Landau
2022-09-02QUIC Record Layer (Refactor and TX Side)Hugo Landau