mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-13 04:13:45 +00:00
Rework overview of section changes
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
be352633ae
commit
89d8a27d00
@ -31,9 +31,17 @@ they are available in both repositories (as Mbed TLS includes
|
|||||||
create aliases for some of them to align with the naming conventions of the
|
create aliases for some of them to align with the naming conventions of the
|
||||||
repositories.
|
repositories.
|
||||||
|
|
||||||
The layout of options into sections in `mbedtls_config.h` does not suit
|
The cryptographic configuration options in `tf_psa_crypto_config.h` are
|
||||||
TF-PSA-Crypto well thus the configuration options `tf_psa_crypto_config.h` are
|
organized into sections that are different from the ones in the pre-split
|
||||||
organized into different sections (see below).
|
`mbedtls_config.h` (see below). This is first to take into account the
|
||||||
|
specifics of TF-PSA-Crypto, for example a specific section for the
|
||||||
|
configuration of builtin drivers. We also get rid of the grouping of non
|
||||||
|
boolean options into a dedicated section: related boolean and non boolean
|
||||||
|
configuration options are rather grouped together into the same section.
|
||||||
|
|
||||||
|
Finally, for consistency, the sections in `mbedtls_config.h` are reorganized
|
||||||
|
to be better aligned with the `tf_psa_crypto_config.h` ones.
|
||||||
|
|
||||||
|
|
||||||
## Configuration files and `config.py`
|
## Configuration files and `config.py`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user