Run test cases that were previously skipped for DTLS 1.3.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
MergeDate: Wed Jan  7 09:11:11 2026
(Merged from https://github.com/openssl/openssl/pull/29501)
This commit is contained in:
Frederik Wedel-Heinen
2025-01-29 15:22:24 +01:00
parent 0a2f79a6dd
commit 6b2bddd94d

View File

@@ -360,13 +360,9 @@ static int test_dtls_duplicate_records(void)
SSL *serverssl = NULL, *clientssl = NULL;
int testresult = 0;
/**
* TODO(DTLSv1.3): Tests fails with
* dtls1_read_bytes:unexpected record:../ssl/record/rec_layer_d1.c:609:
*/
if (!TEST_true(create_ssl_ctx_pair(NULL, DTLS_server_method(),
DTLS_client_method(),
DTLS1_VERSION, DTLS1_2_VERSION,
DTLS1_VERSION, 0,
&sctx, &cctx, cert, privkey)))
return 0;