Blame doc/functions/gnutls_pkcs7_set_crt

Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
@deftypefun {int} {gnutls_pkcs7_set_crt} (gnutls_pkcs7_t @var{pkcs7}, gnutls_x509_crt_t @var{crt})
Packit aea12f
@var{pkcs7}: The pkcs7 type
Packit aea12f
Packit aea12f
@var{crt}: the certificate to be copied.
Packit aea12f
Packit aea12f
This function will add a parsed certificate to the PKCS7 or
Packit aea12f
RFC2630 certificate set.  This is a wrapper function over
Packit aea12f
@code{gnutls_pkcs7_set_crt_raw()}  .
Packit aea12f
Packit aea12f
@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS}  (0) is returned, otherwise a
Packit aea12f
negative error value.
Packit aea12f
@end deftypefun