Skip to content

Commit

Permalink
Run test cases that were previously skipped for DTLS 1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
fwh-dc committed Jan 29, 2025
1 parent 1ee54c6 commit 870b189
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/dtlstest.c
Original file line number Diff line number Diff line change
Expand Up @@ -364,13 +364,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;

Expand Down

0 comments on commit 870b189

Please sign in to comment.