Update include/mbedtls/mbedtls_config.h
Co-authored-by: Tom Cosgrove <tom.cosgrove@arm.com> Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
235d1d8519
commit
dbcbf44d65
1 changed files with 3 additions and 2 deletions
|
@ -2817,8 +2817,9 @@
|
||||||
/**
|
/**
|
||||||
* \def MBEDTLS_PKCS7_C
|
* \def MBEDTLS_PKCS7_C
|
||||||
*
|
*
|
||||||
* This feature is a work in progress and not ready for production. The API may
|
* This feature is a work in progress and not ready for production. Testing and
|
||||||
* change. Testing and validation is incomplete.
|
* 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
|
||||||
|
|
Loading…
Reference in a new issue