Bugzilla – Bug 897954
VUL-0: CVE-2005-2946: openssl: default hashing method is unsecure
Last modified: 2014-09-23 11:51:11 UTC
via CVE db The default configuration on OpenSSL before 0.9.8 uses MD5 for creating message digests instead of a more cryptographically strong algorithm, which makes it easier for remote attackers to forge certificates with a valid certificate authority signature. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2005-2946
"before openssl 0.9.8", so does not affect SUSE Linux Enterprise 11 or newer.
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/19835
sles10 has openssl 0.9.8a, so is also not affected. /etc/ssl/openssl.cnf line: default_md = sha1 # which md to use.