Skip to content

Commit df4b249

Browse files
author
opencode
committed
Skip renegotiation pseudo-suites in record size test
1 parent 7005bb5 commit df4b249

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/api/test_tls.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,6 +1284,10 @@ int test_record_size_matches_build_message(void)
12841284
expected = 1;
12851285
reason = "multicast not configured";
12861286
}
1287+
else if (XSTRSTR(name, "RENEGOTIATION") != NULL) {
1288+
expected = 1;
1289+
reason = "not a real cipher suite";
1290+
}
12871291

12881292
if (!expected) {
12891293
fprintf(stderr,

0 commit comments

Comments
 (0)