This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit d67d4910b309afd6b12f46ba3d780d38b37e8b79 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