gnutls_handshake_get_last_out (3) Linux Manual Page
NAME gnutls_handshake_get_last_out – API function SYNOPSIS #include <gnutls/gnutls.h> gnutls_handshake_description_t gnutls_handshake_get_last_out(gnutls_session_t session); ARGUMENTS gnutls_session_t session is a gnutls_session_t structure. DESCRIPTION This function is only useful to check where the last performed handshake failed. If the previous handshake succeed or was not performed at all then no meaningful value will be returned. Check gnutls_handshake_description_t in gnutls.h for…
