 |
Index for Section 3 |
|
 |
Alphabetical listing for S |
|
 |
Bottom of page |
|
SSL_set_info_callback(3)
NAME
SSL_set_info_callback - Set a callback which will be called during the
specified SSL connection
SYNOPSIS
#include <openssl/ssl.h>
void SSL_set_info_callback(
SSL *ssl,
void (*cb)() );
DESCRIPTION
The SSL_set_info_callback() function sets a callback which will be called
during the specified SSL connection. This function is useful to trace an
SSL connection.
SEE ALSO
Functions: SSL_get_info_callback(3), SSL_CTX_set_info_callback(3)
 |
Index for Section 3 |
|
 |
Alphabetical listing for S |
|
 |
Top of page |
|