projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
666a597
)
Clarify -Verify and PSK.
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 15 Jul 2014 19:22:39 +0000
(20:22 +0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 15 Jul 2014 19:23:25 +0000
(20:23 +0100)
PR#3452
(cherry picked from commit
ca2015a617842fed3d36ed4dcbbf8d5e27bc5216
)
doc/apps/s_server.pod
patch
|
blob
|
history
diff --git
a/doc/apps/s_server.pod
b/doc/apps/s_server.pod
index 99015cc4c3612cacda78c2a33f1b4e5299da1c52..b37f410fb9ce61cabe0b2920f140a7be10acb006 100644
(file)
--- a/
doc/apps/s_server.pod
+++ b/
doc/apps/s_server.pod
@@
-152,6
+152,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.