This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 8219fa2cc2 Named groups are not limited to TLS 1.3
8219fa2cc2 is described below
commit 8219fa2cc23b94ab4808d412ef14550e834d0257
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]