aboutsummaryrefslogtreecommitdiffstats
path: root/README.git
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2020-03-30 14:25:05 +0200
committerMatthias Andree <matthias.andree@gmx.de>2020-03-30 14:25:05 +0200
commit1877c3d444e6109a3d9273e46b4b9c8e8c50ea2a (patch)
treec7eebdf02f498868bdda160641b63a355701dc76 /README.git
parentd3d47ccbc933ee34151f0b42b83553a2f0e2b181 (diff)
downloadfetchmail-1877c3d444e6109a3d9273e46b4b9c8e8c50ea2a.tar.gz
fetchmail-1877c3d444e6109a3d9273e46b4b9c8e8c50ea2a.tar.bz2
fetchmail-1877c3d444e6109a3d9273e46b4b9c8e8c50ea2a.zip
"Require" OpenSSL 1.1.1 and tolerate/warn 1.0.2.
OpenSSL 1.0.2 is EOL since end of 2019, so warn if it is to be used at configure and compile time. The assumption is that 1.0.2 may still be in use by maintainers that backport security fixes. Also warn, at configure time, about "OpenSSL" API-compatible libraries that do not declare TLS1_3_VERSION.
Diffstat (limited to 'README.git')
-rw-r--r--README.git4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.git b/README.git
index 1781c192..2ffb6799 100644
--- a/README.git
+++ b/README.git
@@ -12,7 +12,7 @@ The prerequisite packages are:
- GNU m4
- GNU bison
- GNU flex >= 2.5.30
-- A TLSv1.2-capable OpenSSL version (>= 1.0.2)
+- A TLSv1.3-capable OpenSSL version (>= 1.1.1)
After you have everything installed, type:
@@ -28,4 +28,4 @@ $ make
(become root)
# make install-strip
--- Matthias Andree, 2016-09-24
+-- Matthias Andree, 2020-03-30