gnutls_session_get_keylog_function - Man Page

API function

Synopsis

#include <gnutls/gnutls.h>

gnutls_keylog_func gnutls_session_get_keylog_function(const gnutls_session_t session);

Arguments

const gnutls_session_t session

is gnutls_session_t type

Description

This function will return the callback function set using gnutls_session_set_keylog_function().

Returns

The function set or NULL otherwise.

Since

3.6.13

Reporting Bugs

Report bugs to <bugs@gnutls.org>.
Home page: https://www.gnutls.org

See Also

The full documentation for gnutls is maintained as a Texinfo manual. If the /usr/share/doc/gnutls/ directory does not contain the HTML form visit

https://www.gnutls.org/manual/

Info

3.8.5 gnutls