From 18702d980f23049ad7c91b17d6abb2a1ec1f15c3 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Tue, 19 Mar 2024 16:38:57 +0100 Subject: pk: update documentation of mbedtls_pk_setup_opaque() based on #8951 Signed-off-by: Valerio Setti --- include/mbedtls/pk.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/mbedtls/pk.h b/include/mbedtls/pk.h index 60942d7e..3b9d18d 100644 --- a/include/mbedtls/pk.h +++ b/include/mbedtls/pk.h @@ -377,9 +377,8 @@ int mbedtls_pk_setup(mbedtls_pk_context *ctx, const mbedtls_pk_info_t *info); * * sign, sign_ext: try #PSA_ALG_DETERMINISTIC_ECDSA() * first and, in case it fails, try with #PSA_ALG_ECDSA(). * * RSA: - * * sign: #PSA_ALG_RSA_PKCS1V15_SIGN(); - * * sign_ext: use the algorithm associated with the wrapped - * PSA key; + * * sign, sign_ext: use the algorithm associated with the + * wrapped PSA key; * * verify: not supported; * * verify_ext: not supported; * * decrypt: #PSA_ALG_RSA_PKCS1V15_CRYPT; -- cgit v1.1