mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-09 11:32:56 +00:00
Set a compile-time limit to X.509 chain length
This commit is contained in:
@@ -16,6 +16,8 @@ Security
|
||||
Features
|
||||
* Add function pk_check_pair() to test if public and private keys match.
|
||||
* Add x509_crl_parse_der().
|
||||
* Add compile-time option POLARSSL_X509_MAX_INTERMEDIATE_CA to limit the
|
||||
length of an X.509 verification chain.
|
||||
|
||||
Bugfix
|
||||
* User set CFLAGS were ignore by Cmake with gcc (introduced in 1.3.9, found
|
||||
|
||||
Reference in New Issue
Block a user