summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_wire.c
AgeCommit message (Expand)Author
2024-03-20Copyright year updatesRichard Levitte
2024-03-07QUIC: Uniform changes for QUIC error code definitions renameHugo Landau
2023-12-21QUIC: Move CID generation to quic_types.cHugo Landau
2023-12-21QUIC CHANNEL, LCIDM: Factor duplicate CID generation functionHugo Landau
2023-11-02QUIC WIRE: Refuse integer transport params with trailing body bytesHugo Landau
2023-09-07Copyright year updatesMatt Caswell
2023-09-01QUIC WIRE: When peeking at number of ACK ranges, ensure enough data is availableHugo Landau
2023-08-16quic: process stateless resetsPauli
2023-08-08QUIC: Move string conversion functions into a source fileHugo Landau
2023-08-08QUIC WIRE: RFC 9000 s. 19.6Hugo Landau
2023-08-04Note RFC 9000 19.19 requirementPauli
2023-07-17QUIC Conformance: Frame Handling TestsHugo Landau
2023-07-17QUIC CONFORMANCE: Validate preferred_addr transport parameterHugo Landau
2023-07-17QUIC CONFORMANCE: Enforce minimal frame type encodingHugo Landau
2023-06-16QUIC WIRE: Utility function to determine if PN is in an ACK frameHugo Landau
2023-05-24Properly handling stream/crypto frames while tracingMatt Caswell
2023-05-17Add minimal handling of NEW_CONNECTION_ID framesTomas Mraz
2023-01-13QUIC Transport Parameters: Add CID encoder/decoder, make ID optionalHugo Landau
2023-01-13QUIC Wire Format Encoding: Fix handling of zero-length parametersHugo Landau
2022-11-24QUIC TX Packetiser and Streams MapperHugo Landau
2022-10-25Fix 32-bit Windows issues related to QUIC Wire functionsRichard Levitte
2022-10-25Fix 32-bit Windows issues related to QUIC_ACKM / QUIC_CCRichard Levitte
2022-09-23Move the QUIC_CONNECTION typedef to internal headersRichard Levitte
2022-09-02QUIC Demuxer and Record Layer (RX Side)Hugo Landau
2022-08-12Make OSSL_TIME a structurePauli
2022-07-29QUIC Frame Encoding and Decoding FunctionsHugo Landau