mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-25 22:09:47 +00:00
- Corrected parsing of UTCTime dates before 1990 and after 1950
- Support more exotic OID's when parsing certificates - Support more exotic name representations when parsing certificates - Replaced the expired test certificates
This commit is contained in:
@@ -18,8 +18,8 @@ database = index
|
||||
serial = serial
|
||||
|
||||
new_certs_dir = newcerts
|
||||
default_crl_days = 60
|
||||
default_days = 730
|
||||
default_crl_days = 5
|
||||
default_days = 3653
|
||||
default_md = sha1
|
||||
policy = my_policy
|
||||
x509_extensions = v3_usr
|
||||
|
||||
Reference in New Issue
Block a user