diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2013-03-06 15:48:39 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2013-03-06 15:48:39 +0100 |
commit | ddfa475a70126d818fee10221edb5b0112cea374 (patch) | |
tree | 7b3b28e418a7a9b412ec989d661918fa16d92f04 /NEWS | |
parent | da62b17f726ff48fd1e166dd7e62ca2c4b7f5663 (diff) | |
download | fetchmail-ddfa475a70126d818fee10221edb5b0112cea374.tar.gz fetchmail-ddfa475a70126d818fee10221edb5b0112cea374.tar.bz2 fetchmail-ddfa475a70126d818fee10221edb5b0112cea374.zip |
Remove obsolete "OpenSSL default fingerprint is MD5" claim.
The fetchmail manual page no longer claims that MD5 were the default OpenSSL
hash format (for use with --sslfingerprint).
Reported by Jakob Wilk, PARTIAL fix for Debian Bug#700266.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -72,6 +72,9 @@ fetchmail-6.3.25 (not yet released): missing trust anchors (root certificates). * OpenSSL decoded errors are now reported through report(), rather than dumped to stderr, so that they should show up in logfiles and/or syslog. +* The fetchmail manual page no longer claims that MD5 were the default OpenSSL + hash format (for use with --sslfingerprint). Reported by Jakob Wilk, + PARTIAL fix for Debian Bug#700266. # WORKAROUNDS * Older systems that provide the older RFC-2553 implementation of getaddrinfo, |