Remove pre-production warnings
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
3ef7a6af12
commit
7c33b0cac6
2 changed files with 2 additions and 11 deletions
|
@ -2862,10 +2862,6 @@
|
||||||
/**
|
/**
|
||||||
* \def MBEDTLS_PKCS7_C
|
* \def MBEDTLS_PKCS7_C
|
||||||
*
|
*
|
||||||
* 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.
|
* Enable PKCS7 core for using PKCS7 formatted signatures.
|
||||||
* RFC Link - https://tools.ietf.org/html/rfc2315
|
* RFC Link - https://tools.ietf.org/html/rfc2315
|
||||||
*
|
*
|
||||||
|
@ -2877,7 +2873,7 @@
|
||||||
*
|
*
|
||||||
* This module is required for the PKCS7 parsing modules.
|
* This module is required for the PKCS7 parsing modules.
|
||||||
*/
|
*/
|
||||||
//#define MBEDTLS_PKCS7_C
|
#define MBEDTLS_PKCS7_C
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \def MBEDTLS_PKCS12_C
|
* \def MBEDTLS_PKCS12_C
|
||||||
|
|
|
@ -22,12 +22,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This feature is a work in progress and not ready for production. The API may
|
* Note: For the time being, this implementation of the PKCS #7 cryptographic
|
||||||
* change. Furthermore, please note that the implementation has only been
|
|
||||||
* validated with well-formed inputs, not yet with untrusted inputs (which is
|
|
||||||
* almost always the case in practice).
|
|
||||||
*
|
|
||||||
* Note: For the time being, this implementation of the PKCS7 cryptographic
|
|
||||||
* message syntax is a partial implementation of RFC 2315.
|
* message syntax is a partial implementation of RFC 2315.
|
||||||
* Differences include:
|
* Differences include:
|
||||||
* - The RFC specifies 6 different content types. The only type currently
|
* - The RFC specifies 6 different content types. The only type currently
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue