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

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


    from e466a5b0e6 Fix IDE warning
     new 0e0f7a4db0 Add OCSP support for all Connectors along with 
enable/disable support
     new 2938b0305c Fix typo
     new a9a60785f1 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]

Reply via email to