summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_x509_crl_get_signature
blob: b78813234eece8b5b44846613c1d3b6e92e538c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@deftypefun {int} {gnutls_x509_crl_get_signature} (gnutls_x509_crl_t @var{crl}, char * @var{sig}, size_t * @var{sizeof_sig})
@var{crl}: should contain a gnutls_x509_crl_t type

@var{sig}: a pointer where the signature part will be copied (may be null).

@var{sizeof_sig}: initially holds the size of  @code{sig} 

This function will extract the signature field of a CRL.

@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS}  (0) is returned, otherwise a
negative error value. 
@end deftypefun