Ensure the QUIC TLS SSL object is marked as shutdown
authorMatt Caswell <matt@openssl.org>
Fri, 28 Jul 2023 15:04:14 +0000 (16:04 +0100)
committerHugo Landau <hlandau@openssl.org>
Wed, 2 Aug 2023 19:27:07 +0000 (20:27 +0100)
commitf219abef51fd47fa5945d23bbdc379778e512dc5
tree1c2d1d8ded46d5ca540e82e6b219733eddd7ce57
parent829eec9f86f94ca81de920a1b61e9b636792d3c2
Ensure the QUIC TLS SSL object is marked as shutdown

If we shutdown the QUIC connection then we should mark the underlying
TLS SSL object as shutdown as well. Otherwise any sessions are considered
unusable for resumption.

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