Am 19.03.2018 um 04:52 schrieb Bill Barker:
To whom it may engage...
    [concat] Testsuites with failed tests:
    [concat] TEST-org.apache.tomcat.util.net.openssl.TestOpenSSLConf.APR.txt

Problem is in the test:

Testcase: testOpenSSLConfCmdCipher took 0.772 sec
        FAILED
Wrong HostConfig ciphers
Expected: is ["AES256-SHA256"]
but: was ["TLS_AES_256_GCM_SHA384", "TLS_CHACHA20_POLY1305_SHA256", "TLS_AES_128_GCM_SHA256", "AES256-SHA256"]
junit.framework.AssertionFailedError: Wrong HostConfig ciphers
Expected: is ["AES256-SHA256"]
but: was ["TLS_AES_256_GCM_SHA384", "TLS_CHACHA20_POLY1305_SHA256", "TLS_AES_128_GCM_SHA256", "AES256-SHA256"]
        at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.apache.tomcat.util.net.openssl.TestOpenSSLConf.testOpenSSLConfCmdCipher(TestOpenSSLConf.java:78)


So new OpenSSL now provides more ciphers that match resp. has some automatic enables.

I hope I can look into it later today.

Regards,

Rainer


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

Reply via email to