gnutls_audit_push_context - Man Page

API function

Synopsis

#include <gnutls/gnutls.h>

void gnutls_audit_push_context(long context);

Arguments

long context

an opaque context

Description

Push a new crypto-auditing context to the thread-local context stack. The call must match the following gnutls_audit_pop_context() call. This is useful for the applications that define their own probe points for application level protocols.

Since

3.8.11

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.11 gnutls