]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test for SSL_set_verify with QUIC
authorMatt Caswell <matt@openssl.org>
Mon, 16 Jun 2025 15:01:52 +0000 (16:01 +0100)
committerNeil Horman <nhorman@openssl.org>
Tue, 17 Jun 2025 20:12:39 +0000 (16:12 -0400)
commitfbb2a20732277ebf185ecaadb9e8570f8e9771d7
tree18a7e4477709a801fe7a9a146a054af94f5ff8fd
parent4b148ebb66cdac8a095f22cbdfa475d68c947f7a
Add a test for SSL_set_verify with QUIC

Check that we get the correct SSL object passed to the callback.

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