netty5/testsuite
Norman Maurer 33de35c481 Not use RC4 for renegation as it is not supported in more recent java versions.
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.
2015-09-23 08:39:53 +02:00
..
src/main/java/io/netty/testsuite Not use RC4 for renegation as it is not supported in more recent java versions. 2015-09-23 08:39:53 +02:00
.gitignore updated udt and connection test 2013-05-14 06:46:07 +02:00
pom.xml Update Netty to latest netty-tcnative 2015-09-18 12:01:36 -07:00