Skip to content

Commit d01ac30

Browse files
ssl-opt: Adjusted reference hs defragmentation tests.
Signed-off-by: Minos Galanakis <[email protected]>
1 parent 76957cc commit d01ac30

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/ssl-opt.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13877,7 +13877,6 @@ run_test "TLS 1.2 ClientHello indicating support for deflate compression meth
1387713877
# To guarantee that the handhake messages are large enough and need to be split
1387813878
# into fragments, the tests require certificate authentication. The party in control
1387913879
# of the fragmentation operations is OpenSSL and will always use server5.crt (548 Bytes).
13880-
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_3
1388113880
requires_certificate_authentication
1388213881
run_test "Handshake defragmentation on client (no fragmentation, for reference)" \
1388313882
"$O_NEXT_SRV" \
@@ -14138,14 +14137,13 @@ run_test "Handshake defragmentation on client: len=3, TLS 1.2" \
1413814137
-c "handshake message too short: 3" \
1413914138
-c "SSL - An invalid SSL record was received"
1414014139

14141-
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_3
1414214140
requires_certificate_authentication
1414314141
run_test "Handshake defragmentation on server (no fragmentation, for reference)." \
1414414142
"$P_SRV debug_level=4 auth_mode=required" \
1414514143
"$O_NEXT_CLI -cert $DATA_FILES_PATH/server5.crt -key $DATA_FILES_PATH/server5.key" \
1414614144
0 \
14147-
-C "reassembled record" \
14148-
-C "waiting for more fragments"
14145+
-S "reassembled record" \
14146+
-S "waiting for more fragments"
1414914147

1415014148
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_3
1415114149
requires_certificate_authentication

0 commit comments

Comments
 (0)