]> git.ipfire.org Git - thirdparty/openssl.git/commit
Don't forget we are doing QUIC if we clear the QUIC TLS data
authorMatt Caswell <matt@openssl.org>
Tue, 8 Aug 2023 10:23:39 +0000 (11:23 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 15 Aug 2023 13:41:31 +0000 (14:41 +0100)
commit0f2add9e8d4c1dc09848ea12aaad2eb4c5358bf2
tree7be82eaecd6f67552f827add2a1c8e8fc995bdc3
parentb644a9323f0060e27b3e45101856dc9e3bec0ac4
Don't forget we are doing QUIC if we clear the QUIC TLS data

We should retain the TLS1_FLAGS_QUIC setting in in s3.flags even after a
"clear" operation.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21686)
ssl/s3_lib.c