Test that swapping the first app data record with Finished msg works
authorMatt Caswell <matt@openssl.org>
Mon, 25 Jul 2022 11:39:52 +0000 (12:39 +0100)
committerHugo Landau <hlandau@openssl.org>
Wed, 17 Aug 2022 15:41:20 +0000 (16:41 +0100)
commitd4b9a613839c07d9dd18d51106f6b94c64291402
treee3f1ebf4007d8c92218e72f3f47492eb4e6a28e4
parent1b89d835ab8a3c3e971049d090b71a52649b1423
Test that swapping the first app data record with Finished msg works

If the first app data record arrives before the Finished message we should
be able to buffer it and move on to the Finished message.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18975)
test/dtlstest.c
test/helpers/ssltestlib.c
test/helpers/ssltestlib.h