This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new b09dad9569 Add changelog entry for bug 67675. b09dad9569 is described below commit b09dad9569bed6cd46ce507f28efa320d6b08a3f Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Oct 24 22:56:54 2023 +0100 Add changelog entry for bug 67675. --- webapps/docs/changelog.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 35cf047197..868926f494 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -139,6 +139,11 @@ the <code>TLSCertificateReloadListener</code> or, in the rare case that they do not, log a warning on Connector start. (markt) </fix> + <fix> + <bug>67675</bug>: Support a wider range of KDF and ciphers for PEM files + than the combinations supported by the JVM by default. Specifically, + support the OpenSSL default of HmacSHA256 and DES-EDE3-CBC. (markt) + </fix> </changelog> </subsection> <subsection name="Other"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org