Blame doc/functions/gnutls_x509_crt_get_signature_algorithm

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {int} {gnutls_x509_crt_get_signature_algorithm} (gnutls_x509_crt_t @var{cert})
Packit Service 4684c1
@var{cert}: should contain a @code{gnutls_x509_crt_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 that has been used to
Packit Service 4684c1
sign this certificate.
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