netty5/testsuite
Norman Maurer 682df517c9 Add OpenSslClientContext to allow creating SslEngine for client side
Motivation:

We only support openssl for server side at the moment but it would be also useful for client side.

Modification:

* Upgrade to new netty-tcnative snapshot to support client side openssl support
* Add OpenSslClientContext which can be used to create SslEngine for client side usage
* Factor out common logic between OpenSslClientContext and OpenSslServerContent into new abstract base class called OpenSslContext
* Correctly detect handshake failures as soon as possible
* Guard against segfault caused by multiple calls to destroyPools(). This can happen if OpenSslContext throws an exception in the constructor and the finalize() method is called later during GC

Result:

openssl can be used for client and servers now.
2014-12-22 19:38:30 +01:00
..
src/main/java/io/netty/testsuite Add OpenSslClientContext to allow creating SslEngine for client side 2014-12-22 19:38:30 +01:00
.gitignore updated udt and connection test 2013-05-14 06:46:07 +02:00
pom.xml Generate non-test JAR for netty-testsuite 2014-12-15 09:18:08 +09:00