summaryrefslogtreecommitdiff
path: root/doc/man3/SSL_set1_host.pod
diff options
context:
space:
mode:
authorGustaf Neumann <neumann@wu-wien.ac.at>2020-07-04 21:58:30 +0200
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>2020-07-24 21:06:32 +0200
commit6328d3673fabc336e3064368d855c2d1153ef54c (patch)
tree1af1ce13e4be6582ac1a9039881953c378058b61 /doc/man3/SSL_set1_host.pod
parent7a989af7386e97add7c759fda688c5d2e79e812e (diff)
downloadopenssl-new-6328d3673fabc336e3064368d855c2d1153ef54c.tar.gz
Fix typos and repeated words
Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/12370)
Diffstat (limited to 'doc/man3/SSL_set1_host.pod')
-rw-r--r--doc/man3/SSL_set1_host.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/SSL_set1_host.pod b/doc/man3/SSL_set1_host.pod
index 4ae9f6e7f3..88dc353284 100644
--- a/doc/man3/SSL_set1_host.pod
+++ b/doc/man3/SSL_set1_host.pod
@@ -19,9 +19,9 @@ SSL server verification parameters
These functions configure server hostname checks in the SSL client.
SSL_set1_host() sets the expected DNS hostname to B<name> clearing
-any previously specified host name or names. If B<name> is NULL,
+any previously specified hostname or names. If B<name> is NULL,
or the empty string the list of hostnames is cleared, and name
-checks are not performed on the peer certificate. When a non-empty
+checks are not performed on the peer certificate. When a nonempty
B<name> is specified, certificate verification automatically checks
the peer hostname via L<X509_check_host(3)> with B<flags> as specified
via SSL_set_hostflags(). Clients that enable DANE TLSA authentication