mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 08:28:25 +00:00
ssl-opt.sh: change expected output for large srv packet test with SSLv3
This test also exercises a protection against BEAST and should expect message splitting.
This commit is contained in:
parent
604ccc6608
commit
6a4f224ac3
1 changed files with 11 additions and 10 deletions
|
@ -4493,15 +4493,6 @@ run_test "Large client packet TLS 1.2 AEAD shorter tag" \
|
|||
-s "Read from client: 16384 bytes read"
|
||||
|
||||
# Test for large server packets
|
||||
|
||||
requires_config_enabled MBEDTLS_SSL_PROTO_SSL3
|
||||
run_test "Large server packet SSLv3 BlockCipher" \
|
||||
"$P_SRV response_size=16384 min_version=ssl3" \
|
||||
"$P_CLI force_version=ssl3 recsplit=0 \
|
||||
force_ciphersuite=TLS-RSA-WITH-AES-256-CBC-SHA" \
|
||||
0 \
|
||||
-c "Read from server: 16384 bytes read"
|
||||
|
||||
requires_config_enabled MBEDTLS_SSL_PROTO_SSL3
|
||||
run_test "Large server packet SSLv3 StreamCipher" \
|
||||
"$P_SRV response_size=16384 min_version=ssl3 arc4=1 force_ciphersuite=TLS-RSA-WITH-RC4-128-SHA" \
|
||||
|
@ -4510,7 +4501,17 @@ run_test "Large server packet SSLv3 StreamCipher" \
|
|||
0 \
|
||||
-c "Read from server: 16384 bytes read"
|
||||
|
||||
# Checking next 2 tests logs for 1n-1 split against BEAST too
|
||||
# Checking next 4 tests logs for 1n-1 split against BEAST too
|
||||
requires_config_enabled MBEDTLS_SSL_PROTO_SSL3
|
||||
run_test "Large server packet SSLv3 BlockCipher" \
|
||||
"$P_SRV response_size=16384 min_version=ssl3" \
|
||||
"$P_CLI force_version=ssl3 recsplit=0 \
|
||||
force_ciphersuite=TLS-RSA-WITH-AES-256-CBC-SHA" \
|
||||
0 \
|
||||
-c "Read from server: 1 bytes read"\
|
||||
-c "16383 bytes read"\
|
||||
-C "Read from server: 16384 bytes read"
|
||||
|
||||
run_test "Large server packet TLS 1.0 BlockCipher" \
|
||||
"$P_SRV response_size=16384" \
|
||||
"$P_CLI force_version=tls1 recsplit=0 \
|
||||
|
|
Loading…
Reference in a new issue