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

markt 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 8e0860c875 Correct comment
8e0860c875 is described below

commit 8e0860c875d779a766a40b82a581386da1bf9e31
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Jan 9 19:01:29 2026 +0000

    Correct comment
---
 java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java 
b/java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java
index 4186f453ba..15fba2cb4f 100644
--- a/java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java
+++ b/java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java
@@ -316,7 +316,7 @@ public class OpenSSLContext implements 
org.apache.tomcat.util.net.SSLContext {
                 SSLContext.clearOptions(state.ctx, SSL.SSL_OP_NO_TICKET);
             }
 
-            // List the ciphers that the client is permitted to negotiate
+            // Configure the ciphers that the client is permitted to negotiate
             SSLContext.setCipherSuite(state.ctx, sslHostConfig.getCiphers());
 
             // If there is no certificate file must be using a KeyStore so a 
KeyManager is required.


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

Reply via email to