summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2023-05-04 17:18:01 +0100
committerMatt Caswell <matt@openssl.org>2023-05-24 12:18:33 +0100
commit70f0ea280af0bed9fb48b20b61c7a12c7f03e6d9 (patch)
treeb231b0f2ddf2b70ded070dbc2a5829541209e52b /include
parent2a35a1bec0845d314f06a88d703a9eb30dbed10e (diff)
Support trace for QUIC Frames
Extend the existing QUIC tracing capability for frames. 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.h3
1 files changed, 3 insertions, 0 deletions
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