summaryrefslogtreecommitdiff
path: root/include/internal/quic_record_util.h
Commit message (Collapse)AuthorAgeFilesLines
* QUIC: Enable building with QUIC support disabledHugo Landau2023-01-131-0/+4
| | | | | | Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19703)
* QUIC Record Layer (Refactor and TX Side)Hugo Landau2022-09-021-0/+50
| | | | | | Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18949)
* QUIC Demuxer and Record Layer (RX Side)Hugo Landau2022-09-021-0/+62
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18949)