diff options
author | Erik Trauschke <erik.trauschke@gmail.com> | 2015-05-29 14:29:28 -0700 |
---|---|---|
committer | Erik Trauschke <erik.trauschke@gmail.com> | 2015-05-29 14:29:28 -0700 |
commit | 70d3138aa9a08fa7378d50d3cb734999d9727436 (patch) | |
tree | c9778fad77d92ff635efc250147ede29580dd3b0 /docs/development | |
parent | 0150e3dd8812bf76a05eb3b9ec929006c6a8841b (diff) | |
download | cryptography-70d3138aa9a08fa7378d50d3cb734999d9727436.tar.gz cryptography-70d3138aa9a08fa7378d50d3cb734999d9727436.tar.bz2 cryptography-70d3138aa9a08fa7378d50d3cb734999d9727436.zip |
docfix
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 090909b7..9cf7a42d 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -239,7 +239,7 @@ 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 + 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 |