This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/master by this push:
new f365034 Update minimum recommended OpenSSL version
f365034 is described below
commit f36503443d92d0ec57290f2b2c9399f9c9c65c44
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Dec 10 12:28:03 2020 +0000
Update minimum recommended OpenSSL version
---
native/srclib/VERSIONS | 4 +++-
xdocs/miscellaneous/changelog.xml | 3 +++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/native/srclib/VERSIONS b/native/srclib/VERSIONS
index e52a291..3ea7339 100644
--- a/native/srclib/VERSIONS
+++ b/native/srclib/VERSIONS
@@ -5,15 +5,17 @@ The current minimum versions are:
The following version of the libraries are recommended:
- APR 1.7.0 or later, http://apr.apache.org
-- OpenSSL 1.1.1g or later, http://www.openssl.org
+- OpenSSL 1.1.1i or later, http://www.openssl.org
Older versions should also work but are not as thoroughly tested by the Tomcat
Native team
+
It is current anticipated that Tomcat Native releases will transition to 1.3.x
after April 2021 when the minimum version will become OpenSSL 1.1.0 and
APR 1.5.2.
+
The minimum version of OpenSSL is driven by the version of OpenSSL used by
downstream distributions.
diff --git a/xdocs/miscellaneous/changelog.xml
b/xdocs/miscellaneous/changelog.xml
index 920435c..39baf28 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -42,6 +42,9 @@
<add>
<bug>64942</bug>: Expose support for Unix Domain Sockets in APR v1.6 and
up. (minfrin)
</add>
+ <update>
+ Update recommended OpenSSL version to 1.1.1i or later. (markt)
+ </update>
</changelog>
</section>
<section name="Changes in 1.2.25">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]