This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 2c7dfdaf12 Add changelog entry for OpenSSL FFM 2c7dfdaf12 is described below commit 2c7dfdaf12c6e6e9a025b1b5a5ad518d83578804 Author: remm <r...@apache.org> AuthorDate: Tue Oct 24 13:43:27 2023 +0200 Add changelog entry for OpenSSL FFM --- webapps/docs/changelog.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 3b927d8e04..1407c192ca 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -139,6 +139,13 @@ automatically call <code>setCertificateKeystoreType(ks.getType())</code>. (markt) </add> + <add> + Add OpenSSL integration using the FFM API rather than Tomcat Native. + OpenSSL support may be enabled by adding the + <code>org.apache.catalina.core.OpenSSLLifecycleListener</code> + listener on the <code>Server</code> element when using Java 22 + or later. (remm) + </add> </changelog> </subsection> <subsection name="Other"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org