summaryrefslogtreecommitdiff
path: root/src/certtool-cfg.h
diff options
context:
space:
mode:
authorTim Kosse <tim.kosse@filezilla-project.org>2016-01-07 11:27:13 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-05-30 10:23:28 +0200
commit1bef39cac91bad1d7cc09f9886cc575294291fa1 (patch)
treecc34307ed374527e20b8d1ab12f2efe9107bb2a6 /src/certtool-cfg.h
parent0fb28b050250423c29e63bc9f23499c2058a752e (diff)
downloadgnutls-1bef39cac91bad1d7cc09f9886cc575294291fa1.tar.gz
Implement setting the TLS features extension on certificates via certtool's template file.
Diffstat (limited to 'src/certtool-cfg.h')
-rw-r--r--src/certtool-cfg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/certtool-cfg.h b/src/certtool-cfg.h
index 7f9dac7b99..e792dd2c16 100644
--- a/src/certtool-cfg.h
+++ b/src/certtool-cfg.h
@@ -83,6 +83,7 @@ void get_dc_set(int type, void *crt);
void get_ca_issuers_set(gnutls_x509_crt_t crt);
void get_ocsp_issuer_set(gnutls_x509_crt_t crt);
void crt_unique_ids_set(gnutls_x509_crt_t crt);
+void get_tlsfeatures_set(int type, void *crt);
int get_key_agreement_status(void);
int get_non_repudiation_status(void);