]> 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>
Mon, 17 Feb 2025 16:27:33 +0000 (11:27 -0500)
commita477b4ec168f04ac0df315d122c436b39dd3c4ca
tree0c0491c6d7762e93762d129831f2783ae57789f7
parenta607146904c9bb5d417806d480827e0389902adf
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