OpenBSD manual page server

Manual Page Search Parameters

SSL_SESSION_GET_ID(3) Library Functions Manual SSL_SESSION_GET_ID(3)

SSL_SESSION_get_idget the SSL session ID

#include <openssl/ssl.h>

const unsigned char *
SSL_SESSION_get_id(const SSL_SESSION *s, unsigned int *len);

() returns a pointer to the internal session id value for the session s. The length of the id in bytes is stored in *len. The length may be 0. The caller should not free the returned pointer directly.

ssl(3), SSL_copy_session_id(3), SSL_get_session(3), SSL_SESSION_new(3)

April 10, 2017 OpenBSD-6.2