From ca74c38dc874e46ad913f2f6a7560125ad560aea Mon Sep 17 00:00:00 2001 From: Rob Percival Date: Wed, 9 Mar 2016 03:12:25 +0000 Subject: Documentation for ctx_set_ctlog_list_file() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Emilia Käsper Reviewed-by: Rich Salz --- apps/apps.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apps') 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 -- cgit v1.2.3