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 69c23ed906 Update Maven Resolver Ant Tasks to 1.6.0.
     new 0b4fc32b7a Fix BZ 69866 - Use separate CertificateVerifier class to 
avoid strong JNI reference to OpenSSLContexts
     new 5014379c10 Refactor AprStatus to o.a.t.jni package
     new 650f46d413 Fix APR crash on shutdown

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                                          |  1 +
 java/org/apache/catalina/connector/Connector.java  |  2 +-
 .../apache/catalina/core/AprLifecycleListener.java | 53 +++++++++++--------
 java/org/apache/catalina/core/AprStatus.java       | 30 +++++------
 .../{catalina/core => tomcat/jni}/AprStatus.java   | 16 +++++-
 .../net/openssl/OpenSSLCertificateVerifier.java    | 60 ++++++++++++++++++++++
 .../tomcat/util/net/openssl/OpenSSLContext.java    | 58 +++++++++++----------
 .../tomcat/util/net/TestClientCertTls13.java       |  2 +-
 .../tomcat/util/net/openssl/TestOpenSSLConf.java   |  2 +-
 webapps/docs/changelog.xml                         |  8 +++
 10 files changed, 163 insertions(+), 69 deletions(-)
 copy java/org/apache/{catalina/core => tomcat/jni}/AprStatus.java (79%)
 create mode 100644 
java/org/apache/tomcat/util/net/openssl/OpenSSLCertificateVerifier.java


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

Reply via email to