summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2009-08-18 13:13:58 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2009-08-18 13:13:58 +0000
commitad4a18bbd8c43658e720bb6206a492eb3c0102c9 (patch)
treec0d61b9f20b193bb436ef24f3e971c0cc8ca6d45
parente9dc4fdac7618ef5fa125665fbadcd4f6ffc5171 (diff)
downloadneon-ad4a18bbd8c43658e720bb6206a492eb3c0102c9.tar.gz
Merge r1677 from trunk:
* test/openssl.conf: Sign certs using SHA1 since GnuTLS fails MD5-signed certs. git-svn-id: http://svn.webdav.org/repos/projects/neon/branches/0.28.x@1682 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
-rw-r--r--test/openssl.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/openssl.conf b/test/openssl.conf
index 1a99087..83614ac 100644
--- a/test/openssl.conf
+++ b/test/openssl.conf
@@ -9,7 +9,7 @@ certificate = $dir/cert.pem
serial = $dir/serial
private_key = $dir/key.pem
policy = policy_any
-default_md = md5
+default_md = sha1
x509_extensions = issuedExt
unique_subject = no