aboutsummaryrefslogtreecommitdiff
path: root/tests/certs/Server-localhost0h-sv.prm
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2015-03-21 16:20:34 +0100
committerDan Fandrich <dan@coneharvesters.com>2015-03-21 16:33:58 +0100
commitf9251a5c86f86388bb9aaa078738fcf49870ca3f (patch)
tree77abe776e63cc14b19e7fb0dbaf405a011679039 /tests/certs/Server-localhost0h-sv.prm
parent38c304a58ffa47bba850626d2233776323528ee0 (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/Server-localhost0h-sv.prm')
-rw-r--r--tests/certs/Server-localhost0h-sv.prm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/certs/Server-localhost0h-sv.prm b/tests/certs/Server-localhost0h-sv.prm
index 5e8944b31..619d82552 100644
--- a/tests/certs/Server-localhost0h-sv.prm
+++ b/tests/certs/Server-localhost0h-sv.prm
@@ -2,11 +2,11 @@ extensions = x509v3
[ x509v3 ]
#subjectAltName = DNS:localhost\0h
subjectAltName = DER:30:0d:82:0b:6c:6f:63:61:6c:68:6f:73:74:00:68
-keyUsage = keyEncipherment
+keyUsage = keyEncipherment,digitalSignature,keyAgreement
extendedKeyUsage = serverAuth
subjectKeyIdentifier = hash
authorityKeyIdentifier = keyid
-basicConstraints = critical,CA:false
+basicConstraints = CA:false
[ req ]
default_bits = 1024
distinguished_name = req_DN