aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-04 17:38:52 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-04 17:38:52 -0500
commit64c82e0f20a1908c6f73549c261373d369d1202e (patch)
treef43a042ee6e14cade0ed9aa4dafd6d0c22106086 /docs/development
parent7cec8fb72f7c61f06cd4675af5cb6ae83fbc1e36 (diff)
downloadcryptography-64c82e0f20a1908c6f73549c261373d369d1202e.tar.gz
cryptography-64c82e0f20a1908c6f73549c261373d369d1202e.tar.bz2
cryptography-64c82e0f20a1908c6f73549c261373d369d1202e.zip
add some authority information access x509 vectors
Diffstat (limited to 'docs/development')
-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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~