From 8bd088c7c2936dbc94eddd5ede980d45a341e73d Mon Sep 17 00:00:00 2001 From: Markus Rekdal Date: Mon, 12 Aug 2024 09:02:38 +0200 Subject: [PATCH] [nrf noup] modules: mbedtls: remove deprecated Kconfig Remove the deprecated PSA_WANT_KEY_TYPE_ECC_KEY_PAIR Kconfig ref: NCSDK-27160 Signed-off-by: Markus Rekdal --- modules/mbedtls/Kconfig.psa | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/modules/mbedtls/Kconfig.psa b/modules/mbedtls/Kconfig.psa index c032239040a..0e484fbbb69 100644 --- a/modules/mbedtls/Kconfig.psa +++ b/modules/mbedtls/Kconfig.psa @@ -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