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

markt-asf pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 3e341883e4 Named groups are not limited to TLS 1.3
3e341883e4 is described below

commit 3e341883e433e52657878126de4d8260beddab59
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jun 16 14:17:08 2026 +0100

    Named groups are not limited to TLS 1.3
---
 java/org/apache/tomcat/util/net/openssl/ciphers/Group.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/tomcat/util/net/openssl/ciphers/Group.java 
b/java/org/apache/tomcat/util/net/openssl/ciphers/Group.java
index 84ab773147..4041524641 100644
--- a/java/org/apache/tomcat/util/net/openssl/ciphers/Group.java
+++ b/java/org/apache/tomcat/util/net/openssl/ciphers/Group.java
@@ -20,7 +20,7 @@ import java.util.HashMap;
 import java.util.Map;
 
 /**
- * All the supported named groups for TLS 1.3.
+ * All the supported named groups.
  *
  * @see <a 
href="https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-8";
 >The supported
  *          groups registry</a>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to