diff options
author | Erik Trauschke <erik.trauschke@gmail.com> | 2015-05-29 13:11:22 -0700 |
---|---|---|
committer | Erik Trauschke <erik.trauschke@gmail.com> | 2015-05-29 13:54:19 -0700 |
commit | 0150e3dd8812bf76a05eb3b9ec929006c6a8841b (patch) | |
tree | f000a88b759a278ba869942d0483d3491c4a6b00 /docs | |
parent | 13dcdf8ca1f9eba71fc2bcbcf2850cd08db5cdbb (diff) | |
download | cryptography-0150e3dd8812bf76a05eb3b9ec929006c6a8841b.tar.gz cryptography-0150e3dd8812bf76a05eb3b9ec929006c6a8841b.tar.bz2 cryptography-0150e3dd8812bf76a05eb3b9ec929006c6a8841b.zip |
add example CRL PEM files to vectors
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development/test-vectors.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index b4f23eda..090909b7 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -234,6 +234,22 @@ Custom X.509 Request Vectors 2048 bit key containing a basic constraints extension marked as critical. +Custom X.509 Certificate Revocation List Vectors +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +* ``crl_all_reasons.pem`` - Contains a CRL with 12 revoked certificates, whose + serials match their list position. It includes one revocation without + any entry extensions, 10 revocations with every supported reason code and one + revocation with an unsupported, non-critical entry extension with the OID + value set to "1.2.3.4". +* ``crl_dup_entry_ext.pem`` - Contains a CRL with one revocation which has a + duplicate entry extension. +* ``crl_md2_unknown_crit_entry_ext.pem`` - Contains a CRL with one revocation + which contains an unsupported critical entry extension with the OID value set + 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. + Hashes ~~~~~~ |