Skip to content
Snippets Groups Projects
  • Tobias S. Josefowitz's avatar
    1da05308
    SSL.ClientConnection: Fix session ticket support · 1da05308
    Tobias S. Josefowitz authored
    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.
    1da05308
    History
    SSL.ClientConnection: Fix session ticket support
    Tobias S. Josefowitz authored
    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.