Blame doc/functions/gnutls_pkcs7_set_crl_raw

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {int} {gnutls_pkcs7_set_crl_raw} (gnutls_pkcs7_t @var{pkcs7}, const gnutls_datum_t * @var{crl})
Packit Service 4684c1
@var{pkcs7}: The pkcs7 type
Packit Service 4684c1
Packit Service 4684c1
@var{crl}: the DER encoded crl to be added
Packit Service 4684c1
Packit Service 4684c1
This function will add a crl to the PKCS7 or RFC2630 crl set.
Packit Service 4684c1
Packit Service 4684c1
@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS}  (0) is returned, otherwise a
Packit Service 4684c1
negative error value.
Packit Service 4684c1
@end deftypefun