]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/quicapitest.c
Add an SSL BIO test for QUIC
authorMatt Caswell <matt@openssl.org>
Tue, 4 Jul 2023 15:28:41 +0000 (16:28 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 11 Jul 2023 15:51:34 +0000 (17:51 +0200)
commit0a3733babbbb4e297ccfbc3ece29e95cafca5f2d
tree6dc54275b8377ad0a1b2b5795fd66159463d98e8
parent9f3cd808b33767ae65e29461ce17a091049e7364
Add an SSL BIO test for QUIC

We create an SSL BIO using a QUIC based SSL_CTX and then use that BIO
to create a connection and read/write data from streams.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21367)
test/helpers/quictestlib.c
test/quicapitest.c