aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-03-28 00:24:45 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-03-28 00:24:45 -0400
commit8fb3daf267e223d356ef50b0c5394c5738bc987f (patch)
treec71f78021150c7eb9f6137a2769d7def315ea318 /docs/development/test-vectors.rst
parent51c17f14259ac9a5fe5436e03d33cac1194ca67c (diff)
parentb2e6c834c8e1f61749929ee13cc3b3adfc779f52 (diff)
downloadcryptography-8fb3daf267e223d356ef50b0c5394c5738bc987f.tar.gz
cryptography-8fb3daf267e223d356ef50b0c5394c5738bc987f.tar.bz2
cryptography-8fb3daf267e223d356ef50b0c5394c5738bc987f.zip
Merge pull request #1787 from reaperhulk/unsupported-extension-vector
add unsupported extension x509 test vector
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r--docs/development/test-vectors.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 40c49590..6a7a35e0 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -118,6 +118,9 @@ Custom X.509 Vectors
* ``bc_path_length_zero.pem`` - An RSA 2048 bit self-signed
certificate containing a basic constraints extension with a path length of
zero.
+* ``unsupported_extension.pem`` - An RSA 2048 bit self-signed certificate
+ containing an unsupported extension type. The OID was encoded as
+ "1.2.3.4" with an ``extnValue`` of "value".
Custom X.509 Request Vectors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~