aboutsummaryrefslogtreecommitdiffstats
path: root/test/quic_record_test.c
Commit message (Expand)AuthorAgeFilesLines
* QUIC QRL TEST: Remove dependency on legacy DEMUX-QRX routingHugo Landau2023-12-211-18/+32
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* QUIC: Version negotiation testingHugo Landau2023-08-291-0/+5
* quic_record_test.c: For tests that require ChaCha require also Poly1305Tomas Mraz2023-08-141-10/+10
* QUIC QRX: Test for 1-RTT processing restrictionHugo Landau2023-08-081-2/+44
* QUIC QRX: Don't process 1-RTT packets until handshake is completeHugo Landau2023-08-081-0/+1
* QUIC WIRE: Allow encoding/decoding of reserved header bitsHugo Landau2023-07-171-3/+211
* ossl_quic_wire_encode_pkt_hdr(): Assign ptrs only on static buf wpktTomas Mraz2023-07-141-5/+7
* QUIC RX: Support reporting the key epoch a packet was received withHugo Landau2023-06-161-0/+22
* Enable tracing of packets that have been sentMatt Caswell2023-05-241-1/+1
* QUIC DEMUX: Allow MTU to vary over time and autodetect MTUHugo Landau2023-01-131-1/+0
* QUIC: Remove RX depacketiser tests from QRL test suiteHugo Landau2023-01-131-142/+45
* QUIC RX: Refactor unsafe DCID consistency checkingHugo Landau2023-01-131-13/+12
* QUIC Wire Encoding: Support Retry Integrity Tag CalculationHugo Landau2023-01-131-3/+41
* QUIC RX: Do not handle auto-discard of Initial EL inside the QRXHugo Landau2023-01-131-15/+10
* QUIC RX: Support refcounted packets and eliminate wrapperHugo Landau2023-01-131-8/+8
* QUIC TX Packetiser and Streams MapperHugo Landau2022-11-241-39/+1
* test: condition out code that relies on CHACHA.Pauli2022-10-101-2/+23
* Modify test/quic_record_test.c to also depacketizeRichard Levitte2022-09-231-61/+185
* Add deferred datagram limit to QUIC Record Layer RXHugo Landau2022-09-221-1/+2
* TX key update support, RX time and PN reporting, general refactoringHugo Landau2022-09-021-4/+592
* QUIC Record Layer (Refactor and TX Side)Hugo Landau2022-09-021-319/+735
* QUIC Demuxer and Record Layer (RX Side)Hugo Landau2022-09-021-0/+2378