Blame doc/functions/gnutls_x509_crq_get_private_key_usage_period

Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
@deftypefun {int} {gnutls_x509_crq_get_private_key_usage_period} (gnutls_x509_crq_t @var{crq}, time_t * @var{activation}, time_t * @var{expiration}, unsigned int * @var{critical})
Packit aea12f
@var{crq}: should contain a @code{gnutls_x509_crq_t}  type
Packit aea12f
Packit aea12f
@var{activation}: The activation time
Packit aea12f
Packit aea12f
@var{expiration}: The expiration time
Packit aea12f
Packit aea12f
@var{critical}: the extension status
Packit aea12f
Packit aea12f
This function will return the expiration and activation
Packit aea12f
times of the private key of the certificate.
Packit aea12f
Packit aea12f
@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS}  (0) is returned, @code{GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE} 
Packit aea12f
if the extension is not present, otherwise a negative error value.
Packit aea12f
@end deftypefun