This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.3.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
commit 7c3cc150ebe4a8c2ddfaadcaa90bd1191095ca7c Author: Mark Thomas <[email protected]> AuthorDate: Fri Mar 6 13:56:22 2026 +0000 Add some change log entries for recent changes --- xdocs/miscellaneous/changelog.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/xdocs/miscellaneous/changelog.xml b/xdocs/miscellaneous/changelog.xml index 4cb49c270..1513f64f3 100644 --- a/xdocs/miscellaneous/changelog.xml +++ b/xdocs/miscellaneous/changelog.xml @@ -37,6 +37,13 @@ Refactor access to ASN1_OCTET_STRING to use setters to fix errors when building against the latest OpenSSL 4.0.x code. (markt) </scode> + <fix> + Fix the handling of OCSP requests with multiple responder URIs. (jfclere) + </fix> + <fix> + Fix the handling of <code>TRY_AGAIN</code> responses to OCSP requests when + soft fail is disabled. (jfclere) + </fix> </changelog> </section> <section name="1.3.6" rtext="2026-02-11"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
