From 2a35a1bec0845d314f06a88d703a9eb30dbed10e Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 4 May 2023 15:47:32 +0100 Subject: Support trace for QUIC Packets We enable SSL_trace support for when we receive QUIC Packets. This is called after header protection is removed, but before the packet is decrypted. Reviewed-by: Tomas Mraz Reviewed-by: Hugo Landau (Merged from https://github.com/openssl/openssl/pull/20914) --- include/openssl/ssl3.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/openssl/ssl3.h b/include/openssl/ssl3.h index f993d0baa0..6d83383ff4 100644 --- a/include/openssl/ssl3.h +++ b/include/openssl/ssl3.h @@ -241,6 +241,7 @@ extern "C" { /* Pseudo content types for QUIC */ # define SSL3_RT_QUIC_DATAGRAM 0x200 +# define SSL3_RT_QUIC_PACKET 0x201 # define SSL3_AL_WARNING 1 # define SSL3_AL_FATAL 2 -- cgit v1.2.3