diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-05-10 16:29:50 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-05-10 16:29:50 -0400 |
commit | cadbdc65f36fe3b414c0a70f6c0a927d6aae5dd9 (patch) | |
tree | 262d3d49b53288d8c703b3e361d72f6df44621a5 /docs/development | |
parent | b76fee88e248b89beef7d8a80e2700512f88978d (diff) | |
parent | 28d5421f61050ea601e14b713496024ef50a94bb (diff) | |
download | cryptography-cadbdc65f36fe3b414c0a70f6c0a927d6aae5dd9.tar.gz cryptography-cadbdc65f36fe3b414c0a70f6c0a927d6aae5dd9.tar.bz2 cryptography-cadbdc65f36fe3b414c0a70f6c0a927d6aae5dd9.zip |
Merge pull request #1919 from reaperhulk/x509-cdp-vectors
add CRL distribution points vectors
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 41531f7b..40331f89 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -179,6 +179,11 @@ Custom X.509 Vectors containing an authority information access extension with an OCSP entry. * ``aia_ca_issuers.pem`` - An RSA 2048 bit self-signed certificate containing an authority information access extension with a CA issuers entry. +* ``cdp_fullname_reasons_crl_issuer.pem`` - An RSA 1024 bit certificate + containing a CRL distribution points extension with ``fullName``, + ``cRLIssuer``, and ``reasons`` data. +* ``cdp_crl_issuer.pem`` - An RSA 1024 bit certificate containing a CRL + distribution points extension with ``cRLIssuer`` data. Custom X.509 Request Vectors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |