Add a test for QUIC non IO retry errors
authorMatt Caswell <matt@openssl.org>
Thu, 31 Aug 2023 15:18:28 +0000 (16:18 +0100)
committerHugo Landau <hlandau@openssl.org>
Sat, 2 Sep 2023 14:23:55 +0000 (15:23 +0100)
commit48724e8a205c732705c3f54a3bd43d7049e77774
tree5ce960d7d9b9868790deb46dc92c9738149cb5d0
parent3a0012cb52bef4df54bd46946d7ff783c24b4305
Add a test for QUIC non IO retry errors

Test that errors such as SSL_ERROR_WANT_RETRY_VERIFY are properly
handled by QUIC connections.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21922)
doc/designs/quic-design/quic-fault-injector.md
test/helpers/quictestlib.c
test/helpers/quictestlib.h
test/quicapitest.c