You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-commits@perl.apache.org by kb...@apache.org on 2013/11/24 12:00:01 UTC

svn commit: r1544956 - /perl/Apache-Test/trunk/lib/Apache/TestSSLCA.pm

Author: kbrand
Date: Sun Nov 24 11:00:00 2013
New Revision: 1544956

URL: http://svn.apache.org/r1544956
Log:
RIP md5WithRSAEncryption

Modified:
    perl/Apache-Test/trunk/lib/Apache/TestSSLCA.pm

Modified: perl/Apache-Test/trunk/lib/Apache/TestSSLCA.pm
URL: http://svn.apache.org/viewvc/perl/Apache-Test/trunk/lib/Apache/TestSSLCA.pm?rev=1544956&r1=1544955&r2=1544956&view=diff
==============================================================================
--- perl/Apache-Test/trunk/lib/Apache/TestSSLCA.pm (original)
+++ perl/Apache-Test/trunk/lib/Apache/TestSSLCA.pm Sun Nov 24 11:00:00 2013
@@ -242,7 +242,7 @@ private_key      = $cakey       # The pr
 
 default_days     = 365          # how long to certify for
 default_crl_days = 365          # how long before next CRL
-default_md       = md5          # which md to use.
+default_md       = sha1         # which md to use.
 preserve         = no           # keep passed DN ordering
 
 [ policy_anything ]