Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-06-13 05:21:54 +0300
committerRich Salz <rsalz@openssl.org>2016-06-13 16:18:22 +0300
commita7be5759cf9d8e2bf7c1ecd0efa2d53aae9ab706 (patch)
treead030fac8b3b0582d0dd76e16dfe5cd2158ba5e0 /test/CAss.cnf
parent7d6284057b66458f6c99bd65ba67377d63411090 (diff)
RT3809: basicConstraints is critical
This is really a security bugfix, not enhancement any more. Everyone knows critical extensions. Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
Diffstat (limited to 'test/CAss.cnf')
-rw-r--r--test/CAss.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CAss.cnf b/test/CAss.cnf
index 336e82fd52..b20a242760 100644
--- a/test/CAss.cnf
+++ b/test/CAss.cnf
@@ -71,6 +71,6 @@ emailAddress = optional
[ v3_ca ]
subjectKeyIdentifier=hash
authorityKeyIdentifier=keyid:always,issuer:always
-basicConstraints = CA:true,pathlen:1
+basicConstraints = critical,CA:true,pathlen:1
keyUsage = cRLSign, keyCertSign
issuerAltName=issuer:copy