summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-11-19 16:37:18 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-11-19 16:37:18 +0000
commit8dbeb110fbe07a14259ff367eaf9279ad444b37d (patch)
treefc346b310de5f7cd72795bf63c013b6e8b1ff163 /doc
parent765b4137949cad7b9b8b7502b7a8bba14d59291f (diff)
document -trace and -msgfile options
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/s_client.pod9
-rw-r--r--doc/apps/s_server.pod9
2 files changed, 18 insertions, 0 deletions
diff --git a/doc/apps/s_client.pod b/doc/apps/s_client.pod
index 9e11279a79..4b0da5a25b 100644
--- a/doc/apps/s_client.pod
+++ b/doc/apps/s_client.pod
@@ -147,6 +147,15 @@ print extensive debugging information including a hex dump of all traffic.
show all protocol messages with hex dump.
+=item B<-trace>
+
+show verbose trace output of protocol messages. OpenSSL needs to be compiled
+with B<enable-ssl-trace> for this option to work.
+
+=item B<-msgfile>
+
+file to send output of B<-msg> or B<-trace> to, default standard output.
+
=item B<-nbio_test>
tests non-blocking I/O
diff --git a/doc/apps/s_server.pod b/doc/apps/s_server.pod
index 6f084922f6..7e7b541650 100644
--- a/doc/apps/s_server.pod
+++ b/doc/apps/s_server.pod
@@ -185,6 +185,15 @@ print extensive debugging information including a hex dump of all traffic.
show all protocol messages with hex dump.
+=item B<-trace>
+
+show verbose trace output of protocol messages. OpenSSL needs to be compiled
+with B<enable-ssl-trace> for this option to work.
+
+=item B<-msgfile>
+
+file to send output of B<-msg> or B<-trace> to, default standard output.
+
=item B<-nbio_test>
tests non blocking I/O