summaryrefslogtreecommitdiffstats
path: root/doc/man1/s_client.pod
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2018-07-31 11:36:44 -0400
committerRich Salz <rsalz@openssl.org>2018-07-31 11:36:44 -0400
commited4fc85359d40bd06a53af9c8a058b8d3e4e3e39 (patch)
tree5d6b0888f27af876dd2128624a0d05c590b7b490 /doc/man1/s_client.pod
parent43a0f2733a943799060ea275516fcce00d89eb38 (diff)
Some protocol versions are build-time
Clarify docs to list that some protocol flags might not be available depending on how OpenSSL was build. Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/6816)
Diffstat (limited to 'doc/man1/s_client.pod')
-rw-r--r--doc/man1/s_client.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/man1/s_client.pod b/doc/man1/s_client.pod
index 7d92dd82a0..80152e1ba4 100644
--- a/doc/man1/s_client.pod
+++ b/doc/man1/s_client.pod
@@ -473,6 +473,8 @@ By default B<s_client> will negotiate the highest mutually supported protocol
version.
When a specific TLS version is required, only that version will be offered to
and accepted from the server.
+Note that not all protocols and flags may be available, depending on how
+OpenSSL was built.
=item B<-dtls>, B<-dtls1>, B<-dtls1_2>