From dbcbf44d650cff6d84e3838068b56587a74f742c Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Mon, 5 Dec 2022 11:15:10 +0000 Subject: [PATCH] Update include/mbedtls/mbedtls_config.h Co-authored-by: Tom Cosgrove Signed-off-by: Dave Rodgman --- include/mbedtls/mbedtls_config.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/mbedtls/mbedtls_config.h b/include/mbedtls/mbedtls_config.h index 0e45bcac1..826ab6459 100644 --- a/include/mbedtls/mbedtls_config.h +++ b/include/mbedtls/mbedtls_config.h @@ -2817,8 +2817,9 @@ /** * \def MBEDTLS_PKCS7_C * - * This feature is a work in progress and not ready for production. The API may - * change. Testing and validation is incomplete. + * This feature is a work in progress and not ready for production. Testing and + * validation is incomplete, and handling of malformed inputs may not be robust. + * The API may change. * * Enable PKCS7 core for using PKCS7 formatted signatures. * RFC Link - https://tools.ietf.org/html/rfc2315