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 c3c8d8dd7a Update Maven Resolver Ant Tasks to 1.6.0.
new d5efbb15df Fix BZ 69866 - Use separate CertificateVerifier class to
avoid strong JNI reference to OpenSSLContexts
new ae9c687f59 Refactor AprStatus to o.a.t.jni package
new 0f5fee193a 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]