diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-03-25 07:16:22 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-03-25 07:16:22 -0400 |
commit | 92dd70b2c21dd0392f01438488a833221d16a611 (patch) | |
tree | 7e5cf1501d989f305b4d951b6e6afd229780d874 /docs/development | |
parent | b6e094d475cc8456adac9e10b3095e2883dcc3ee (diff) | |
parent | d1ed673b869307c972c44aef0689a62178fd2f76 (diff) | |
download | cryptography-92dd70b2c21dd0392f01438488a833221d16a611.tar.gz cryptography-92dd70b2c21dd0392f01438488a833221d16a611.tar.bz2 cryptography-92dd70b2c21dd0392f01438488a833221d16a611.zip |
Merge pull request #1781 from reaperhulk/pathlen-zero-bc-vector
add new basic constraints vector with path length zero
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 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |