QUIC Demuxer and Record Layer (RX Side)
authorHugo Landau <hlandau@openssl.org>
Fri, 22 Jul 2022 12:08:38 +0000 (13:08 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 2 Sep 2022 08:03:55 +0000 (10:03 +0200)
commitec279ac21105a85d9f11eed984eb64405811425d
treef793d4635eece923228d2a9d91aaaa91d134f612
parentfc2be2d07acc0cfe954320c2491b8c5461cbef09
QUIC Demuxer and Record Layer (RX Side)

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18949)
20 files changed:
crypto/bio/bio_local.h
include/internal/bio_addr.h [new file with mode: 0644]
include/internal/quic_demux.h [new file with mode: 0644]
include/internal/quic_record.h [new file with mode: 0644]
include/internal/quic_record_util.h [new file with mode: 0644]
include/internal/quic_types.h
include/internal/quic_wire.h
include/internal/quic_wire_pkt.h [new file with mode: 0644]
ssl/quic/build.info
ssl/quic/quic_demux.c [new file with mode: 0644]
ssl/quic/quic_record.c [new file with mode: 0644]
ssl/quic/quic_record_util.c [new file with mode: 0644]
ssl/quic/quic_wire.c
ssl/quic/quic_wire_pkt.c [new file with mode: 0644]
ssl/ssl_local.h
ssl/tls13_enc.c
test/build.info
test/quic_record_test.c [new file with mode: 0644]
test/quic_wire_test.c
test/recipes/70-test_quic_record.t [new file with mode: 0644]