33de35c481
Motivation: RC4 is not supported by default in more recent java versions as RC4 is considered insecure. We should not use it in tests as these test will fail on more recent java version. Modifications: Use SSL_RSA_WITH_3DES_EDE_CBC_SHA for test. Result: Non failing test on more recent java versions. |
||
---|---|---|
.. | ||
src/main/java/io/netty/testsuite | ||
.gitignore | ||
pom.xml |