summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-07-15 20:22:39 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-07-15 20:23:35 +0100
commit2316286c0eb421555b33e9e471d084809a0b03b8 (patch)
tree4fb2cd40c4ca41788e4595828eb0d9fb930d3ed7
parent67bde7d465d87cf14a31cfab6b14e8d0f7b3b739 (diff)
Clarify -Verify and PSK.
PR#3452 (cherry picked from commit ca2015a617842fed3d36ed4dcbbf8d5e27bc5216)
-rw-r--r--doc/apps/s_server.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/apps/s_server.pod b/doc/apps/s_server.pod
index 255d1a472d..2105b603b7 100644
--- a/doc/apps/s_server.pod
+++ b/doc/apps/s_server.pod
@@ -156,6 +156,9 @@ the client. With the B<-verify> option a certificate is requested but the
client does not have to send one, with the B<-Verify> option the client
must supply a certificate or an error occurs.
+If the ciphersuite cannot request a client certificate (for example an
+anonymous ciphersuite or PSK) this option has no effect.
+
=item B<-crl_check>, B<-crl_check_all>
Check the peer certificate has not been revoked by its CA.