This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
from e21624adf2 Update Tomcat Native to 1.3.4
new ec7f722b56 Update minimum Tomcat Native version to 1.3.4
new 277e4899fe Add support for setting TLS 1.3 cipher suites
new ae044186bf Line length
new 973ad80ed2 Fix IDE warning
The 4 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 | 6 +-
.../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 +-
.../coyote/http2/TestHttp2RequestParameters.java | 8 +-
.../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 | 21 ++-
webapps/docs/config/http.xml | 44 +++++--
11 files changed, 401 insertions(+), 43 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]