This is an automated email from the ASF dual-hosted git repository.

remm pushed a change to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


    from b9dde58e6a Better comment
     new 15799796e9 Add extraction of group and signature information from 
client hello
     new 15c3d77859 Add getters for group and signature info.
     new 581c0412be Add certificate selection code specific to TLS 1.3
     new eb7cb590e7 Cleanups
     new e7c09d5ea2 Rename SignatureAlgorithm enum to SignatureScheme
     new 74f9214e23 Fix cut and paste abuse
     new 5a939b5f50 Add group configuration to OpenSSL FFM
     new fe4bbfda42 Additional fixes
     new b3da79e360 Missed rename

The 9 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  | 26 ++++++
 .../apache/tomcat/util/net/AbstractEndpoint.java   | 72 ++++++++--------
 java/org/apache/tomcat/util/net/SSLHostConfig.java | 38 +++++++++
 .../tomcat/util/net/SSLHostConfigCertificate.java  | 10 ++-
 .../apache/tomcat/util/net/SecureNio2Channel.java  | 15 +++-
 .../apache/tomcat/util/net/SecureNioChannel.java   | 15 +++-
 .../tomcat/util/net/TLSClientHelloExtractor.java   | 68 ++++++++++++++++
 .../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    | 21 +++++
 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 ++
 19 files changed, 491 insertions(+), 60 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]

Reply via email to