mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 07:55:46 +01:00
SSL async tests: tighten a few log checks in some test cases
This commit is contained in:
parent
20deb01264
commit
37289cdb99
@ -4237,6 +4237,7 @@ run_test "SSL async private: error in start" \
|
|||||||
1 \
|
1 \
|
||||||
-s "Async sign callback: injected error" \
|
-s "Async sign callback: injected error" \
|
||||||
-S "Async resume" \
|
-S "Async resume" \
|
||||||
|
-S "Async cancel" \
|
||||||
-s "! mbedtls_ssl_handshake returned"
|
-s "! mbedtls_ssl_handshake returned"
|
||||||
|
|
||||||
requires_config_enabled MBEDTLS_SSL_ASYNC_PRIVATE
|
requires_config_enabled MBEDTLS_SSL_ASYNC_PRIVATE
|
||||||
@ -4259,6 +4260,7 @@ run_test "SSL async private: error in resume" \
|
|||||||
1 \
|
1 \
|
||||||
-s "Async sign callback: using key slot " \
|
-s "Async sign callback: using key slot " \
|
||||||
-s "Async resume callback: sign done but injected error" \
|
-s "Async resume callback: sign done but injected error" \
|
||||||
|
-S "Async cancel" \
|
||||||
-s "! mbedtls_ssl_handshake returned"
|
-s "! mbedtls_ssl_handshake returned"
|
||||||
|
|
||||||
requires_config_enabled MBEDTLS_SSL_ASYNC_PRIVATE
|
requires_config_enabled MBEDTLS_SSL_ASYNC_PRIVATE
|
||||||
@ -4295,6 +4297,7 @@ run_test "SSL async private: cancel after start then fall back to transparent
|
|||||||
[ \$? -eq 1 ] &&
|
[ \$? -eq 1 ] &&
|
||||||
$P_CLI force_ciphersuite=TLS-ECDHE-RSA-WITH-AES-128-CBC-SHA256" \
|
$P_CLI force_ciphersuite=TLS-ECDHE-RSA-WITH-AES-128-CBC-SHA256" \
|
||||||
0 \
|
0 \
|
||||||
|
-s "Async sign callback: using key slot 0"
|
||||||
-S "Async resume" \
|
-S "Async resume" \
|
||||||
-s "Async cancel" \
|
-s "Async cancel" \
|
||||||
-s "! mbedtls_ssl_handshake returned" \
|
-s "! mbedtls_ssl_handshake returned" \
|
||||||
|
Loading…
Reference in New Issue
Block a user