mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-08 18:54:23 +02:00
PK: clarify comment about key export
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
* then we export keys on the stack, and otherwise we use the heap.
|
||||
*
|
||||
* RSA can either be used directly or indirectly via opaque keys if enabled.
|
||||
* (RSA_ALT is not relevant here as we can't export from such contexts.)
|
||||
*/
|
||||
#if !defined(MBEDTLS_RSA_C) && \
|
||||
!(defined(MBEDTLS_USE_PSA_CRYPTO) && defined(PSA_WANT_KEY_TYPE_RSA_PUBLIC_KEY))
|
||||
|
||||
Reference in New Issue
Block a user