Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/dist/openssl/apps SHA1 is a better default than MD5.
details: https://anonhg.NetBSD.org/src/rev/4e9b237ef1bc
branches: trunk
changeset: 583874:4e9b237ef1bc
user: elad <elad%NetBSD.org@localhost>
date: Sat Aug 27 12:32:15 2005 +0000
description:
SHA1 is a better default than MD5.
Discussed with Steven M. Bellovin.
Closes PR/30395.
diffstat:
crypto/dist/openssl/apps/openssl.cnf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r c14a63485d93 -r 4e9b237ef1bc crypto/dist/openssl/apps/openssl.cnf
--- a/crypto/dist/openssl/apps/openssl.cnf Sat Aug 27 08:04:26 2005 +0000
+++ b/crypto/dist/openssl/apps/openssl.cnf Sat Aug 27 12:32:15 2005 +0000
@@ -67,7 +67,7 @@
default_days = 365 # how long to certify for
default_crl_days= 30 # 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
# A few difference way of specifying how similar the request should look
Home |
Main Index |
Thread Index |
Old Index