netty5/handler
Trustin Lee 50fafdc3d3 Rewrite SslHandler / Reduce the chance of OIO-OIO dead lock
- SslHandler always begins handshake unless startTls is true
  - Removed issueHandshake property
  - If a user wants to start handshake later, he/she has to add 
    SslHandler later.
- Removed enableRenegotiation property
  - JDK upgrade fixes the security vulnerability - no need to complicate
    our code
- Some property name changes
  - getSSLEngineInboundCloseFuture() -> sslCloseFuture() 
- Updated securechat example
- Added timeout for handshake and close_notify for better security
  - However, it's currently hard-coded.  Will make it a property later.
2012-06-08 01:22:35 +09:00
..
src Rewrite SslHandler / Reduce the chance of OIO-OIO dead lock 2012-06-08 01:22:35 +09:00
pom.xml Rewrite SslHandler / Reduce the chance of OIO-OIO dead lock 2012-06-08 01:22:35 +09:00