diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2011-05-17 18:00:56 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2011-05-17 20:12:12 +0200 |
commit | aee0a1be4163b06ae8d32dff93d13a87668423b3 (patch) | |
tree | 7a9b03cfdbe16ff4f92a1e7aa05834e9edf27f41 /NEWS | |
parent | eb9e1e4176d89ee30d33381273e22325584675d3 (diff) | |
download | fetchmail-aee0a1be4163b06ae8d32dff93d13a87668423b3.tar.gz fetchmail-aee0a1be4163b06ae8d32dff93d13a87668423b3.tar.bz2 fetchmail-aee0a1be4163b06ae8d32dff93d13a87668423b3.zip |
Reinstate SSLv2 support on legacy_63 branch.
Revert "Remove support for SSLv2 (fixes Debian Bug #622054)."
This reverts commit c22a3afca46c83ee6d53a6ee58deb122f309c460.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -59,10 +59,6 @@ removed from a 6.4.0 or newer release.) fetchmail-6.3.20 (not yet released): # CHANGES -* fetchmail no longer supports SSL v2, nor the corresponding SSL2 option to - --sslproto. SSLv2 is insecure and had been deprecated 15 years ago. fetchmail - will actively forbid SSLv2 negotiation by means of SSL_OP_NO_SSLv2. - To fix Debian Bug#622054. * fetchmail now always uses its own MD5 implementation. The library and header variants are too diverse, and we've been bitten before -- and configure complains noisily on Cyrus-SASL's RFC1321 md5.h. |