Add a simple QUIC test for blocking mode
authorMatt Caswell <matt@openssl.org>
Mon, 13 Mar 2023 17:36:24 +0000 (17:36 +0000)
committerPauli <pauli@openssl.org>
Sun, 19 Mar 2023 22:35:55 +0000 (09:35 +1100)
commit0c593328fe811583da68d25b0c8bf87ba842acbb
treef11d86cdc06dac4da4315f67cb1cf8595c4234d1
parentc2212dc19eb280e22bda7d0538b23eef0be040e9
Add a simple QUIC test for blocking mode

We create "real" sockets for blocking mode so that we can block on them.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20514)
12 files changed:
doc/designs/quic-design/quic-fault-injector.md
include/internal/quic_tserver.h
ssl/quic/quic_tserver.c
test/build.info
test/helpers/quictestlib.c
test/helpers/quictestlib.h
test/helpers/ssltestlib.c
test/helpers/ssltestlib.h
test/quicapitest.c
test/quicfaultstest.c
test/recipes/75-test_quicapi.t
test/sslapitest.c