]> git.ipfire.org Git - thirdparty/openssl.git/commit
Keep hold of a reference to the user SSL in QUIC
authorMatt Caswell <matt@openssl.org>
Mon, 4 Nov 2024 15:16:18 +0000 (15:16 +0000)
committerTomas Mraz <tomas@openssl.org>
Wed, 13 Nov 2024 16:35:00 +0000 (17:35 +0100)
commit09a34c53e1607dd94317e8775d7749309db2a1fa
treed43b1173ad40d644bdfd36ea5a583da101ff7a77
parent38eb6297478fd4898522c72533cfb45149668c16
Keep hold of a reference to the user SSL in QUIC

In some cases a QUIC SSL_CONNECTION object needs to get hold of a reference
to the original SSL object as created by the user. We should keep a
reference to it.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25931)

(cherry picked from commit 6612799fb51eea3ddd0f077a76d01db873d43df9)
ssl/quic/quic_impl.c
ssl/quic/quic_port.c
ssl/ssl_lib.c
ssl/ssl_local.h