From 33665c480029d63d297405ee56633a948c666c54 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Wed, 13 Apr 2022 23:22:49 +0200 Subject: [PATCH] More precise explanation of MBEDTLS_PSA_CRYPTO_CONFIG disabled Signed-off-by: Gilles Peskine --- include/mbedtls/config.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 37337d504..009ed0665 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -2167,8 +2167,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