This is an automated email from the ASF dual-hosted git repository.
remm pushed a change to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 50462fd6c0 Correct back-port
new 5bcfe17a17 Add extraction of group and signature information from
client hello
new bc318205f7 Add getters for group and signature info.
new bdc822ffe7 Add certificate selection code specific to TLS 1.3
new 207de9e50c Cleanups
new f1a29de7da Rename SignatureAlgorithm enum to SignatureScheme
new fcf7164809 Fix cut and paste abuse
new 5fff065183 Add group configuration to OpenSSL FFM
new bd53daf734 Additional fixes
new 739933b592 Missed rename
new 171f3eba3c Hack around the certificate index for tomcat-native
new f6a09b1620 Fix key type
new e47b14bd85 Avoid changing Type toString
new 5330013b1a Rename method
new 70c6547681 Fix import
The 14 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:
.../compat/{Jre22Compat.java => Jre20Compat.java} | 41 +++++++---
.../org/apache/tomcat/util/compat/Jre21Compat.java | 2 +-
java/org/apache/tomcat/util/compat/JreCompat.java | 32 ++++++++
.../tomcat/util/net/AbstractJsseEndpoint.java | 78 ++++++++++--------
java/org/apache/tomcat/util/net/SSLHostConfig.java | 37 +++++++++
.../tomcat/util/net/SSLHostConfigCertificate.java | 23 +++++-
.../apache/tomcat/util/net/SecureNio2Channel.java | 18 +++-
.../apache/tomcat/util/net/SecureNioChannel.java | 17 +++-
.../tomcat/util/net/TLSClientHelloExtractor.java | 71 ++++++++++++++++
.../tomcat/util/net/openssl/OpenSSLContext.java | 4 +-
.../util/net/openssl/ciphers/Authentication.java | 2 +
.../tomcat/util/net/openssl/ciphers/Group.java | 77 ++++++++++++++++++
.../util/net/openssl/ciphers/SignatureScheme.java | 95 ++++++++++++++++++++++
.../net/openssl/panama/LocalStrings.properties | 1 +
.../util/net/openssl/panama/OpenSSLContext.java | 28 ++++++-
java/org/apache/tomcat/util/openssl/openssl_h.java | 10 +++
.../tomcat/util/openssl/openssl_h_Macros.java | 35 ++++++++
res/openssl/openssl-tomcat.conf | 1 +
webapps/docs/changelog.xml | 13 ++-
webapps/docs/config/http.xml | 9 ++
20 files changed, 532 insertions(+), 62 deletions(-)
copy java/org/apache/tomcat/util/compat/{Jre22Compat.java => Jre20Compat.java}
(52%)
create mode 100644 java/org/apache/tomcat/util/net/openssl/ciphers/Group.java
create mode 100644
java/org/apache/tomcat/util/net/openssl/ciphers/SignatureScheme.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]