]> 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)
committerNeil Horman <nhorman@openssl.org>
Tue, 17 Jun 2025 20:12:39 +0000 (16:12 -0400)
commit4b148ebb66cdac8a095f22cbdfa475d68c947f7a
treeb2f29043cfd0e7e5d47d950453865399b7dbbe4c
parent4a3809f7056b78031e72fc4e90eec3e708ca27e1
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: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27838)
ssl/ssl_cert.c