mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-05 18:40:01 +00:00
Make CRT callback tests more robust
This commit is contained in:
parent
ae13beb1d9
commit
4031b314ed
@ -1013,10 +1013,6 @@ run_test "Configuration-specific CRT verification callback" \
|
|||||||
"$P_SRV debug_level=3" \
|
"$P_SRV debug_level=3" \
|
||||||
"$P_CLI context_crt_cb=0 debug_level=3" \
|
"$P_CLI context_crt_cb=0 debug_level=3" \
|
||||||
0 \
|
0 \
|
||||||
-s "Protocol is TLSv1.2" \
|
|
||||||
-s "Ciphersuite is TLS-ECDHE-RSA-WITH-CHACHA20-POLY1305-SHA256" \
|
|
||||||
-s "client hello v3, signature_algorithm ext: 6" \
|
|
||||||
-s "ECDHE curve: secp521r1" \
|
|
||||||
-S "error" \
|
-S "error" \
|
||||||
-c "Verify requested for " \
|
-c "Verify requested for " \
|
||||||
-c "Use configuration-specific verification callback" \
|
-c "Use configuration-specific verification callback" \
|
||||||
@ -1027,10 +1023,6 @@ run_test "Context-specific CRT verification callback" \
|
|||||||
"$P_SRV debug_level=3" \
|
"$P_SRV debug_level=3" \
|
||||||
"$P_CLI context_crt_cb=1 debug_level=3" \
|
"$P_CLI context_crt_cb=1 debug_level=3" \
|
||||||
0 \
|
0 \
|
||||||
-s "Protocol is TLSv1.2" \
|
|
||||||
-s "Ciphersuite is TLS-ECDHE-RSA-WITH-CHACHA20-POLY1305-SHA256" \
|
|
||||||
-s "client hello v3, signature_algorithm ext: 6" \
|
|
||||||
-s "ECDHE curve: secp521r1" \
|
|
||||||
-S "error" \
|
-S "error" \
|
||||||
-c "Verify requested for " \
|
-c "Verify requested for " \
|
||||||
-c "Use context-specific verification callback" \
|
-c "Use context-specific verification callback" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user