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)
committerMatt Caswell <matt@openssl.org>
Wed, 10 Aug 2022 10:42:29 +0000 (11:42 +0100)
commitd87e99df3162b2d56b8d44907fde88b67d7e3900
tree948fc6056de2db44b40806e67bb7158d716d4649
parent01fc812cb0aafc3cfc271303b6646d1c0a86b020
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/18976)
test/dtlstest.c
test/ssltestlib.c
test/ssltestlib.h