summaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_CTX_set_client_CA_list.pod
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2001-02-16 02:09:53 +0000
committerUlf Möller <ulf@openssl.org>2001-02-16 02:09:53 +0000
commit52d160d85d2a4c57729540d409747071f6b952f7 (patch)
tree997458cfe9676869823a9613ca96f079ea5b83bc /doc/ssl/SSL_CTX_set_client_CA_list.pod
parent54ff1e6ae5b8c566d7c9f83b236e944ea0bf5135 (diff)
ispell
Diffstat (limited to 'doc/ssl/SSL_CTX_set_client_CA_list.pod')
-rw-r--r--doc/ssl/SSL_CTX_set_client_CA_list.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ssl/SSL_CTX_set_client_CA_list.pod b/doc/ssl/SSL_CTX_set_client_CA_list.pod
index f27a291cb6..81e312761e 100644
--- a/doc/ssl/SSL_CTX_set_client_CA_list.pod
+++ b/doc/ssl/SSL_CTX_set_client_CA_list.pod
@@ -41,7 +41,7 @@ the CAs available using the B<CAfile> option in
L<SSL_CTX_load_verify_locations(3)|SSL_CTX_load_verify_locations(3)>
are sent.
-This list can be explicitely set using the SSL_CTX_set_client_CA_list() for
+This list can be explicitly set using the SSL_CTX_set_client_CA_list() for
B<ctx> and SSL_set_client_CA_list() for the specific B<ssl>. The list
specified overrides the previous setting. The CAs listed do not become
trusted (B<list> only contains the names, not the complete certificates); use
@@ -74,7 +74,7 @@ The operation succeeded.
=item 0
-A failure while manipulating the STACK_OF(X509_NAME) object occured or
+A failure while manipulating the STACK_OF(X509_NAME) object occurred or
the X509_NAME could not be extracted from B<cacert>. Check the error stack
to find out the reason.