File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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
1388113880requires_certificate_authentication
1388213881run_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
1414214140requires_certificate_authentication
1414314141run_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
1415014148requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_3
1415114149requires_certificate_authentication
You can’t perform that action at this time.
0 commit comments