Private key usage period extension giving the interval when the key is valid.

Synopsis

Declared in <openssl/x509v3.h>

struct PKEY_USAGE_PERIOD_st;

Data Members

Name

Description

notAfter

End of the private key usage interval, or NULL if unset.

notBefore

Start of the private key usage interval, or NULL if unset.

Created with MrDocs