aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ssl
diff options
context:
space:
mode:
authorRob Percival <robpercival@google.com>2016-03-04 19:06:43 +0000
committerRich Salz <rsalz@openssl.org>2016-03-09 13:07:09 -0500
commit328f36c5c51994391363162b76c94819f9a12ae0 (patch)
tree1c08ac98876a0d79ca8293fbc52e82b1b3f124fe /doc/ssl
parent60b350a3ef9620866a43358ecd1874c6fc482d9c (diff)
downloadopenssl-328f36c5c51994391363162b76c94819f9a12ae0.tar.gz
Do not display a CT log error message if CT validation is disabled
Reviewed-by: Emilia Käsper <emilia@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'doc/ssl')
-rw-r--r--doc/ssl/SSL_CTX_set_ctlog_list_file.pod3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/ssl/SSL_CTX_set_ctlog_list_file.pod b/doc/ssl/SSL_CTX_set_ctlog_list_file.pod
index ddad842739..9ef15adb90 100644
--- a/doc/ssl/SSL_CTX_set_ctlog_list_file.pod
+++ b/doc/ssl/SSL_CTX_set_ctlog_list_file.pod
@@ -37,9 +37,6 @@ The expected format of the log list file is:
These functions will not clear the existing CT log list - it will be appended
to.
-SSL_CTX_set_default_ctlog_list_file() will not report errors if it fails for
-any reason. Use SSL_CTX_set_ctlog_list_file() if you want errors to be reported.
-
If an error occurs whilst parsing a particular log entry in the file, that log
entry will be skipped.