mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00:00
No config renaming
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
ca99203bc3
commit
61391063b6
@ -27,9 +27,6 @@ part (TF-PSA-Crypto).
|
|||||||
builtin drivers and the platform abstraction layer.
|
builtin drivers and the platform abstraction layer.
|
||||||
* tf_psa_crypto_config.h inherites from all the cryptography configuration
|
* tf_psa_crypto_config.h inherites from all the cryptography configuration
|
||||||
options of mbedtls_config.h.
|
options of mbedtls_config.h.
|
||||||
* apart from the PSA cryptography API configuration options that are prefixed
|
|
||||||
by PSA_WANT_, the tf_psa_crypto_config.h configuration options are prefixed
|
|
||||||
by TF_PSA_CRYPTO_.
|
|
||||||
|
|
||||||
## Comments about objectives and requirements
|
## Comments about objectives and requirements
|
||||||
|
|
||||||
@ -41,12 +38,6 @@ crypto_config.h is extended to become the TF-PSA-Crypto configuration file,
|
|||||||
mbedtls_config.h mainly becomes the configuration file for the TLS and x509
|
mbedtls_config.h mainly becomes the configuration file for the TLS and x509
|
||||||
libraries.
|
libraries.
|
||||||
|
|
||||||
Regarding the platform abstraction layer configuration options, we do not
|
|
||||||
want to use the TF-PSA-Crypto ones in TLS and x509 code thus each of them has
|
|
||||||
an equivalent one in mbedtls_config.h prefixed by MBEDTLS_ instead of
|
|
||||||
TF_PSA_CRYPTO_ that just expand to the TF_PSA_CRYPTO_ one:
|
|
||||||
#define MBEDTLS_xyz TF_PSA_CRYPTO_xyz.
|
|
||||||
|
|
||||||
## Sections in tf_psa_crypto_config.h
|
## Sections in tf_psa_crypto_config.h
|
||||||
|
|
||||||
The tf_psa_crypto_config.h configuration file is organized into eight sections.
|
The tf_psa_crypto_config.h configuration file is organized into eight sections.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user