document -trace and -msgfile options
This commit is contained in:
parent
765b413794
commit
8dbeb110fb
2 changed files with 18 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue