mirror of
https://github.com/openssl/openssl.git
synced 2026-01-18 17:11:31 +01:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user