mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 08:51:03 +00:00
Merge pull request #306 from ARMmbed/gh-288-missing-warning
Add missing warning in doc
This commit is contained in:
commit
5ae7984dc2
|
@ -1246,6 +1246,8 @@
|
|||
* If set, the X509 parser will not break-off when parsing an X509 certificate
|
||||
* and encountering an unknown critical extension.
|
||||
*
|
||||
* \warning Depending on your PKI use, enabling this can be a security risk!
|
||||
*
|
||||
* Uncomment to prevent an error.
|
||||
*/
|
||||
//#define MBEDTLS_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION
|
||||
|
|
Loading…
Reference in a new issue