Sortix cross-volatile manual
This manual documents Sortix cross-volatile. You can instead view this document in the latest official manual.
NAME
SSL_copy_session_id — copy session details between SSL objectsSYNOPSIS
library “libssl” libcrypto#include <openssl/ssl.h>
SSL_copy_session_id(SSL *to, const SSL *from);
DESCRIPTION
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