SSL_SESSION_new(3) — Subroutines
NAME
SSL_SESSION_new − Create a new SSL_SESSION structure
SYNOPSIS
#include <openssl/ssl.h>
SSL_SESSION ∗SSL_SESSION_new(
void );
DESCRIPTION
The SSL_SESSION_new() function creates an SSL_SESSION structure and returns an address of the structure. 60∗5+4 is set to timeout value of a newly created SSL_SESSION structure.
RETURN VALUES
Pointer to an SSL_SESSION structure
SEE ALSO
Functions: SSL_SESSION_free(3), SSL_get_session(3), SSL_set_session(3)