aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-05-04 23:10:18 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-05-04 23:10:18 -0400
commitcfbbc30f00ec335e441b24762eeb3f31a01f7404 (patch)
treef43a042ee6e14cade0ed9aa4dafd6d0c22106086 /docs
parent7cec8fb72f7c61f06cd4675af5cb6ae83fbc1e36 (diff)
parent64c82e0f20a1908c6f73549c261373d369d1202e (diff)
downloadcryptography-cfbbc30f00ec335e441b24762eeb3f31a01f7404.tar.gz
cryptography-cfbbc30f00ec335e441b24762eeb3f31a01f7404.tar.bz2
cryptography-cfbbc30f00ec335e441b24762eeb3f31a01f7404.zip
Merge pull request #1903 from reaperhulk/add-aia-vectors
add some authority information access x509 vectors
Diffstat (limited to 'docs')
-rw-r--r--docs/development/test-vectors.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 77ec6259..41531f7b 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -172,6 +172,13 @@ Custom X.509 Vectors
* ``authority_key_identifier_no_keyid.pem`` - An RSA 2048 bit self-signed
certificate containing an authority key identifier extension with authority
certificate issuer and authority certificate serial number fields.
+* ``aia_ocsp_ca_issuers.pem`` - An RSA 2048 bit self-signed certificate
+ containing an authority information access extension with two OCSP and one
+ CA issuers entry.
+* ``aia_ocsp.pem`` - An RSA 2048 bit self-signed certificate
+ 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.
Custom X.509 Request Vectors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~