More precise explanation of MBEDTLS_PSA_CRYPTO_CONFIG disabled

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2022-04-13 23:22:49 +02:00
parent f68f43a42e
commit db0421b073

View file

@ -1769,8 +1769,9 @@
* This setting allows support for cryptographic mechanisms through the PSA
* API to be configured separately from support through the mbedtls API.
*
* When this option is disabled, the PSA API exposes the same cryptographic
* mechanism as the `mbedtls_xxx` API configured with `MBEDTLS_XXX` symbols.
* When this option is disabled, the PSA API exposes the cryptographic
* mechanisms that can be implemented on top of 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