]> 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>
Thu, 7 Nov 2024 11:05:23 +0000 (12:05 +0100)
commitf88c2f2d171871dce8b72fd2694cd061dff21f7d
treeea4811902f9ba20f19c48146b585d6087b7591e5
parent2aaef03339a88e5d693f278406a889657b10fd2d
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/25874)
ssl/quic/quic_impl.c
ssl/quic/quic_port.c
ssl/ssl_lib.c
ssl/ssl_local.h