From 5b67d61d0281a4456986d18dbe49a0fa3d06431e Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Thu, 18 Jun 2026 17:55:38 +0200 Subject: [PATCH] pkcs7: do not mention PK algorithms in the documentation Signed-off-by: Valerio Setti --- include/mbedtls/pkcs7.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/pkcs7.h b/include/mbedtls/pkcs7.h index 644969b876..f2da99021c 100644 --- a/include/mbedtls/pkcs7.h +++ b/include/mbedtls/pkcs7.h @@ -33,7 +33,7 @@ * implementation assumes the type is DATA and the content is empty. * - The RFC doesn't put any constrain on the hash algorithm to be used, but * this implementation by default rejects weak hash algorithms (i.e. RIPEMD160, - * MD5, SHA-1, SHA-224, SHA3-224). In general accepted hash and PK algorithms + * MD5, SHA-1, SHA-224, SHA3-224). In general accepted hash algorithms * are the ones belonging to ::mbedtls_x509_crt_profile_default. * #MBEDTLS_PKCS7_ALLOW_WEAK_SIGNATURES can be enabled to accept all * supported hash algorithms.