netty5/handler/src/main/java/io/netty
Norman Maurer 77c6d7a672 Correctly implement SSLSession.getLastAccessedTime() for OpenSSLEngine
Motivation:

We need to return a correct time for SSLSession.getLastAccessedTime() so it reflect when the handshake was done when the session was reused.

Modifications:

Correctly reflect handshake time in getLastAccessedTime().

Result:

More conform SSLSession implementation.
2016-06-23 11:30:28 +02:00
..
handler Correctly implement SSLSession.getLastAccessedTime() for OpenSSLEngine 2016-06-23 11:30:28 +02:00