|
gnutls_x509_crl_init — API function
#include <gnutls/x509.h>
int
gnutls_x509_crl_init( |
gnutls_x509_crl_t * crl) ; |
This function will initialize a CRL structure. CRL stands for Certificate Revocation List. A revocation list usually contains lists of certificate serial numbers that have been revoked by an Authority. The revocation lists are always signed with the authority's private key.
Report bugs to <bug-gnutls@gnu.org>.
General guidelines for reporting bugs: http://www.gnu.org/gethelp/
GnuTLS home page: http://www.gnu.org/software/gnutls/