mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-08 07:28:58 +01:00
x509: CRL: add tests for non-critical extension
The 'critical' boolean can be set to false in two ways: - by leaving it implicit (test data generated by openssl) - by explicitly setting it to false (generated by hand)
This commit is contained in:
parent
0bdb050b2d
commit
a63305d134
3 changed files with 14 additions and 0 deletions
|
|
@ -18,5 +18,8 @@ database = /dev/null
|
|||
[crl_ext_idp]
|
||||
issuingDistributionPoint=critical, @idpdata
|
||||
|
||||
[crl_ext_idp_nc]
|
||||
issuingDistributionPoint=@idpdata
|
||||
|
||||
[idpdata]
|
||||
fullname=URI:http://pki.example.com/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue