]> 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:34:29 +0000 (17:34 +0100)
commit6612799fb51eea3ddd0f077a76d01db873d43df9
tree656043685eef09c6db279ec72e19a438d5a368ad
parentaf9fae372f58ee12c80aa44620239a398cc6294e
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)
ssl/quic/quic_impl.c
ssl/quic/quic_port.c
ssl/ssl_lib.c
ssl/ssl_local.h