aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-25 00:17:36 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-25 00:17:36 -0500
commitd1ed673b869307c972c44aef0689a62178fd2f76 (patch)
tree7e5cf1501d989f305b4d951b6e6afd229780d874 /docs/development/test-vectors.rst
parentb6e094d475cc8456adac9e10b3095e2883dcc3ee (diff)
downloadcryptography-d1ed673b869307c972c44aef0689a62178fd2f76.tar.gz
cryptography-d1ed673b869307c972c44aef0689a62178fd2f76.tar.bz2
cryptography-d1ed673b869307c972c44aef0689a62178fd2f76.zip
add new basic constraints vector with path length zero
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 f6197f92..40c49590 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -115,6 +115,9 @@ Custom X.509 Vectors
* ``basic_constraints_not_critical.pem`` - An RSA 2048 bit self-signed
certificate containing a basic constraints extension that is not marked as
critical.
+* ``bc_path_length_zero.pem`` - An RSA 2048 bit self-signed
+ certificate containing a basic constraints extension with a path length of
+ zero.
Custom X.509 Request Vectors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~