 |
Index for Section 3 |
|
 |
Alphabetical listing for S |
|
 |
Bottom of page |
|
SSL_SESSION_hash(3)
NAME
SSL_SESSION_hash - Return a session ID formatted as an unsigned long (32-
bit)
SYNOPSIS
#include <openssl/ssl.h>
unsigned long SSL_SESSION_hash(
SSL_SESSION *a );
DESCRIPTION
The SSL_SESSION_hash() function formats session_id[0...3] of the received
SSL_SESSION into a unsigned long data and returns it.
RETURN VALUES
unsigned long
session_id[0...3] formatted into unsigned long.
SEE ALSO
Functions: SSL_get_session(3), SSL_SESSION_free(3), SSL_set_session(3)
 |
Index for Section 3 |
|
 |
Alphabetical listing for S |
|
 |
Top of page |
|