summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2023-05-04 15:47:32 +0100
committerMatt Caswell <matt@openssl.org>2023-05-24 12:18:27 +0100
commit2a35a1bec0845d314f06a88d703a9eb30dbed10e (patch)
tree4a58a6db317735b9c5697c186b6ec8844d8ce311 /include
parent45aac10717479b5c2445e7704cd742b0d754aaa8 (diff)
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 <tomas@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20914)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/ssl3.h1
1 files changed, 1 insertions, 0 deletions
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