Blame doc/functions/gnutls_x509_crl_get_signature_algorithm

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {int} {gnutls_x509_crl_get_signature_algorithm} (gnutls_x509_crl_t @var{crl})
Packit Service 4684c1
@var{crl}: should contain a @code{gnutls_x509_crl_t}  type
Packit Service 4684c1
Packit Service 4684c1
This function will return a value of the @code{gnutls_sign_algorithm_t} 
Packit Service 4684c1
enumeration that is the signature algorithm.
Packit Service 4684c1
Packit Service 4684c1
Since 3.6.0 this function never returns a negative error code.
Packit Service 4684c1
Error cases and unknown/unsupported signature algorithms are
Packit Service 4684c1
mapped to @code{GNUTLS_SIGN_UNKNOWN} .
Packit Service 4684c1
Packit Service 4684c1
@strong{Returns:} a @code{gnutls_sign_algorithm_t}  value
Packit Service 4684c1
@end deftypefun