summaryrefslogtreecommitdiff
path: root/src/certtool-cfg.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-01-15 23:32:26 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-01-15 23:34:50 +0100
commit98cdc97bd080cfaba6a6ada0ab9addb4adef66e0 (patch)
treea0f643fe100b6743857e49192bd889b059725308 /src/certtool-cfg.h
parente6c4ef2a361300a5542d4aac461a85b0edbda009 (diff)
downloadgnutls-98cdc97bd080cfaba6a6ada0ab9addb4adef66e0.tar.gz
Added functions to directly set the DN in a certificate or request from an RFC4514 string.
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 bcb96d7428..87b5be1eb4 100644
--- a/src/certtool-cfg.h
+++ b/src/certtool-cfg.h
@@ -44,6 +44,8 @@ void get_unit_crt_set (gnutls_x509_crt_t crt);
void get_state_crt_set (gnutls_x509_crt_t crt);
void get_locality_crt_set (gnutls_x509_crt_t crt);
void get_cn_crt_set (gnutls_x509_crt_t crt);
+void get_dn_crt_set (gnutls_x509_crt_t crt);
+void get_dn_crq_set (gnutls_x509_crq_t crt);
void get_uid_crt_set (gnutls_x509_crt_t crt);
void get_pkcs9_email_crt_set (gnutls_x509_crt_t crt);
void get_oid_crt_set (gnutls_x509_crt_t crt);