|
SSL_SESSION_new(3)
Contents
|
SSL_SESSION_new - Create a new SSL_SESSION structure
#include <openssl/ssl.h>
SSL_SESSION *SSL_SESSION_new(
void );
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.
Pointer to an SSL_SESSION structure
Functions: SSL_SESSION_free(3), SSL_get_session(3),
SSL_set_session(3)
SSL_SESSION_new(3)
[ Back ] |