summaryrefslogtreecommitdiff
path: root/tests/certs/Makefile.am
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/Makefile.am
parent38c304a58ffa47bba850626d2233776323528ee0 (diff)
downloadcurl-f9251a5c86f86388bb9aaa078738fcf49870ca3f.tar.gz
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/Makefile.am')
-rw-r--r--tests/certs/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/certs/Makefile.am b/tests/certs/Makefile.am
index c26aa1e68..bd0bbbb7c 100644
--- a/tests/certs/Makefile.am
+++ b/tests/certs/Makefile.am
@@ -42,7 +42,6 @@ GENERATEDCERTS = \
Server-localhost-sv.der \
Server-localhost-sv.dhp \
Server-localhost-sv.key \
- Server-localhost-sv.p12 \
Server-localhost-sv.pem \
Server-localhost-sv.pub.der \
Server-localhost-sv.pub.pem \
@@ -61,7 +60,6 @@ GENERATEDCERTS = \
Server-localhost0h-sv.der \
Server-localhost0h-sv.dhp \
Server-localhost0h-sv.key \
- Server-localhost0h-sv.p12 \
Server-localhost0h-sv.pem \
Server-localhost0h-sv.pub.der \
Server-localhost0h-sv.pub.pem