aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorValerio Setti <valerio.setti@nordicsemi.no>2024-03-19 16:38:57 +0100
committerValerio Setti <valerio.setti@nordicsemi.no>2024-03-21 16:55:24 +0100
commit18702d980f23049ad7c91b17d6abb2a1ec1f15c3 (patch)
tree50f7d3bce10cacf05c5448d0902d83e3593102c9 /include
parent55ed91e0aa45d96fb676551d761076a0bc7c6c48 (diff)
downloadmbedtls-18702d980f23049ad7c91b17d6abb2a1ec1f15c3.zip
mbedtls-18702d980f23049ad7c91b17d6abb2a1ec1f15c3.tar.gz
mbedtls-18702d980f23049ad7c91b17d6abb2a1ec1f15c3.tar.bz2
pk: update documentation of mbedtls_pk_setup_opaque() based on #8951
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
Diffstat (limited to 'include')
-rw-r--r--include/mbedtls/pk.h5
1 files changed, 2 insertions, 3 deletions
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;