aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-05-03 17:53:59 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-05-03 17:53:59 -0400
commit6df20b374f265da7097195522a181ec02324a419 (patch)
treee805bc090da2cb73eceb3bea9b50b3bcc1d49cbf /docs
parentaadca86bbf564cc3128f2a7d85dc00e3e30fdfae (diff)
parent0d52e2a50b21f0f491a9a14a1bbe77667eab593e (diff)
downloadcryptography-6df20b374f265da7097195522a181ec02324a419.tar.gz
cryptography-6df20b374f265da7097195522a181ec02324a419.tar.bz2
cryptography-6df20b374f265da7097195522a181ec02324a419.zip
Merge pull request #1895 from reaperhulk/aki-vector
add AKI vector
Diffstat (limited to 'docs')
-rw-r--r--docs/development/test-vectors.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 7edf01ab..77ec6259 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -166,6 +166,12 @@ Custom X.509 Vectors
containing an inhibit any policy extension with the value 5.
* ``inhibit_any_policy_negative.pem`` - An RSA 2048 bit self-signed certificate
containing an inhibit any policy extension with the value -1.
+* ``authority_key_identifier.pem`` - An RSA 2048 bit self-signed certificate
+ containing an authority key identifier extension with key identifier,
+ authority certificate issuer, and authority certificate serial number fields.
+* ``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.
Custom X.509 Request Vectors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~