aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2021-12-03 01:07:34 +0100
committerMatthias Andree <matthias.andree@gmx.de>2021-12-03 01:07:34 +0100
commit3dcc37f539eff1111604bb6e3e8b309f2e9a1921 (patch)
tree514a65e5d5ce6cc3242568962cd95c3e1ef4e07f /README
parent928ab8c89d48e175b4de6e7ce879545a26e03acd (diff)
downloadfetchmail-3dcc37f539eff1111604bb6e3e8b309f2e9a1921.tar.gz
fetchmail-3dcc37f539eff1111604bb6e3e8b309f2e9a1921.tar.bz2
fetchmail-3dcc37f539eff1111604bb6e3e8b309f2e9a1921.zip
Require C99 compiler for wolfSSL
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index a0e028f0..616327f8 100644
--- a/README
+++ b/README
@@ -20,12 +20,12 @@ Fetchmail also fully supports authentication via GSSAPI, Kerberos 4 and 5,
RFC1938 one-time passwords, Compuserve's POP3 with RPA, Microsoft's NTLM, Demon
Internet's SDPS, or CRAM-MD5 authentication a la RFC2195.
-Fetchmail supports end-to-end encryption with OpenSSL or wolfSSL, do read
-README.SSL for details on fetchmail's configuration and README.SSL-SERVER for
-server-side requirements. NOTE! To be compatible with earlier releases,
-fetchmail 6.4 default behaviour is more relaxed than dictated by
-recommendations - while it does away with SSLv2, only negotiates SSLv3 if
-forced to, it will by default still negotiate TLS v1.0.
+Fetchmail supports end-to-end encryption with OpenSSL or wolfSSL (only on C99
+or newer compilers), do read README.SSL for details on fetchmail's
+configuration and README.SSL-SERVER for server-side requirements. NOTE! To be
+compatible with earlier releases, fetchmail 6.4 default behaviour is more
+relaxed than dictated by recommendations - while it does away with SSLv2, only
+negotiates SSLv3 if forced to, it will by default still negotiate TLS v1.0.
Portability
-----------