Am 15.03.2018 um 09:59 schrieb Bill Barker:
    [concat] Testsuites with failed tests:
    [concat] TEST-org.apache.tomcat.util.net.openssl.ciphers.TestCipher.NIO.txt

Failure probably due to the new TLS 1.3 ciphers TLS_CHACHA20_POLY1305_SHA256+TLSv1.3, TLS_AES_256_GCM_SHA384+TLSv1.3 and TLS_AES_128_GCM_SHA256+TLSv1.3:

Testcase: testAllOpenSSLCiphersMapped took 0.201 sec
        FAILED
No mapping found in Oracle's JSSE implementation for TLS_CHACHA20_POLY1305_SHA256+TLSv1.3 when one was expected No mapping found in IBM's JSSE implementation for TLS_CHACHA20_POLY1305_SHA256+TLSv1.3 when one was expected No mapping found in Oracle's JSSE implementation for TLS_AES_256_GCM_SHA384+TLSv1.3 when one was expected No mapping found in IBM's JSSE implementation for TLS_AES_256_GCM_SHA384+TLSv1.3 when one was expected No mapping found in Oracle's JSSE implementation for TLS_AES_128_GCM_SHA256+TLSv1.3 when one was expected No mapping found in IBM's JSSE implementation for TLS_AES_128_GCM_SHA256+TLSv1.3 when one was expected

junit.framework.AssertionFailedError: No mapping found in Oracle's JSSE implementation for TLS_CHACHA20_POLY1305_SHA256+TLSv1.3 when one was expected No mapping found in IBM's JSSE implementation for TLS_CHACHA20_POLY1305_SHA256+TLSv1.3 when one was expected No mapping found in Oracle's JSSE implementation for TLS_AES_256_GCM_SHA384+TLSv1.3 when one was expected No mapping found in IBM's JSSE implementation for TLS_AES_256_GCM_SHA384+TLSv1.3 when one was expected No mapping found in Oracle's JSSE implementation for TLS_AES_128_GCM_SHA256+TLSv1.3 when one was expected No mapping found in IBM's JSSE implementation for TLS_AES_128_GCM_SHA256+TLSv1.3 when one was expected

at org.apache.tomcat.util.net.openssl.ciphers.TestCipher.testAllOpenSSLCiphersMapped(TestCipher.java:66)

Testcase: testOpenSSLCipherAvailability took 0.007 sec
        FAILED
TLS_CHACHA20_POLY1305_SHA256+TLSv1.3 TLS_AES_256_GCM_SHA384+TLSv1.3 TLS_AES_128_GCM_SHA256+TLSv1.3 expected:<0> but was:<3> junit.framework.AssertionFailedError: TLS_CHACHA20_POLY1305_SHA256+TLSv1.3 TLS_AES_256_GCM_SHA384+TLSv1.3 TLS_AES_128_GCM_SHA256+TLSv1.3 expected:<0> but was:<3> at org.apache.tomcat.util.net.openssl.ciphers.TestCipher.testOpenSSLCipherAvailability(TestCipher.java:119)

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