gnutls_psk_client_get_hint (3) Linux Manual Page
NAME gnutls_psk_client_get_hint – API function SYNOPSIS #include <gnutls/gnutls.h> const char * gnutls_psk_client_get_hint(gnutls_session_t session); ARGUMENTS gnutls_session_t session is a gnutls session DESCRIPTION The PSK identity hint may give the client help in deciding which username to use. This should only be called in case of PSK authentication and in case of a client. RETURNS the identity…
