aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-08-15 20:17:01 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2017-08-15 21:17:01 -0400
commit64dc16b9f91ac383533582a9c12f737d8f2a10a6 (patch)
tree78f9d2c8d72d11cd2bd1b4e6db3b6ee73937c6d0 /docs/development/test-vectors.rst
parent7c8ed9e306c4e83d7bba80e782794d4055851512 (diff)
downloadcryptography-64dc16b9f91ac383533582a9c12f737d8f2a10a6.tar.gz
cryptography-64dc16b9f91ac383533582a9c12f737d8f2a10a6.tar.bz2
cryptography-64dc16b9f91ac383533582a9c12f737d8f2a10a6.zip
add test vector with invalid basicconstraints (#3866)
* add test vector with invalid basicconstraints * sigh
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 ec6a1d0c..7918b152 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -163,6 +163,9 @@ X.509
* ``bigoid.pem`` - A certificate with a rather long OID in the
Certificate Policies extension. We need to make sure we can parse
long OIDs.
+* ``wosign-bc-invalid.pem`` - A certificate issued by WoSign that contains
+ a basic constraints extension with CA set to false and a path length of zero
+ in violation of :rfc:`5280`.
Custom X.509 Vectors
~~~~~~~~~~~~~~~~~~~~