summaryrefslogtreecommitdiffstats
path: root/doc/man1/s_server.pod
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2017-03-17 19:17:57 +0100
committerRich Salz <rsalz@openssl.org>2017-03-18 01:47:17 +0100
commit39176d44248ed5581ecd1e05bb9385e28a3d803b (patch)
tree58e59cd964a26f18968f47850c8db69916fb3660 /doc/man1/s_server.pod
parentImplement certificate_authorities extension (diff)
downloadopenssl-39176d44248ed5581ecd1e05bb9385e28a3d803b.tar.xz
openssl-39176d44248ed5581ecd1e05bb9385e28a3d803b.zip
doc: fix -keylogfile option
Add it in the options section, not the "Connected commands" section. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2977)
Diffstat (limited to 'doc/man1/s_server.pod')
-rw-r--r--doc/man1/s_server.pod10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man1/s_server.pod b/doc/man1/s_server.pod
index c16b562465..b34dadd650 100644
--- a/doc/man1/s_server.pod
+++ b/doc/man1/s_server.pod
@@ -529,6 +529,11 @@ The list should contain most wanted protocols first.
Protocol names are printable ASCII strings, for example "http/1.1" or
"spdy/3".
+=item B<-keylogfile path>
+
+Appends TLS secrets to the specified keylog file such that external programs
+(like Wireshark) can decrypt TLS connections.
+
=item B<-max_early_data arg>
Change the default maximum early data bytes that are specified for new sessions
@@ -578,11 +583,6 @@ cause the client to disconnect due to a protocol violation.
print out some session cache status information.
-=item B<-keylogfile path>
-
-Appends TLS secrets to the specified keylog file such that external programs
-(like Wireshark) can decrypt TLS connections.
-
=back
=head1 NOTES