Author: markt
Date: Mon Aug 10 15:07:15 2015
New Revision: 1695107
URL: http://svn.apache.org/r1695107
Log:
9.0.x is currently configured to test with OpenSSL trunk which doesn't support
ciphers 0x0061 to 0x0066.
Modified:
tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java
Modified:
tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java?rev=1695107&r1=1695106&r2=1695107&view=diff
==============================================================================
---
tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java
(original)
+++
tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java
Mon Aug 10 15:07:15 2015
@@ -46,6 +46,12 @@ public class TesterOpenSSL {
Cipher.SSL2_DES_192_EDE3_CBC_WITH_MD5,
Cipher.SSL2_IDEA_128_CBC_WITH_MD5,
Cipher.SSL2_RC4_128_EXPORT40_WITH_MD5,
+ Cipher.TLS_RSA_EXPORT1024_WITH_RC2_CBC_56_MD5,
+ Cipher.TLS_RSA_EXPORT1024_WITH_DES_CBC_SHA,
+ Cipher.TLS_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA,
+ Cipher.TLS_RSA_EXPORT1024_WITH_RC4_56_SHA,
+ Cipher.TLS_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA,
+ Cipher.TLS_DHE_DSS_WITH_RC4_128_SHA,
// The following have been removed from OpenSSL on
2015-05-23
Cipher.TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA,
Cipher.TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA)));
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]