Add a packet splitting BIO
authorMatt Caswell <matt@openssl.org>
Tue, 19 Sep 2023 10:52:42 +0000 (11:52 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 22 Sep 2023 12:56:43 +0000 (13:56 +0100)
commit35bd8a60043bde500f777e465530076524d2534a
treebd31d264091952f4e37f3ba8527712c12b713f2a
parent5d3933eef0d937a4845a439d5fbfa76738592fc0
Add a packet splitting BIO

Provide a BIO filter that can split QUIC datagrams containing multiple
packets, such that each packet is in its own datagram.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22157)
test/build.info
test/helpers/noisydgrambio.c
test/helpers/pktsplitbio.c [new file with mode: 0644]
test/helpers/quictestlib.c
test/helpers/quictestlib.h