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

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


    from 4300f357d6 Record the instant the request processing starts.
     new 1611d36b6e Add extraction of group and signature information from 
client hello
     new b90c81a70d Add getters for group and signature info.
     new 2109ab3c49 Add certificate selection code specific to TLS 1.3
     new d3475433ab Cleanups
     new 0eac62cbfd Rename SignatureAlgorithm enum to SignatureScheme
     new 72d12be552 Fix cut and paste abuse
     new b9c50161dc Add group configuration to OpenSSL FFM
     new 06e2aafc70 Additional fixes
     new 8e43ec6013 Missed rename
     new 5f2f3d8dd3 Hack around the certificate index for tomcat-native
     new 6cf77aaae8 Fix key type
     new 426f3e5b14 Avoid changing Type toString
     new 2bc5173cfb Rename method
     new 8c8c46498e Merge branch '10.1.x' of [email protected]:apache/tomcat.git 
into 10.1.x

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  | 30 +++++++
 .../tomcat/util/net/AbstractJsseEndpoint.java      | 85 ++++++++++---------
 java/org/apache/tomcat/util/net/SSLHostConfig.java | 38 +++++++++
 .../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, 535 insertions(+), 65 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