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_get0_notBefore, X509_get0_notAfter, X509_getm_notBefore, X509_getm_notAfter, X509_get_notBefore, X509_get_notAfter, X509_CRL_get0_lastUpdate, X509_CRL_get0_nextUpdate, X509_CRL_get_lastUpdate, X509_CRL_get_nextUpdate, X509_set1_notBefore, X509_set1_notAfter, X509_set_notBefore, X509_set_notAfter, X509_CRL_set1_lastUpdate, X509_CRL_set1_nextUpdate, X509_CRL_set_lastUpdate, X509_CRL_set_nextUpdate — get and set certificate and CRL validity datesSYNOPSIS
#include <openssl/x509.h>X509_get0_notBefore(const X509 *x);
X509_get0_notAfter(const X509 *x);
X509_getm_notBefore(const X509 *x);
X509_getm_notAfter(const X509 *x);
X509_get_notBefore(const X509 *x);
X509_get_notAfter(const X509 *x);
X509_CRL_get0_lastUpdate(const X509_CRL *crl);
X509_CRL_get0_nextUpdate(const X509_CRL *crl);
X509_CRL_get_lastUpdate(X509_CRL *crl);
X509_CRL_get_nextUpdate(X509_CRL *crl);
X509_set1_notBefore(X509 *x, const ASN1_TIME *tm);
X509_set1_notAfter(X509 *x, const ASN1_TIME *tm);
X509_set_notBefore(X509 *x, const ASN1_TIME *tm);
X509_set_notAfter(X509 *x, const ASN1_TIME *tm);
X509_CRL_set1_lastUpdate(X509_CRL *crl, const ASN1_TIME *tm);
X509_CRL_set1_nextUpdate(X509_CRL *crl, const ASN1_TIME *tm);
X509_CRL_set_lastUpdate(X509_CRL *crl, const ASN1_TIME *tm);
X509_CRL_set_nextUpdate(X509_CRL *crl, const ASN1_TIME *tm);