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>
Mon, 1 Aug 2022 07:08:00 +0000 (08:08 +0100)
commit4000827fdbf3f6d70949186fdd2bc57638500885
tree7595988d817633c5ccb2def52726d9863514321b
parent6d6b295ac39fcb0461f25fda69983d2dbb75f8f1
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: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18868)
test/dtlstest.c
test/helpers/ssltestlib.c
test/helpers/ssltestlib.h