Blame doc/functions/gnutls_x509_crt_get_expiration_time

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {time_t} {gnutls_x509_crt_get_expiration_time} (gnutls_x509_crt_t @var{cert})
Packit Service 4684c1
@var{cert}: should contain a @code{gnutls_x509_crt_t}  type
Packit Service 4684c1
Packit Service 4684c1
This function will return the time this certificate was or will be
Packit Service 4684c1
expired.
Packit Service 4684c1
Packit Service 4684c1
@strong{Returns:} expiration time, or (time_t)-1 on error.
Packit Service 4684c1
@end deftypefun