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_copy_session_id — copy session details between SSL objectsDESCRIPTION
SSL_copy_session_id() copies the following data from from to to:- the pointer to the SSL_SESSION object, incrementing its reference count by 1
- the pointer to the SSL_METHOD object; if that changes the method, protocol-specific data is reinitialized
- the pointer to the CERT object, incrementing its reference count by 1
- the session ID context