gnutls_priority_protocol_list (3) Linux Manual Page
NAME gnutls_priority_protocol_list – API function SYNOPSIS #include <gnutls/gnutls.h> int gnutls_priority_protocol_list(gnutls_priority_t pcache, const unsigned int ** list); ARGUMENTS gnutls_priority_t pcache is a gnutls_prioritity_t structure. const unsigned int ** list will point to an integer list DESCRIPTION Get a list of available TLS version numbers in the priority structure. RETURNS the number of protocols, or an error…
