]> git.ipfire.org Git - thirdparty/openssl.git/commit
Extend the test_quic_write_read() test to include resumption
authorMatt Caswell <matt@openssl.org>
Fri, 28 Jul 2023 14:32:57 +0000 (15:32 +0100)
committerHugo Landau <hlandau@openssl.org>
Wed, 2 Aug 2023 19:27:07 +0000 (20:27 +0100)
commitcf355bd6e5564694e589d3f96e8bde192519649c
tree875533809e3ec44d2a8d819251bb288caf8a92a1
parentf219abef51fd47fa5945d23bbdc379778e512dc5
Extend the test_quic_write_read() test to include resumption

We add an additional loop around test_quic_write_read() to repeat the
test but using a session obtained from the initial iteration to confirm
that we can successfully resume the session.

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