mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-01 07:49:54 +00:00
Replace MBEDTLS_PK_HAVE_ECC_KEYS with PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY
Signed-off-by: Elena Uziunaite <[email protected]>
This commit is contained in:
@@ -87,7 +87,7 @@ def dependencies_of_setting(cfg: config_common.Config,
|
|||||||
if name.startswith('MBEDTLS_CIPHER_PADDING_'):
|
if name.startswith('MBEDTLS_CIPHER_PADDING_'):
|
||||||
return 'MBEDTLS_CIPHER_C:MBEDTLS_CIPHER_MODE_CBC'
|
return 'MBEDTLS_CIPHER_C:MBEDTLS_CIPHER_MODE_CBC'
|
||||||
if name.startswith('MBEDTLS_PK_PARSE_EC_'):
|
if name.startswith('MBEDTLS_PK_PARSE_EC_'):
|
||||||
return 'MBEDTLS_PK_C:MBEDTLS_PK_HAVE_ECC_KEYS'
|
return 'MBEDTLS_PK_C:PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY'
|
||||||
# For TLS settings, insist on having them once off and once on in
|
# For TLS settings, insist on having them once off and once on in
|
||||||
# a configuration where both client support and server support are
|
# a configuration where both client support and server support are
|
||||||
# enabled. The settings are also meaningful when only one side is
|
# enabled. The settings are also meaningful when only one side is
|
||||||
|
|||||||
Reference in New Issue
Block a user