Validity period (notBefore / notAfter) used inside X.509 certificates and CRLs.

Synopsis

Declared in <openssl/x509.h>

struct X509_val_st;

Data Members

Name

Description

notAfter

Time after which the certificate or CRL is no longer valid.

notBefore

Time at which the certificate or CRL becomes valid.

Created with MrDocs