]> git.ipfire.org Git - thirdparty/openssl.git/commit
QUIC Record Layer (Refactor and TX Side)
authorHugo Landau <hlandau@openssl.org>
Thu, 11 Aug 2022 10:24:57 +0000 (11:24 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 2 Sep 2022 08:03:55 +0000 (10:03 +0200)
commit1957148384c72ea7bc33a5c415d8f84526ed6480
tree358496fa2a0ea26cd439b59d53af939a656a298b
parentec279ac21105a85d9f11eed984eb64405811425d
QUIC Record Layer (Refactor and TX Side)

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18949)
14 files changed:
include/internal/quic_demux.h
include/internal/quic_record.h [deleted file]
include/internal/quic_record_rx.h [new file with mode: 0644]
include/internal/quic_record_tx.h [new file with mode: 0644]
include/internal/quic_record_util.h
include/internal/quic_wire_pkt.h
ssl/quic/build.info
ssl/quic/quic_record_rx.c [moved from ssl/quic/quic_record.c with 57% similarity]
ssl/quic/quic_record_shared.c [new file with mode: 0644]
ssl/quic/quic_record_shared.h [new file with mode: 0644]
ssl/quic/quic_record_tx.c [new file with mode: 0644]
ssl/quic/quic_record_util.c
ssl/quic/quic_wire_pkt.c
test/quic_record_test.c