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 5ba02304b4 Update to Tomcat Native 2.0.12
new 76f9adae3d Update minimum Tomcat Native version to 1.3.4/2.0.12
new a3301293ab Add support for setting TLS 1.3 cipher suites
The 2 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:
.../apache/catalina/core/AprLifecycleListener.java | 54 ++++++--
.../apache/catalina/core/LocalStrings.properties | 4 +-
.../apache/tomcat/util/net/LocalStrings.properties | 2 +
java/org/apache/tomcat/util/net/SSLHostConfig.java | 131 ++++++++++++++++---
.../tomcat/util/net/openssl/OpenSSLContext.java | 1 +
.../util/net/openssl/panama/OpenSSLContext.java | 6 +-
.../apache/tomcat/util/net/TestSSLHostConfig.java | 70 ++++++++++
.../tomcat/util/net/TestSSLHostConfigCipher.java | 144 +++++++++++++++++++++
test/org/apache/tomcat/util/net/TesterSupport.java | 11 ++
webapps/docs/changelog.xml | 19 +++
webapps/docs/config/http.xml | 44 +++++--
11 files changed, 440 insertions(+), 46 deletions(-)
create mode 100644 test/org/apache/tomcat/util/net/TestSSLHostConfigCipher.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]