Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
SSL_session_reused — query whether a reused session was negotiated during handshakeDESCRIPTION
Query whether a reused session was negotiated during the handshake.RETURN VALUES
The following return values can occur:- 0
- A new session was negotiated.
- 1
- A session was reused.