From: Dr. Stephen Henson Date: Mon, 19 Nov 2012 16:37:18 +0000 (+0000) Subject: document -trace and -msgfile options X-Git-Tag: master-post-reformat~1595 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=8dbeb110fbe07a14259ff367eaf9279ad444b37d;hp=765b4137949cad7b9b8b7502b7a8bba14d59291f document -trace and -msgfile options --- 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 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 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