summaryrefslogtreecommitdiffstats
path: root/doc
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:24:55 +0100
commitc2014ae252c6fb136f5fbd320ba3332aec826ae9 (patch)
treefb3a19961dac314d724bbaadd4640ad589a28785 /doc
parentc3d317b4deb9e07df09ee872bcbf655939742238 (diff)
Clarify -Verify and PSK.
PR#3452 (cherry picked from commit ca2015a617842fed3d36ed4dcbbf8d5e27bc5216)
Diffstat (limited to 'doc')
-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 d31888e0de..f3e28b5ed6 100644
--- a/doc/apps/s_server.pod
+++ b/doc/apps/s_server.pod
@@ -145,6 +145,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.