commit: r1677 - neon/trunk/test

joe at manyfish.co.uk joe at manyfish.co.uk
Fri Aug 7 05:54:36 EDT 2009


Author: joe
Date: Fri Aug  7 02:54:36 2009
New Revision: 1677

Modified:
   neon/trunk/test/openssl.conf

Log:
* test/openssl.conf: Sign certs using SHA1 since GnuTLS fails MD5-signed certs.


Modified: neon/trunk/test/openssl.conf
==============================================================================
--- neon/trunk/test/openssl.conf	(original)
+++ neon/trunk/test/openssl.conf	Fri Aug  7 02:54:36 2009
@@ -9,7 +9,7 @@
 serial = $dir/serial
 private_key = $dir/key.pem
 policy = policy_any
-default_md = md5
+default_md = sha1
 x509_extensions = issuedExt
 unique_subject = no
 
@@ -22,7 +22,7 @@
 serial = $dir/serial
 private_key = $dir/key.pem
 policy = policy_any
-default_md = md5
+default_md = sha1
 x509_extensions = issuedExt
 unique_subject = no
 basicConstraints = CA:TRUE



More information about the neon-commits mailing list