Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
X509_CRL_new, X509_CRL_dup, X509_CRL_up_ref, X509_CRL_free, X509_CRL_INFO_new, X509_CRL_INFO_free — X.509 certificate revocation listsSYNOPSIS
#include <openssl/x509.h>X509_CRL_new(void);
X509_CRL_dup(X509_CRL *crl);
X509_CRL_up_ref(X509_CRL *crl);
X509_CRL_free(X509_CRL *crl);
X509_CRL_INFO_new(void);
X509_CRL_INFO_free(X509_CRL_INFO *crl_info);