Index Index for
Section 3
Index Alphabetical
listing for S
Bottom of page 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 Index for
Section 3
Index Alphabetical
listing for S
Top of page Top of
page