gnutls_x509_crt_get_signature (3) Linux Manual Page
NAME gnutls_x509_crt_get_signature – API function SYNOPSIS #include <gnutls/x509.h> int gnutls_x509_crt_get_signature(gnutls_x509_crt_t cert, char * sig, size_t * sig_size); ARGUMENTS gnutls_x509_crt_t cert should contain a gnutls_x509_crt_t structure char * sig a pointer where the signature part will be copied (may be null). size_t * sig_size initially holds the size of sig DESCRIPTION This function will extract the…
