fc85eb34ce
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.