This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
from bb580e5cec Fix IDE warning
new 0d5a383053 Add OCSP support for all Connectors along with
enable/disable support
new aab116c152 Fix typo
new 3c6a73f146 Ignore Maven output dirs for Checkstyle checks
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
build.xml | 2 +
.../apache/catalina/storeconfig/OpenSSLConfSF.java | 13 +-
java/org/apache/tomcat/util/net/SSLHostConfig.java | 10 ++
java/org/apache/tomcat/util/net/SSLUtilBase.java | 24 ++-
.../tomcat/util/net/openssl/OpenSSLConfCmd.java | 11 ++
.../tomcat/util/net/openssl/OpenSSLContext.java | 16 +-
.../util/net/openssl/panama/OpenSSLContext.java | 6 +-
test/org/apache/tomcat/util/net/TesterSupport.java | 4 +-
.../tomcat/util/net/ocsp/TestOcspIntegration.java | 189 +++++++++++++++------
webapps/docs/changelog.xml | 5 +
webapps/docs/config/http.xml | 8 +
11 files changed, 221 insertions(+), 67 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]