netty5/handler/src
Norman Maurer 52699bd6dd
Add test to verify that invalid ciphers are handled in all SSLEngine implementations correctly. (#8443)
Motivation:

https://github.com/netty/netty/issues/8442 reported that we fail to build a SslContext when an invalid cipher is used with netty-tcnative-boringssl-static, while it worked before. This test verifies that this is now consistent with all other SSLEngine implementations.

Modifications:

Add test-case to verify consistent behaviour

Result:

More tests to assert consistent behaviour across SSLEngine implementations
2018-10-30 17:58:08 +01:00
..
main/java/io/netty/handler Correctly init X509Certificate array when testing if we need to wrap the KeyManager due of TLSv1.3 (#8435) 2018-10-30 08:17:31 +01:00
test Add test to verify that invalid ciphers are handled in all SSLEngine implementations correctly. (#8443) 2018-10-30 17:58:08 +01:00