Implement the RX Depacketizer
authorRichard Levitte <levitte@openssl.org>
Thu, 21 Jul 2022 08:54:48 +0000 (10:54 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 23 Sep 2022 15:55:03 +0000 (17:55 +0200)
commit69ed6760f938975d9cdcc12ec756d58c83ac6b90
treef1b652310d89a0eeeabd8306c13d64ad0b379b1a
parentd5ab48a192d45ec51355ef2a186125961331eb9b
Implement the RX Depacketizer

Implements the design doc/designs/quic-design/rx-depacketizer.md.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18838)
include/internal/quic_rx_depack.h [new file with mode: 0644]
ssl/quic/build.info
ssl/quic/quic_record_rx_wrap.c [new file with mode: 0644]
ssl/quic/quic_record_rx_wrap.h [new file with mode: 0644]
ssl/quic/quic_rx_depack.c [new file with mode: 0644]