gnutls_priority_sign_list (3) Linux Manual Page
gnutls_priority_sign_list – API function Synopsis#include <gnutls/gnutls.h> int gnutls_priority_sign_list(gnutls_priority_t pcache, const unsigned int ** list); Argumentsgnutls_priority_t pcache is a gnutls_prioritity_t structure. const unsigned int ** list will point to an integer listDescriptionGet a list of available signature algorithms in the priority structure. Returnsthe number of algorithms, or an error code. Since3.0 Reporting BugsReport bugs to <bugs…
