mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-08 23:49:24 +01:00
Support faulty X509 v1 certificates with extensions
(POLARSSL_X509_ALLOW_EXTENSIONS_NON_V3)
This commit is contained in:
parent
15b9b3a7e0
commit
c27c4e2efb
5 changed files with 44 additions and 0 deletions
|
|
@ -46,6 +46,8 @@ Changes
|
|||
* X509 core refactored
|
||||
* x509_crt_verify() now case insensitive for cn (RFC 6125 6.4)
|
||||
* Also compiles / runs without time-based functions (!POLARSSL_HAVE_TIME)
|
||||
* Support faulty X509 v1 certificates with extensions
|
||||
(POLARSSL_X509_ALLOW_EXTENSIONS_NON_V3)
|
||||
|
||||
Bugfix
|
||||
* Fixed parse error in ssl_parse_certificate_request()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue