diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2015-01-16 21:20:31 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2015-01-16 21:20:31 +0100 |
commit | e6340bf8226c37fc35d41e69348714cba1d7baf5 (patch) | |
tree | fce5a5288759a4fe8f213de11837be12c25287fa /NEWS | |
parent | a2ae6f8d15d7caf815d7bdd13df833fd1b2af5cc (diff) | |
download | fetchmail-e6340bf8226c37fc35d41e69348714cba1d7baf5.tar.gz fetchmail-e6340bf8226c37fc35d41e69348714cba1d7baf5.tar.bz2 fetchmail-e6340bf8226c37fc35d41e69348714cba1d7baf5.zip |
Also recognize OPENSSL_NO_SSLx.
These are the macros OpenSSL defines when configured with no-ssl2 or no-ssl3,
the actual macro names are OPENSSL_NO_SSL2 and OPENSSL_NO_SSL3.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -73,10 +73,13 @@ fetchmail-6.3.27 (not yet released, if ever): * Point to --idle from GENERAL OPERATION to clarify --idle and multiple mailboxes do not mix. In response to Jeremy Chadwick's trouble 2014-11-19, fetchmail-users mailing list. -* Fix SSL-enabled build on systems that do not declare SSLv3_client_method(). - Related to Debian Bug#775255. +* Fix SSL-enabled build on systems that do not declare SSLv3_client_method(), + or that #define OPENSSL_NO_SSL3 inside #include <openssl/ssl.h>, the canonical + way that OpenSSL communicates this. Related to Debian Bug#775255. * Version report lists -SSLv3 on +SSL builds that omit SSLv3_client_method(). * Version report lists -SSLv2 on +SSL builds that omit SSLv2_client_method(). +* Also recognize SSLv2 as unsupported if #include <openssl/ssl.h> + defines the OPENSSL_NO_SSL2 macro. # KNOWN BUGS AND WORKAROUNDS (This section floats upwards through the NEWS file so it stays with the |