2014-07-30 17:16 GMT+04:00 <[email protected]>:
> Author: markt
> Date: Wed Jul 30 13:16:14 2014
> New Revision: 1614654
>
> URL: http://svn.apache.org/r1614654
> Log:
> Add notes on why some cipher suites are not expected to be returned by
> 'openssl ciphers'.
> Enable the test
>
> Modified:
> tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java
>
> @@ -108,7 +139,7 @@ public class TestCipher {
> private static String getOpenSSLCiphersAsExpression(String
> specification) throws Exception {
> String openSSLPath = System.getProperty("tomcat.test.openssl.path");
> if (openSSLPath == null || openSSLPath.length() == 0) {
> - openSSLPath = "openssl";
> + openSSLPath = "/opt/local/bin/openssl";
I think the above change was unintended.
Best regards,
Konstantin Kolinko
> }
> StringBuilder cmd = new StringBuilder(openSSLPath + " ciphers");
> if (specification != null) {
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]