|
gnutls_x509_crt_get_signature — API function
#include <gnutls/x509.h>
int
gnutls_x509_crt_get_signature( |
gnutls_x509_crt_t cert, |
char * sig, | |
size_t * sizeof_sig) ; |
should contain a gnutls_x509_crt_t structure
a pointer where the signature part will be copied (may be null).
initially holds the size of sig
On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error value. and a negative error code on error.
Report bugs to <bug-gnutls@gnu.org>.
General guidelines for reporting bugs: http://www.gnu.org/gethelp/
GnuTLS home page: http://www.gnu.org/software/gnutls/