Skip to content

Commit

Permalink
Kconfig: Update PSA WANTS for ECC key types
Browse files Browse the repository at this point in the history
Adapt to the new configurations from the
Oberon PSA core.

The PSA_WANT_KEY_TYPE_ECC_KEY_PAIR is deprecated
and will be replaced by options for specific operations
for key generation, importing, exporting and key derivation.

Signed-off-by: Georgios Vasilakis <[email protected]>
  • Loading branch information
Vge0rge committed Apr 15, 2024
1 parent 3938ec9 commit acfccc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Kconfig.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ config SIDEWALK_CRYPTO
imply PSA_WANT_ECC_MONTGOMERY_255
imply PSA_WANT_ECC_TWISTED_EDWARDS_255
imply PSA_WANT_KEY_TYPE_AES
imply PSA_WANT_KEY_TYPE_ECC_KEY_PAIR
imply PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_IMPORT
imply PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_EXPORT
imply PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_GENERATE
imply PSA_WANT_KEY_TYPE_HMAC
imply PSA_WANT_GENERATE_RANDOM
imply MBEDTLS_ENABLE_HEAP
Expand Down

0 comments on commit acfccc8

Please sign in to comment.