diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-12-20 20:32:49 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-12-20 20:32:49 -0500 |
commit | 394cca58a7dbd7e34d111f8c78a8f2dabda3a4b3 (patch) | |
tree | 41e339b1b46f8531725e0fe6f27f976eb5863d05 /docs | |
parent | 45b8752fd2e7c40dcdbe655461815206d3372baf (diff) | |
parent | 9543a33eb63564c3fe04efbc451b2f6c742be4fe (diff) | |
download | cryptography-394cca58a7dbd7e34d111f8c78a8f2dabda3a4b3.tar.gz cryptography-394cca58a7dbd7e34d111f8c78a8f2dabda3a4b3.tar.bz2 cryptography-394cca58a7dbd7e34d111f8c78a8f2dabda3a4b3.zip |
Merge pull request #2538 from reaperhulk/empty-crls-are-beautiful-too
support CRLs with no revoked certificates
Diffstat (limited to 'docs')
-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 ~~~~~~ |