]> git.ipfire.org Git - thirdparty/openssl.git/commit
Ensure we pass the user SSL object for the SSL_set_verify callback
authorMatt Caswell <matt@openssl.org>
Mon, 16 Jun 2025 15:00:13 +0000 (16:00 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 19 Jun 2025 13:04:50 +0000 (14:04 +0100)
commit3695409c4ce456ff302db608a02577f7fd6f108b
tree042a5e6c5bb1fb181cdcd11576c564201562c6d9
parent743bae4a225b9df1d11446e5f0620270b10c835a
Ensure we pass the user SSL object for the SSL_set_verify callback

When calling the verify callback we need to ensure we supply the user SSL
object, and not any internal SSL object.

Fixes #27830

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27848)
ssl/ssl_cert.c