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

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

commit a5b3215ddb873e4e8de6d0b1edfd28ee950ef283
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Jun 27 16:44:57 2019 +0100

    Fix typo. Add comment on GOST ciphers
---
 java/org/apache/tomcat/util/net/openssl/ciphers/Cipher.java | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/tomcat/util/net/openssl/ciphers/Cipher.java 
b/java/org/apache/tomcat/util/net/openssl/ciphers/Cipher.java
index 2a1fefc..e34fb61 100644
--- a/java/org/apache/tomcat/util/net/openssl/ciphers/Cipher.java
+++ b/java/org/apache/tomcat/util/net/openssl/ciphers/Cipher.java
@@ -1500,8 +1500,9 @@ public enum Cipher {
             null,
             null
     ),
-    /* GOST Ciphersuites. Unsupported by Java. OpenSSl lists them with IDs
-     * 0x3000080 to 0x3000083 */
+    /* GOST Ciphersuites. Unsupported by Java. OpenSSL lists them with IDs
+     * 0x3000080 to 0x3000083
+     * The ciphers are not listed in the IANA registry. */
     /*
     // Cipher 80
     TLS_GOSTR341094_WITH_28147_CNT_IMIT(


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to