netty5/handler
Norman Maurer b8dd95b8ad Allow to set the context for which sessions can be used.
Motivation:

Openssl supports the SSL_CTX_set_session_id_context function to limit for which context a session can be used. We should support this.

Modifications:

Add OpenSslServerSessionContext that exposes a setSessionIdContext(...) method now.

Result:

It's now possible to use SSL_CTX_set_session_id_context.
2014-12-26 15:03:35 +01:00
..
src Allow to set the context for which sessions can be used. 2014-12-26 15:03:35 +01:00
pom.xml Fix dependency issues with hamcrest 2014-12-04 17:59:15 +09:00