Skip to content

Commit

Permalink
[nrf noup] modules: mbedtls: remove deprecated Kconfig
Browse files Browse the repository at this point in the history
Remove the deprecated PSA_WANT_KEY_TYPE_ECC_KEY_PAIR Kconfig

ref: NCSDK-27160

Signed-off-by: Markus Rekdal <[email protected]>
  • Loading branch information
nordic-mare authored and nordicjm committed Aug 14, 2024
1 parent 42f3433 commit 8bd088c
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions modules/mbedtls/Kconfig.psa
Original file line number Diff line number Diff line change
Expand Up @@ -136,22 +136,6 @@ config PSA_WANT_KEY_TYPE_CHACHA20
Key for the ChaCha20 stream cipher or the ChaCha20-Poly1305 AEAD algorithm.


config PSA_WANT_KEY_TYPE_ECC_KEY_PAIR
bool "PSA ECC key pair support"
select PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY
select PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_IMPORT
select PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_EXPORT
select PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_GENERATE
select PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_DERIVE
select DEPRECATED
help
DEPRECATED: This configuration will be removed in a future release,
please use the individual options for import, export, generate,
derive and public key instead.

Elliptic curve key pair: both the private and public key.


config PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY
bool "PSA ECC public key support"
help
Expand Down

0 comments on commit 8bd088c

Please sign in to comment.