mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-25 09:41:00 +00:00
Define PSA_WANT definitions for all ECC curves
Mirror the default non-PSA configuration by enabling all supported ECC curves. Signed-off-by: David Brown <david.brown@linaro.org>
This commit is contained in:
parent
8de143e72d
commit
20a8c4305a
@ -80,6 +80,20 @@
|
||||
#define PSA_WANT_ALG_TLS12_PSK_TO_MS 1
|
||||
#define PSA_WANT_ALG_XTS 1
|
||||
|
||||
#define PSA_WANT_ECC_BP256R1 1
|
||||
#define PSA_WANT_ECC_BP384R1 1
|
||||
#define PSA_WANT_ECC_BP512R1 1
|
||||
#define PSA_WANT_ECC_CURVE25519 1
|
||||
#define PSA_WANT_ECC_CURVE448 1
|
||||
#define PSA_WANT_ECC_SECP192K1 1
|
||||
#define PSA_WANT_ECC_SECP192R1 1
|
||||
#define PSA_WANT_ECC_SECP224K1 1
|
||||
#define PSA_WANT_ECC_SECP224R1 1
|
||||
#define PSA_WANT_ECC_SECP256K1 1
|
||||
#define PSA_WANT_ECC_SECP256R1 1
|
||||
#define PSA_WANT_ECC_SECP384R1 1
|
||||
#define PSA_WANT_ECC_SECP521R1 1
|
||||
|
||||
#define PSA_WANT_KEY_TYPE_DERIVE 1
|
||||
#define PSA_WANT_KEY_TYPE_HMAC 1
|
||||
#define PSA_WANT_KEY_TYPE_AES 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user