diff options
Diffstat (limited to 'doc/functions/gnutls_x509_crl_get_signature')
-rw-r--r-- | doc/functions/gnutls_x509_crl_get_signature | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/functions/gnutls_x509_crl_get_signature b/doc/functions/gnutls_x509_crl_get_signature new file mode 100644 index 0000000..b788132 --- /dev/null +++ b/doc/functions/gnutls_x509_crl_get_signature @@ -0,0 +1,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 |