This is an automated email from the ASF dual-hosted git repository. markt 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 19650fcc31 Remove duplicate cipher from unimplemented set 19650fcc31 is described below commit 19650fcc31f9004a1a9c1026e96ecbf800cc5e7d Author: Dimitrios Soumis <jimsou...@gmail.com> AuthorDate: Mon Feb 26 12:29:54 2024 +0200 Remove duplicate cipher from unimplemented set --- test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java | 1 - 1 file changed, 1 deletion(-) diff --git a/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java b/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java index ab9433b84d..6f51c27f8a 100644 --- a/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java +++ b/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java @@ -129,7 +129,6 @@ public class TesterOpenSSL { unimplemented.add(Cipher.TLS_DH_RSA_WITH_SEED_CBC_SHA); unimplemented.add(Cipher.TLS_ECDH_ECDSA_WITH_NULL_SHA); unimplemented.add(Cipher.TLS_ECDH_ECDSA_WITH_RC4_128_SHA); - unimplemented.add(Cipher.TLS_ECDH_ECDSA_WITH_RC4_128_SHA); unimplemented.add(Cipher.TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA); unimplemented.add(Cipher.TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA); unimplemented.add(Cipher.TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org