aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--README.SSL2
-rw-r--r--socket.c4
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index bc1f75f3..762cc738 100644
--- a/NEWS
+++ b/NEWS
@@ -89,7 +89,7 @@ fetchmail-6.4.0 (not yet released):
## CHANGES
* fetchmail 6.3.X is unsupported.
-* fetchmail now requires OpenSSL v1.0.1 or newer.
+* fetchmail now requires OpenSSL v1.0.2 or newer.
* fetchmail now configures OpenSSL support by default.
* Fetchmail now supports --sslproto auto and --sslproto tls1+ (same as ssl23).
* --sslproto tls1.1+ and tls1.2+ are now supported for auto-negotiation with a
diff --git a/README.SSL b/README.SSL
index 92973a2d..027b4c69 100644
--- a/README.SSL
+++ b/README.SSL
@@ -28,7 +28,7 @@ and v3 are broken.
Quickstart
----------
-Use an up-to-date release of OpenSSL 1.0.1 or newer, so as to get
+Use an up-to-date release of OpenSSL 1.0.2 or newer, so as to get
TLSv1.2 support. Older OpenSSL versions are unsupported upstream, and
fetchmail rejects them.
diff --git a/socket.c b/socket.c
index 8aefa404..1fe63012 100644
--- a/socket.c
+++ b/socket.c
@@ -378,10 +378,10 @@ va_dcl {
#include <openssl/x509v3.h>
#include <openssl/rand.h>
-#define fm_MIN_OPENSSL_VER 0x1000100fL
+#define fm_MIN_OPENSSL_VER 0x1000200fL
#if OPENSSL_VERSION_NUMBER < fm_MIN_OPENSSL_VER
-#error Your OpenSSL version must be at least 1.0.1 release. Older OpenSSL versions are unsupported.
+#error Your OpenSSL version must be at least 1.0.2 release. Older OpenSSL versions are unsupported.
#else
/*
#define __fm_ossl_ver(x) #x