netty5/src/main
Trustin Lee 2fa9400a59 Fix a bug where SslHandler does not handle SSLv2Hello correctly
Motivation:

When a SSLv2Hello message is received, SSLEngine expects the application buffer size to be more than 30KB which is larger than what SslBufferPool can provide.  SSLEngine will always return with BUFFER_OVERFLOW status, blocking the SSL session from continuing the handshake.

Modifications:

When SSLEngine.getSession().getApplicationBufferSize() returns a value larger than what SslBufferPool provides, allocate a temporary heap buffer.

Result:

SSLv2Hello is handled correctly.
2014-06-10 17:56:18 +09:00
..
java/org/jboss/netty Fix a bug where SslHandler does not handle SSLv2Hello correctly 2014-06-10 17:56:18 +09:00
resources/org/jboss/netty/container/spring [#1996] Remove bogus jboss-beans.xml 2013-12-14 14:13:15 +01:00