]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test to validate our new SSL_accept connection objects
authorNeil Horman <nhorman@openssl.org>
Wed, 8 Jan 2025 23:31:55 +0000 (18:31 -0500)
committerNeil Horman <nhorman@openssl.org>
Thu, 23 Jan 2025 16:50:42 +0000 (11:50 -0500)
commitf1ff642d83648056024bbf78ffe007104ca6ae6d
tree75f94173e80364ae3cf16b0a34e855ef2da8b1b9
parenta131f0cd090f0ce0664e9b90d0fe085d8537c620
Add a test to validate our new SSL_accept connection objects

Quick test to validate that:

a) our new pending SSL accept callback works
and
b) That our callback passed SSL objects match those that are returned
by SSL_accept_connection

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26361)
test/radix/quic_ops.c