This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
commit 8d567d32146701826c0191dde2ea8a82f8b6cdaf Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Sep 27 09:17:35 2023 +0100 Update minimum recommended version of OpenSSL to 3.0.11 --- native/srclib/VERSIONS | 2 +- xdocs/miscellaneous/changelog.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/native/srclib/VERSIONS b/native/srclib/VERSIONS index de98aabe4..55dac6b37 100644 --- a/native/srclib/VERSIONS +++ b/native/srclib/VERSIONS @@ -5,7 +5,7 @@ The current minimum versions are: The following version of the libraries are recommended: - APR 1.7.4 or later, http://apr.apache.org -- OpenSSL 3.0.10 or later, http://www.openssl.org +- OpenSSL 3.0.11 or later, http://www.openssl.org Older versions should also work but are not as thoroughly tested by the Tomcat Native team diff --git a/xdocs/miscellaneous/changelog.xml b/xdocs/miscellaneous/changelog.xml index 125e36066..d42fc47b1 100644 --- a/xdocs/miscellaneous/changelog.xml +++ b/xdocs/miscellaneous/changelog.xml @@ -38,6 +38,9 @@ mode is used, disable OCSP if enabled else client certificates from unknown certificate authorities will be rejected. (markt) </fix> + <update> + Update the recommended minimum version of OpenSSL to 3.0.11. (markt) + </update> </changelog> </section> <section name="Changes in 2.0.5"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org