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