aboutsummaryrefslogtreecommitdiff
path: root/test/quic_wire_test.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-08-16quic: process stateless resetsPauli1-8/+12
2023-07-17QUIC: Correct minimal frame encoding testHugo Landau1-13/+20
2023-07-17QUIC CONFORMANCE: Enforce minimal frame type encodingHugo Landau1-4/+89
2023-05-24Properly handling stream/crypto frames while tracingMatt Caswell1-3/+3
2023-05-24Enable tracing of packets that have been sentMatt Caswell1-1/+1
2023-05-17Fix test cases using NEW_CONNECTION_ID frameTomas Mraz1-3/+50
2023-01-13QUIC Wire Encoding: Support Retry Integrity Tag CalculationHugo Landau1-0/+56
2022-11-24QUIC TX Packetiser and Streams MapperHugo Landau1-1/+1
2022-10-25Fix 32-bit Windows issues related to QUIC Wire functionsRichard Levitte1-5/+23
2022-09-26QUIC Flow ControlHugo Landau1-1/+1
2022-09-02QUIC Demuxer and Record Layer (RX Side)Hugo Landau1-2/+65
2022-08-12Make OSSL_TIME a structurePauli1-2/+3
2022-07-29QUIC Frame Encoding and Decoding FunctionsHugo Landau1-0/+1364