add test vector with invalid basicconstraints (#3866)
* add test vector with invalid basicconstraints
* sigh
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index ec6a1d0..7918b15 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -163,6 +163,9 @@
* ``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
~~~~~~~~~~~~~~~~~~~~
diff --git a/docs/spelling_wordlist.txt b/docs/spelling_wordlist.txt
index f72e0b0..5eb896e 100644
--- a/docs/spelling_wordlist.txt
+++ b/docs/spelling_wordlist.txt
@@ -97,4 +97,5 @@
Verifier
Verisign
wildcard
+WoSign
Xcode