Branch: refs/heads/master
Home: https://github.openssl.org/openssl/openssl
Commit: dffafaf48174497a724d546c3483d2493fc9b64c
https://github.openssl.org/openssl/openssl/commit/dffafaf48174497a724d546c3483d2493fc9b64c
Author: Hugo Landau <[email protected]>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
M crypto/packet.c
M include/internal/packet.h
A include/internal/quic_types.h
A include/internal/quic_wire.h
M include/internal/time.h
M ssl/quic/build.info
A ssl/quic/quic_wire.c
M test/build.info
A test/quic_wire_test.c
A test/recipes/70-test_quic_wire.t
Log Message:
-----------
QUIC Frame Encoding and Decoding Functions
This adds functions for encoding and decoding QUIC frames.
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/18795)