From 64dc16b9f91ac383533582a9c12f737d8f2a10a6 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 15 Aug 2017 20:17:01 -0500 Subject: add test vector with invalid basicconstraints (#3866) * add test vector with invalid basicconstraints * sigh --- docs/development/test-vectors.rst | 3 +++ docs/spelling_wordlist.txt | 1 + 2 files changed, 4 insertions(+) (limited to 'docs') 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 ~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/spelling_wordlist.txt b/docs/spelling_wordlist.txt index f72e0b0c..5eb896e3 100644 --- a/docs/spelling_wordlist.txt +++ b/docs/spelling_wordlist.txt @@ -97,4 +97,5 @@ verifier Verifier Verisign wildcard +WoSign Xcode -- cgit v1.2.3