mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Improve documentation of MBEDTLS_PSA_CRYPTO_CONFIG
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
@ -1769,8 +1769,15 @@
|
|||||||
* This setting allows support for cryptographic mechanisms through the PSA
|
* This setting allows support for cryptographic mechanisms through the PSA
|
||||||
* API to be configured separately from support through the mbedtls API.
|
* API to be configured separately from support through the mbedtls API.
|
||||||
*
|
*
|
||||||
* Uncomment this to enable use of PSA Crypto configuration settings which
|
* When this option is disabled, the PSA API exposes the same cryptographic
|
||||||
* can be found in include/psa/crypto_config.h.
|
* mechanism as the `mbedtls_xxx` API configured with `MBEDTLS_XXX` symbols.
|
||||||
|
*
|
||||||
|
* When this option is enabled, the PSA API exposes the cryptographic
|
||||||
|
* mechanisms requested by the `PSA_WANT_XXX` symbols defined in
|
||||||
|
* include/psa/crypto_config.h. The corresponding `MBEDTLS_XXX` settings are
|
||||||
|
* automatically enabled if required (i.e. if no PSA driver provides the
|
||||||
|
* mechanism). You may still freely enable additional `MBEDTLS_XXX` symbols
|
||||||
|
* in mbedtls_config.h.
|
||||||
*
|
*
|
||||||
* This feature is still experimental and is not ready for production since
|
* This feature is still experimental and is not ready for production since
|
||||||
* it is not completed.
|
* it is not completed.
|
||||||
|
Reference in New Issue
Block a user