Blame doc/functions/gnutls_x509_crq_get_signature_oid

Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
@deftypefun {int} {gnutls_x509_crq_get_signature_oid} (gnutls_x509_crq_t @var{crq}, char * @var{oid}, size_t * @var{oid_size})
Packit aea12f
@var{crq}: should contain a @code{gnutls_x509_crq_t}  type
Packit aea12f
Packit aea12f
@var{oid}: a pointer to a buffer to hold the OID (may be null)
Packit aea12f
Packit aea12f
@var{oid_size}: initially holds the size of  @code{oid} 
Packit aea12f
Packit aea12f
This function will return the OID of the signature algorithm
Packit Service 991b93
that has been used to sign this certificate request. This function
Packit aea12f
is useful in the case @code{gnutls_x509_crq_get_signature_algorithm()} 
Packit aea12f
returned @code{GNUTLS_SIGN_UNKNOWN} .
Packit aea12f
Packit aea12f
@strong{Returns:} zero or a negative error code on error.
Packit aea12f
Packit aea12f
@strong{Since:} 3.5.0
Packit aea12f
@end deftypefun