Blame doc/functions/gnutls_x509_crl_init

Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
@deftypefun {int} {gnutls_x509_crl_init} (gnutls_x509_crl_t * @var{crl})
Packit aea12f
@var{crl}: A pointer to the type to be initialized
Packit aea12f
Packit aea12f
This function will initialize a CRL structure. CRL stands for
Packit aea12f
Certificate Revocation List. A revocation list usually contains
Packit aea12f
lists of certificate serial numbers that have been revoked by an
Packit aea12f
Authority. The revocation lists are always signed with the
Packit aea12f
authority's private key.
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