]> 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:26 +0000 (11:24 +0100)
commit445c0942cd19d78a96ea5c351c25c2613ab76c56
treeca627b8707b4867df33e9b7617db76ceb9f75aaf
parent2100cf2ee0d377976d28c9e04eefae4e1b5373ea
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)
test/sslapitest.c