summaryrefslogtreecommitdiff
path: root/src/certtool-cfg.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-08-13 12:05:35 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-08-13 12:05:35 +0200
commita1fbf2e7828a9e6681aee5fea9f3803d681928eb (patch)
tree582776955bc9b38680b885189d62fda1a1ce3d04 /src/certtool-cfg.h
parent25ef007738bd7d29ea7596d3e05cdb37dd37b012 (diff)
downloadgnutls-a1fbf2e7828a9e6681aee5fea9f3803d681928eb.tar.gz
certtool: Allow specifying CRL dates as fixed dates
Diffstat (limited to 'src/certtool-cfg.h')
-rw-r--r--src/certtool-cfg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/certtool-cfg.h b/src/certtool-cfg.h
index 77472f9b7f..2c7240daa2 100644
--- a/src/certtool-cfg.h
+++ b/src/certtool-cfg.h
@@ -63,6 +63,8 @@ const char *get_pkcs12_key_name(void);
int get_tls_client_status(void);
int get_tls_server_status(void);
time_t get_crl_next_update(void);
+time_t get_crl_revocation_date(void);
+time_t get_crl_this_update_date(void);
int get_time_stamp_status(void);
int get_ocsp_sign_status(void);
int get_code_sign_status(void);