diff options
author | Erik Trauschke <erik.trauschke@gmail.com> | 2015-10-15 21:10:20 -0700 |
---|---|---|
committer | Erik Trauschke <erik.trauschke@gmail.com> | 2015-10-15 21:10:20 -0700 |
commit | a6c8259cf7941a715aada4c8cf14c4499163d3d2 (patch) | |
tree | d478b1adb1b14e7c2c586634b18bbecc982d1ec9 | |
parent | fcf08d66967265a45b33acf4da9988c45b6c7a11 (diff) | |
download | cryptography-a6c8259cf7941a715aada4c8cf14c4499163d3d2.tar.gz cryptography-a6c8259cf7941a715aada4c8cf14c4499163d3d2.tar.bz2 cryptography-a6c8259cf7941a715aada4c8cf14c4499163d3d2.zip |
add crl file to test-vectors.rst
-rw-r--r-- | docs/development/test-vectors.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index bfe76330..0b249ccb 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -302,6 +302,8 @@ Custom X.509 Certificate Revocation List Vectors to "1.2.3.4". The CRL uses an unsupported MD2 signature algorithm. * ``crl_unsupported_reason.pem`` - Contains a CRL with one revocation which has 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. Hashes ~~~~~~ |