@deftypefun {int} {gnutls_x509_crt_set_crq_extensions} (gnutls_x509_crt_t @var{crt}, gnutls_x509_crq_t @var{crq}) @var{crt}: a certificate of type @code{gnutls_x509_crt_t} @var{crq}: holds a certificate request This function will set the extensions from the given request to the certificate. @strong{Returns:} On success, @code{GNUTLS_E_SUCCESS} (0) is returned, otherwise a negative error value. @strong{Since:} 2.8.0 @end deftypefun