document -trace and -msgfile options
authorDr. Stephen Henson <steve@openssl.org>
Mon, 19 Nov 2012 16:37:18 +0000 (16:37 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 19 Nov 2012 16:37:18 +0000 (16:37 +0000)
doc/apps/s_client.pod
doc/apps/s_server.pod

index 9e11279a792d182113a83fb1aa90b7f2e2b9e0c2..4b0da5a25bbd4fd23d5fa0d117822e15d18e8677 100644 (file)
@@ -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
index 6f084922f667c2a772cd4359a9ac4b93c3b03ee2..7e7b541650bf5227da2f5ac7884ded18673b6712 100644 (file)
@@ -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