aboutsummaryrefslogtreecommitdiff
path: root/doc/ssl/SSL_get_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_get_client_CA_list.pod
parent54ff1e6ae5b8c566d7c9f83b236e944ea0bf5135 (diff)
downloadopenssl-52d160d85d2a4c57729540d409747071f6b952f7.zip
openssl-52d160d85d2a4c57729540d409747071f6b952f7.tar.gz
openssl-52d160d85d2a4c57729540d409747071f6b952f7.tar.bz2
ispell
Diffstat (limited to 'doc/ssl/SSL_get_client_CA_list.pod')
-rw-r--r--doc/ssl/SSL_get_client_CA_list.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ssl/SSL_get_client_CA_list.pod b/doc/ssl/SSL_get_client_CA_list.pod
index d358bc3..40e01cf 100644
--- a/doc/ssl/SSL_get_client_CA_list.pod
+++ b/doc/ssl/SSL_get_client_CA_list.pod
@@ -13,10 +13,10 @@ SSL_get_client_CA_list, SSL_CTX_get_client_CA_list - get list of client CAs
=head1 DESCRIPTION
-SSL_CTX_get_client_CA_list() returns the list of client CAs explicitely set for
+SSL_CTX_get_client_CA_list() returns the list of client CAs explicitly set for
B<ctx> using L<SSL_CTX_set_client_CA_list(3)|SSL_CTX_set_client_CA_list(3)>.
-SSL_get_client_CA_list() returns the list of client CAs explicitely
+SSL_get_client_CA_list() returns the list of client CAs explicitly
set for B<ssl> using SSL_set_client_CA_list() or B<ssl>'s SSL_CTX object with
L<SSL_CTX_set_client_CA_list(3)|SSL_CTX_set_client_CA_list(3)>, when in
server mode. In client mode, SSL_get_client_CA_list returns the list of
@@ -34,12 +34,12 @@ values:
=item STACK_OF(X509_NAMES)
-List of CA names explicitely set (for B<ctx> or in server mode) or send
+List of CA names explicitly set (for B<ctx> or in server mode) or send
by the server (client mode).
=item NULL
-No client CA list was explicitely set (for B<ctx> or in server mode) or
+No client CA list was explicitly set (for B<ctx> or in server mode) or
the server did not send a list of CAs (client mode).
=back