gnutls_x509_crt_get_private_key_usage_period (3) Linux Manual Page
gnutls_x509_crt_get_private_key_usage_period – API function Synopsis#include <gnutls/x509.h> int gnutls_x509_crt_get_private_key_usage_period(gnutls_x509_crt_t cert, time_t * activation, time_t * expiration, unsigned int * critical); Argumentsgnutls_x509_crt_t cert should contain a gnutls_x509_crt_t structure time_t * activation The activation time time_t * expiration The expiration time unsigned int * critical the extension statusDescriptionThis function will return the expiration and activation times of the…
