diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2015-03-21 16:20:34 +0100 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2015-03-21 16:33:58 +0100 |
commit | f9251a5c86f86388bb9aaa078738fcf49870ca3f (patch) | |
tree | 77abe776e63cc14b19e7fb0dbaf405a011679039 /tests/certs/EdelCurlRoot-ca.prm | |
parent | 38c304a58ffa47bba850626d2233776323528ee0 (diff) |
tests/certs: rebuild certificates with modified key usage bits
The certificates were missing the digitalSignature and keyAgreement
usage types, of which at least digitalSignature was checked by CyaSSL.
This caused the test server in test 310 (among others) to fail the
startup verification and therefore run (see
http://curl.haxx.se/mail/lib-2014-07/0303.html).
Diffstat (limited to 'tests/certs/EdelCurlRoot-ca.prm')
-rw-r--r-- | tests/certs/EdelCurlRoot-ca.prm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/certs/EdelCurlRoot-ca.prm b/tests/certs/EdelCurlRoot-ca.prm index 4c53ef515..d0eff4894 100644 --- a/tests/certs/EdelCurlRoot-ca.prm +++ b/tests/certs/EdelCurlRoot-ca.prm @@ -10,7 +10,7 @@ countryName_value = NN organizationName = "Organization Name" organizationName_value = Edel Curl Arctic Illudium Research Cloud commonName = "Common Name" -commonName_value = Nothern Nowhere Trust Anchor +commonName_value = Northern Nowhere Trust Anchor [ x509v3 ] basicConstraints = critical,CA:true keyUsage = critical,keyCertSign,cRLSign |