This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


    from 973ad80ed2 Fix IDE warning
     new b793971f0e Add OCSP support for all Connectors along with 
enable/disable support
     new d941a1d940 Fix typo
     new ca87c9a8f0 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 |  15 +-
 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  | 199 +++++++++++++++------
 webapps/docs/changelog.xml                         |   5 +
 webapps/docs/config/http.xml                       |   8 +
 11 files changed, 232 insertions(+), 68 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to