From 70f0ea280af0bed9fb48b20b61c7a12c7f03e6d9 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 4 May 2023 17:18:01 +0100 Subject: Support trace for QUIC Frames Extend the existing QUIC tracing capability for frames. Reviewed-by: Tomas Mraz Reviewed-by: Hugo Landau (Merged from https://github.com/openssl/openssl/pull/20914) --- include/openssl/ssl3.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/openssl/ssl3.h b/include/openssl/ssl3.h index 6d83383ff4..3007a31d52 100644 --- a/include/openssl/ssl3.h +++ b/include/openssl/ssl3.h @@ -242,6 +242,9 @@ extern "C" { /* Pseudo content types for QUIC */ # define SSL3_RT_QUIC_DATAGRAM 0x200 # define SSL3_RT_QUIC_PACKET 0x201 +# define SSL3_RT_QUIC_FRAME_FULL 0x202 +# define SSL3_RT_QUIC_FRAME_HEADER 0x203 +# define SSL3_RT_QUIC_FRAME_PADDING 0x204 # define SSL3_AL_WARNING 1 # define SSL3_AL_FATAL 2 -- cgit v1.2.3