netty5/handler
Scott Mitchell cf2e829a0e SslHandler should call beginHanshake once for the initial handshake
Motivation:
Not all SSLEngine implementations permit beginHandshake being called while a handshake is in progress during the initial handshake. We should ensure we only go through the initial handshake code once to prevent unexpected exceptions from being thrown.

Modifications:
- Only call beginHandshake if there is not currently a handshake in progress

Result:
SslHandler's handshake method is compatible with OpenSSLEngineImpl in Android 5.0+ and 6.0+.
Fixes https://github.com/netty/netty/issues/4718
2016-01-28 13:27:45 +01:00
..
src SslHandler should call beginHanshake once for the initial handshake 2016-01-28 13:27:45 +01:00
pom.xml Use jetty-alpn-agent to simplify pom.xml 2016-01-04 20:40:46 +01:00