aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_CTX_load_verify_locations.pod
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2000-12-08 14:29:13 +0000
committerLutz Jänicke <jaenicke@openssl.org>2000-12-08 14:29:13 +0000
commit66ebbb6a56bc1688fa37878e4feec985b0c260d7 (patch)
tree0464a93ad1ce9e1dd37956366d400d992fae6500 /doc/ssl/SSL_CTX_load_verify_locations.pod
parentc5e48d8b0143e7f69c6f5bc9ca8e3ba6e4566a78 (diff)
downloadopenssl-66ebbb6a56bc1688fa37878e4feec985b0c260d7.tar.gz
Add manual pages for certficate/key loading and friends.
Diffstat (limited to 'doc/ssl/SSL_CTX_load_verify_locations.pod')
-rw-r--r--doc/ssl/SSL_CTX_load_verify_locations.pod10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/ssl/SSL_CTX_load_verify_locations.pod b/doc/ssl/SSL_CTX_load_verify_locations.pod
index 8e11606dad..0e2d2179c8 100644
--- a/doc/ssl/SSL_CTX_load_verify_locations.pod
+++ b/doc/ssl/SSL_CTX_load_verify_locations.pod
@@ -63,7 +63,10 @@ no other certificates for the same parameters will be searched in case of
failure.
When building its own certificate chain, an OpenSSL client/server will
-try to fill in missing certificates from B<CAfile>/B<CApath>.
+try to fill in missing certificates from B<CAfile>/B<CApath>, if the
+certificate chain was not explicitely specified (see
+L<SSL_CTX_add_extra_chain_cert(3)|SSL_CTX_add_extra_chain_cert(3)>,
+L<SSL_CTX_use_certificate(3)|SSL_CTX_use_certificate(3)>.
=head1 WARNINGS
@@ -113,6 +116,9 @@ The operation succeeded.
L<ssl(3)|ssl(3)>,
L<SSL_CTX_set_client_CA_list(3)|SSL_CTX_set_client_CA_list(3)>,
-L<SSL_get_client_CA_list(3)|SSL_get_client_CA_list(3)>
+L<SSL_get_client_CA_list(3)|SSL_get_client_CA_list(3)>,
+L<SSL_CTX_use_certificate(3)|SSL_CTX_use_certificate(3)>,
+L<SSL_CTX_add_extra_chain_cert(3)|SSL_CTX_add_extra_chain_cert(3)>
+
=cut