gnutls_credentials_get (3) Linux Manual Page
NAME gnutls_credentials_get – API function SYNOPSIS #include <gnutls/gnutls.h> int gnutls_credentials_get(gnutls_session_t session, gnutls_credentials_type_t type, void ** cred); ARGUMENTS gnutls_session_t session is a gnutls_session_t structure. gnutls_credentials_type_t type is the type of the credentials to return void ** cred will contain the pointer to the credentials structure. DESCRIPTION Returns the previously provided credentials structures. For GNUTLS_CRD_ANON, cred will…
