-
- Downloads
SSL.ClientConnection: Fix session ticket support
The server signals reuse of the session by echoing the session_id we provide (as well as by a shortened handshake/server hello). Presence of the session ticket extension informs of the server's intention to send a new session ticket (or replace an existing one), hence tickets_enabled does not need to be true (and apparently rarely is) when we resume sessions based on tickets with other SSL implementations on the server side.
Please register or sign in to comment