Blame doc/functions/gnutls_x509_crt_set_crq_extension_by_oid

Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
@deftypefun {int} {gnutls_x509_crt_set_crq_extension_by_oid} (gnutls_x509_crt_t @var{crt}, gnutls_x509_crq_t @var{crq}, const char * @var{oid}, unsigned @var{flags})
Packit aea12f
@var{crt}: a certificate of type @code{gnutls_x509_crt_t} 
Packit aea12f
Packit aea12f
@var{crq}: holds a certificate request
Packit aea12f
Packit aea12f
@var{oid}: the object identifier of the OID to copy
Packit aea12f
Packit aea12f
@var{flags}: should be zero
Packit aea12f
Packit aea12f
This function will set the extension specify by  @code{oid} from the given request to the
Packit aea12f
certificate.
Packit aea12f
Packit aea12f
@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS}  (0) is returned, otherwise a
Packit aea12f
negative error value.
Packit aea12f
Packit aea12f
@strong{Since:} 3.5.1
Packit aea12f
@end deftypefun