]> git.ipfire.org Git - thirdparty/openssl.git/commit
QUIC Frame Encoding and Decoding Functions
authorHugo Landau <hlandau@openssl.org>
Mon, 11 Jul 2022 18:16:20 +0000 (19:16 +0100)
committerPauli <pauli@openssl.org>
Fri, 29 Jul 2022 06:28:37 +0000 (16:28 +1000)
commitdffafaf48174497a724d546c3483d2493fc9b64c
treede3b4e5aac3398f1aa9258d363221b7d12cc03eb
parent205957405d08ef199e6ab654e333a627bbca9ccc
QUIC Frame Encoding and Decoding Functions

This adds functions for encoding and decoding QUIC frames.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18795)
crypto/packet.c
include/internal/packet.h
include/internal/quic_types.h [new file with mode: 0644]
include/internal/quic_wire.h [new file with mode: 0644]
include/internal/time.h
ssl/quic/build.info
ssl/quic/quic_wire.c [new file with mode: 0644]
test/build.info
test/quic_wire_test.c [new file with mode: 0644]
test/recipes/70-test_quic_wire.t [new file with mode: 0644]