From bcc92d4f03607d81e2b61c1a37226f98eecb2001 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Tue, 14 Mar 2023 07:13:44 +0000 Subject: [PATCH] Update include/mbedtls/pkcs7.h Co-authored-by: Xiaokang Qian <53458466+xkqian@users.noreply.github.com> Signed-off-by: Dave Rodgman --- 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 39f9b04ec..b6744cee2 100644 --- a/include/mbedtls/pkcs7.h +++ b/include/mbedtls/pkcs7.h @@ -26,7 +26,7 @@ * message syntax is a partial implementation of RFC 2315. * Differences include: * - The RFC specifies 6 different content types. The only type currently - * supported in Mbed TLS is the signed data content type. + * supported in Mbed TLS is the signed-data content type. * - The only supported PKCS #7 Signed Data syntax version is version 1 * - The RFC specifies support for BER. This implementation is limited to * DER only.