From 2761d18c006469821adcd6324bdd5d37151876cc Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Mon, 2 Dec 2024 13:58:15 +0000 Subject: [PATCH] Add issue reference for ECP_RESTARTABLE limitations Add reference to github issues to give a way for users to track progress and express interest. Signed-off-by: Janos Follath --- include/mbedtls/mbedtls_config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/mbedtls/mbedtls_config.h b/include/mbedtls/mbedtls_config.h index a559c07228..975b23c7f1 100644 --- a/include/mbedtls/mbedtls_config.h +++ b/include/mbedtls/mbedtls_config.h @@ -642,7 +642,9 @@ * \note When this option is enabled, restartable operations in PK, X.509 * and TLS (see above) are not using PSA. On the other hand, ECDH * computations in TLS are using PSA, and are not restartable. These - * are temporary limitations that should be lifted in the future. + * are temporary limitations that should be lifted in the future. (See + * https://github.com/Mbed-TLS/mbedtls/issues/9784 and + * https://github.com/Mbed-TLS/mbedtls/issues/9817) * * Requires: MBEDTLS_ECP_C *