mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 08:55:42 +00:00
TinyCrypt Test: Include ECDH and ECDHE-PSK in all.sh TinyCrypt test
This commit is contained in:
parent
6f212d0a16
commit
fe08844bac
|
@ -1435,7 +1435,7 @@ component_test_default_tinycrypt_without_legacy_ecc () {
|
|||
export CLI_ECDSA_CRT=data_files/cli3.crt.pem
|
||||
export CLI_ECDSA_KEY=data_files/cli3.key.pem
|
||||
export CA_FILE=data_files/test-ca3.crt.pem
|
||||
if_build_succeeded tests/compat.sh -f 'TLS-ECDHE-ECDSA'
|
||||
if_build_succeeded tests/compat.sh -f 'ECDHE-ECDSA\|ECDHE-PSK\|ECDH-ECDSA'
|
||||
}
|
||||
|
||||
component_test_baremetal () {
|
||||
|
|
Loading…
Reference in a new issue