netty5/handler/src
Norman Maurer e427fc56a0 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:04:02 +01:00
..
main/java/io/netty/handler Allow to set the context for which sessions can be used. 2014-12-26 15:04:02 +01:00
test Overall clean-up of the initial SniHandler/DomainNameMapping work 2014-12-04 18:19:50 +09:00