QUIC wire format support
authorHugo Landau <hlandau@openssl.org>
Mon, 23 May 2022 09:42:03 +0000 (10:42 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 27 May 2022 06:00:52 +0000 (08:00 +0200)
commit416d0a638c1635a182e57fe80c7c065dd76818c0
treeaa70e7e9b9161ae2c30f7b6ed9bce6af66cace59
parent1aef2c10f10e0685298008be596c80e148c71a51
QUIC wire format support

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18382)
crypto/build.info
crypto/packet.c
crypto/quic_vlint.c [new file with mode: 0644]
include/internal/packet.h
include/internal/quic_vlint.h [new file with mode: 0644]
ssl/build.info
test/build.info
test/packettest.c
test/testutil.h
test/testutil/tests.c
test/wpackettest.c