gnutls_sign_get_pk_algorithm (3) Linux Manual Page
NAME gnutls_sign_get_pk_algorithm – API function SYNOPSIS #include <gnutls/gnutls.h> gnutls_pk_algorithm_t gnutls_sign_get_pk_algorithm(gnutls_sign_algorithm_t sign); ARGUMENTS gnutls_sign_algorithm_t sign is a signature algorithm DESCRIPTION This function returns the public key algorithm corresponding to the given signature algorithms. SINCE 3.1.1 RETURNS return a gnutls_pk_algorithm_t value, or GNUTLS_PK_UNKNOWN on error. REPORTING BUGS Report bugs to <bugs [at] gnutls.org>. Home page: http://www.gnutls.org COPYRIGHT…
