gnutls_x509_crt_set_activation_time (3) Linux Manual Page
NAME gnutls_x509_crt_set_activation_time – API function SYNOPSIS #include <gnutls/x509.h> int gnutls_x509_crt_set_activation_time(gnutls_x509_crt_t cert, time_t act_time); ARGUMENTS gnutls_x509_crt_t cert a certificate of type gnutls_x509_crt_t time_t act_time The actual time DESCRIPTION This function will set the time this Certificate was or will be activated. RETURNS On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error value. REPORTING BUGS Report…
