aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
diff options
context:
space:
mode:
authorJoshua Crowgey <jcrowgey@u.washington.edu>2018-03-30 11:10:29 -0700
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-03-30 13:10:29 -0500
commit99470a46488d86855a189cc07a012fb96dfd47f2 (patch)
tree1f6ed67f715bc64fce20e6a9a85a50c517aadc19 /docs/development/test-vectors.rst
parent38e4d197a0d317e676f4e351a9c80935d5a771f4 (diff)
downloadcryptography-99470a46488d86855a189cc07a012fb96dfd47f2.tar.gz
cryptography-99470a46488d86855a189cc07a012fb96dfd47f2.tar.bz2
cryptography-99470a46488d86855a189cc07a012fb96dfd47f2.zip
Added badtime.pem vector (#4179)
* Added badtime.pem vector In connection with forthcoming PR to fix #4158 * shortened line, corrected and->and
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r--docs/development/test-vectors.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 2eb47493..fec0363f 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -176,6 +176,8 @@ X.509
a distinguished name with an ``x500UniqueIdentifier``.
* ``utf8-dnsname.pem`` - A certificate containing non-ASCII characters in the
DNS name entries of the SAN extension.
+* ``badasn1time.pem`` - A certificate containing an incorrectly specified
+ UTCTime in its validity->not_after.
Custom X.509 Vectors
~~~~~~~~~~~~~~~~~~~~