aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRob Percival <robpercival@google.com>2016-03-09 03:12:25 +0000
committerRich Salz <rsalz@openssl.org>2016-03-09 13:07:09 -0500
commitca74c38dc874e46ad913f2f6a7560125ad560aea (patch)
treeeb66184961a9a5c3f9dd3f9daae35eca67ffc399 /apps
parent6bea2a72a8bfe94bb7298374d1977b2ca580c415 (diff)
downloadopenssl-ca74c38dc874e46ad913f2f6a7560125ad560aea.tar.gz
Documentation for ctx_set_ctlog_list_file()
Reviewed-by: Emilia Käsper <emilia@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'apps')
-rw-r--r--apps/apps.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/apps.h b/apps/apps.h
index 0fcac07351..2f0b475a52 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -490,6 +490,12 @@ X509_STORE *setup_verify(char *CAfile, char *CApath,
__owur int ctx_set_verify_locations(SSL_CTX *ctx, const char *CAfile,
const char *CApath, int noCAfile,
int noCApath);
+
+/*
+ * Sets the file to load the Certificate Transparency log list from.
+ * If path is NULL, loads from the default file path.
+ * Returns 1 on success, 0 otherwise.
+ */
__owur int ctx_set_ctlog_list_file(SSL_CTX *ctx, const char *path);
# ifdef OPENSSL_NO_ENGINE