This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new bada0eef0a Add changelog entry for bug 67675. bada0eef0a is described below commit bada0eef0a1859c80128c9a4fd21fa2c35154cdc 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 764d815db0..23f937a89e 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