mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-03 12:00:16 +02:00
Force server-side TLS1.2 for ECDH- Opaque PK key test
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
parent
1335222f13
commit
b7b549aa71
|
|
@ -1589,7 +1589,8 @@ requires_config_enabled MBEDTLS_X509_CRT_PARSE_C
|
|||
requires_config_enabled MBEDTLS_ECDSA_C
|
||||
requires_config_enabled MBEDTLS_SHA256_C
|
||||
run_test "Opaque key for server authentication (ECDH-)" \
|
||||
"$P_SRV auth_mode=required key_opaque=1 crt_file=data_files/server5.ku-ka.crt \
|
||||
"$P_SRV force_version=tls12 auth_mode=required key_opaque=1\
|
||||
crt_file=data_files/server5.ku-ka.crt\
|
||||
key_file=data_files/server5.key" \
|
||||
"$P_CLI" \
|
||||
0 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue