Add a note about p256m near the option to enable secp256r1
Only document it with the PSA configuration, not for MBEDTLS_ECP_DP_SECP256R1_ENABLED, since p256m can't be used with the classic API. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
08b66cd7d7
commit
3aa79691fc
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,8 @@
|
|||
#define PSA_WANT_ECC_SECP_K1_256 1
|
||||
#define PSA_WANT_ECC_SECP_R1_192 1
|
||||
#define PSA_WANT_ECC_SECP_R1_224 1
|
||||
/* For secp256r1, consider enabling #MBEDTLS_PSA_P256M_DRIVER_ENABLED
|
||||
* (see the description in mbedtls/mbedtls_config.h for details). */
|
||||
#define PSA_WANT_ECC_SECP_R1_256 1
|
||||
#define PSA_WANT_ECC_SECP_R1_384 1
|
||||
#define PSA_WANT_ECC_SECP_R1_521 1
|
||||
|
|
Loading…
Reference in a new issue