summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_wire.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* QUIC: Uniform changes for QUIC error code definitions renameHugo Landau2024-03-081-1/+1
* QUIC: Move CID generation to quic_types.cHugo Landau2023-12-211-18/+0
* QUIC CHANNEL, LCIDM: Factor duplicate CID generation functionHugo Landau2023-12-211-0/+18
* QUIC WIRE: Refuse integer transport params with trailing body bytesHugo Landau2023-11-021-0/+3
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* QUIC WIRE: When peeking at number of ACK ranges, ensure enough data is availableHugo Landau2023-09-011-1/+13
* quic: process stateless resetsPauli2023-08-161-6/+6
* QUIC: Move string conversion functions into a source fileHugo Landau2023-08-081-0/+70
* QUIC WIRE: RFC 9000 s. 19.6Hugo Landau2023-08-081-0/+4
* Note RFC 9000 19.19 requirementPauli2023-08-041-0/+4
* QUIC Conformance: Frame Handling TestsHugo Landau2023-07-171-1/+11
* QUIC CONFORMANCE: Validate preferred_addr transport parameterHugo Landau2023-07-171-0/+36
* QUIC CONFORMANCE: Enforce minimal frame type encodingHugo Landau2023-07-171-2/+3
* QUIC WIRE: Utility function to determine if PN is in an ACK frameHugo Landau2023-06-161-0/+12
* Properly handling stream/crypto frames while tracingMatt Caswell2023-05-241-10/+23
* Add minimal handling of NEW_CONNECTION_ID framesTomas Mraz2023-05-171-0/+1
* QUIC Transport Parameters: Add CID encoder/decoder, make ID optionalHugo Landau2023-01-131-1/+35
* QUIC Wire Format Encoding: Fix handling of zero-length parametersHugo Landau2023-01-131-2/+6
* QUIC TX Packetiser and Streams MapperHugo Landau2022-11-241-0/+41
* Fix 32-bit Windows issues related to QUIC Wire functionsRichard Levitte2022-10-251-14/+19
* Fix 32-bit Windows issues related to QUIC_ACKM / QUIC_CCRichard Levitte2022-10-251-2/+5
* Move the QUIC_CONNECTION typedef to internal headersRichard Levitte2022-09-231-1/+1
* QUIC Demuxer and Record Layer (RX Side)Hugo Landau2022-09-021-4/+4
* Make OSSL_TIME a structurePauli2022-08-121-5/+7
* QUIC Frame Encoding and Decoding FunctionsHugo Landau2022-07-291-0/+823