This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from c5e531a Remove unused code new 31f324a Refactor to align better with 9.0.x new f7c8b94 Refactor to (slightly) reduce native calls when using OpenSSL new 0a986a1 OpenSSLEngine to differentiate between optional and optionalNoCA 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: java/org/apache/tomcat/util/compat/Jre8Compat.java | 5 +--- java/org/apache/tomcat/util/compat/JreCompat.java | 2 +- .../tomcat/util/net/AbstractJsseEndpoint.java | 35 +++++++++++----------- .../tomcat/util/net/openssl/OpenSSLContext.java | 5 +++- .../tomcat/util/net/openssl/OpenSSLEngine.java | 18 ++++++++--- webapps/docs/changelog.xml | 6 ++++ 6 files changed, 43 insertions(+), 28 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org