]> 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:06:57 +0000 (14:06 +0100)
commitd86a758bf1d57cf3860d55737f2040f58ff2791e
treef29baa928cc36e08ab9deaf2deca248f98233c04
parentd5b5c328fd35242df4647ec346b9397646da83fa
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)

(cherry picked from commit 3695409c4ce456ff302db608a02577f7fd6f108b)
ssl/ssl_cert.c