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

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


    from 23b22661ef Fix IDE warning
     new 906f63f3c2 Add OCSP support for all Connectors along with 
enable/disable support
     new 231185d85c Fix typo
     new 5139eccefd 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