]> git.ipfire.org Git - thirdparty/openssl.git/commit
Support trace for QUIC Packets
authorMatt Caswell <matt@openssl.org>
Thu, 4 May 2023 14:47:32 +0000 (15:47 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 24 May 2023 11:18:27 +0000 (12:18 +0100)
commit2a35a1bec0845d314f06a88d703a9eb30dbed10e
tree4a58a6db317735b9c5697c186b6ec8844d8ce311
parent45aac10717479b5c2445e7704cd742b0d754aaa8
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)
include/openssl/ssl3.h
ssl/quic/quic_record_rx.c
ssl/quic/quic_trace.c