diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-12-20 18:48:24 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-12-20 18:48:24 -0600 |
commit | 9543a33eb63564c3fe04efbc451b2f6c742be4fe (patch) | |
tree | b05051c55e2639127b3ab22041bc22a342f9cbe4 /docs/development | |
parent | fc504fee938a5223e790e4c221c20177bca6aa14 (diff) | |
download | cryptography-9543a33eb63564c3fe04efbc451b2f6c742be4fe.tar.gz cryptography-9543a33eb63564c3fe04efbc451b2f6c742be4fe.tar.bz2 cryptography-9543a33eb63564c3fe04efbc451b2f6c742be4fe.zip |
support CRLs with no revoked certificates
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 2f49047d..9e8eb388 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -304,6 +304,7 @@ Custom X.509 Certificate Revocation List Vectors an unsupported reason code. * ``crl_inval_cert_issuer_entry_ext.pem`` - Contains a CRL with one revocation which has one entry extension for certificate issuer with an empty value. +* ``crl_empty.pem`` - Contains a CRL with no revoked certificates. Hashes ~~~~~~ |