diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-05-03 11:17:12 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-05-03 11:17:12 -0500 |
commit | 0d52e2a50b21f0f491a9a14a1bbe77667eab593e (patch) | |
tree | 5504645d5ae060fcfe477240ff5731e3c5ccbc23 /docs/development | |
parent | b0deb444efc01677bedad99c89f2c64c632e0096 (diff) | |
download | cryptography-0d52e2a50b21f0f491a9a14a1bbe77667eab593e.tar.gz cryptography-0d52e2a50b21f0f491a9a14a1bbe77667eab593e.tar.bz2 cryptography-0d52e2a50b21f0f491a9a14a1bbe77667eab593e.zip |
add another authority key identifier 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 bc7cd640..a170142c 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -163,6 +163,9 @@ Custom X.509 Vectors * ``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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |