mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-04 16:09:50 +00:00
More precise explanation of MBEDTLS_PSA_CRYPTO_CONFIG disabled
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
99e075bf15
commit
33665c4800
|
@ -2167,8 +2167,9 @@
|
||||||
* 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.
|
||||||
*
|
*
|
||||||
* When this option is disabled, the PSA API exposes the same cryptographic
|
* When this option is disabled, the PSA API exposes the cryptographic
|
||||||
* mechanism as the `mbedtls_xxx` API configured with `MBEDTLS_XXX` symbols.
|
* 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
|
* When this option is enabled, the PSA API exposes the cryptographic
|
||||||
* mechanisms requested by the `PSA_WANT_XXX` symbols defined in
|
* mechanisms requested by the `PSA_WANT_XXX` symbols defined in
|
||||||
|
|
Loading…
Reference in a new issue