Blame doc/functions/gnutls_x509_crl_init

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