diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-05-03 10:53:45 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-05-03 10:53:45 -0500 |
commit | b0deb444efc01677bedad99c89f2c64c632e0096 (patch) | |
tree | f5df8a4564685e0d26d20d453921e158712c69c3 /docs/development | |
parent | 25b1398738e74fe3eb5c4557aacfb897dd2caef4 (diff) | |
download | cryptography-b0deb444efc01677bedad99c89f2c64c632e0096.tar.gz cryptography-b0deb444efc01677bedad99c89f2c64c632e0096.tar.bz2 cryptography-b0deb444efc01677bedad99c89f2c64c632e0096.zip |
add AKI vector
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index f6eecfec..bc7cd640 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -160,6 +160,9 @@ 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. Custom X.509 Request Vectors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |