]> git.ipfire.org Git - thirdparty/openssl.git/commit
Test that using the QUIC TLS API does not require BIOs to be set
authorMatt Caswell <matt@openssl.org>
Tue, 18 Mar 2025 12:49:48 +0000 (12:49 +0000)
committerTomas Mraz <tomas@openssl.org>
Thu, 20 Mar 2025 10:24:58 +0000 (11:24 +0100)
commitc25f0780a5f4f2fc710f44847ebd1457b9a495c4
tree89e96b766e4eac0487324643f484331e70eaa0ad
parentd8ce455a3d4b0be1199f34e41fdac6ef3c96b9c9
Test that using the QUIC TLS API does not require BIOs to be set

When using the QUIC TLS API it does not make sense to require BIOs to be
set.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27091)

(cherry picked from commit 445c0942cd19d78a96ea5c351c25c2613ab76c56)
test/sslapitest.c