Documentation for ctx_set_ctlog_list_file()
authorRob Percival <robpercival@google.com>
Wed, 9 Mar 2016 03:12:25 +0000 (03:12 +0000)
committerRich Salz <rsalz@openssl.org>
Wed, 9 Mar 2016 18:07:09 +0000 (13:07 -0500)
Reviewed-by: Emilia Käsper <emilia@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
apps/apps.h

index 0fcac07351df245e4702294484c01a54269b4633..2f0b475a52c9e2203a5728d09df45450d4ac49f9 100644 (file)
@@ -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