From 8dbeb110fbe07a14259ff367eaf9279ad444b37d Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 19 Nov 2012 16:37:18 +0000 Subject: [PATCH] document -trace and -msgfile options --- doc/apps/s_client.pod | 9 +++++++++ doc/apps/s_server.pod | 9 +++++++++ 2 files changed, 18 insertions(+) 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 -- 2.34.1