netty5/handler
Scott Mitchell e74c8edba3 SSL JDK Mutual Authentication
Motivation:
Netty currently does not support creating SslContext objects that support mutual authentication.

Modifications:
-Modify the SslContext interface to support mutual authentication for JDK and OpenSSL
-Provide an implementation of mutual authentication for JDK
-Add unit tests to support new feature

Result:
Netty SslContext interface supports mutual authentication and JDK providers have an implementation.
2014-10-30 19:42:04 -04:00
..
src SSL JDK Mutual Authentication 2014-10-30 19:42:04 -04:00
pom.xml ALPN java implementation 2014-08-30 13:41:07 -04:00