mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-25 00:02:42 +00:00
Add requirements of "Default"
The log checks require a specific hash and a specific curve. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
59601d76ad
commit
1438e1620a
@ -1570,9 +1570,10 @@ trap cleanup INT TERM HUP
|
|||||||
# Checks that:
|
# Checks that:
|
||||||
# - things work with all ciphersuites active (used with config-full in all.sh)
|
# - things work with all ciphersuites active (used with config-full in all.sh)
|
||||||
# - the expected parameters are selected
|
# - the expected parameters are selected
|
||||||
# ("signature_algorithm ext: 6" means SHA-512 (highest common hash))
|
|
||||||
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_2
|
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_2
|
||||||
requires_ciphersuite_enabled TLS-ECDHE-RSA-WITH-CHACHA20-POLY1305-SHA256
|
requires_ciphersuite_enabled TLS-ECDHE-RSA-WITH-CHACHA20-POLY1305-SHA256
|
||||||
|
requires_config_enabled MBEDTLS_SHA512_C # "signature_algorithm ext: 6"
|
||||||
|
requires_config_enabled MBEDTLS_ECP_DP_CURVE25519_ENABLED
|
||||||
run_test "Default" \
|
run_test "Default" \
|
||||||
"$P_SRV debug_level=3" \
|
"$P_SRV debug_level=3" \
|
||||||
"$P_CLI" \
|
"$P_CLI" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user