aboutsummaryrefslogtreecommitdiffstats
path: root/doc/apps
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-11-10 02:12:09 +0000
committerBodo Möller <bodo@openssl.org>2001-11-10 02:12:09 +0000
commit1d8634b110d7ac73cc8bb55c7fa2d14a09a0293f (patch)
treedb6bd44ac706a93f371914cca795eec5be63168b /doc/apps
parent29e0c30c2a6b62338e1e03c4980e270493627bbf (diff)
downloadopenssl-1d8634b110d7ac73cc8bb55c7fa2d14a09a0293f.tar.gz
msg_callback documentation
Diffstat (limited to 'doc/apps')
-rw-r--r--doc/apps/s_client.pod5
-rw-r--r--doc/apps/s_server.pod5
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/apps/s_client.pod b/doc/apps/s_client.pod
index 275e886966..7fca9cbdbd 100644
--- a/doc/apps/s_client.pod
+++ b/doc/apps/s_client.pod
@@ -18,6 +18,7 @@ B<openssl> B<s_client>
[B<-pause>]
[B<-showcerts>]
[B<-debug>]
+[B<-msg>]
[B<-nbio_test>]
[B<-state>]
[B<-nbio>]
@@ -112,6 +113,10 @@ prints out the SSL session states.
print extensive debugging information including a hex dump of all traffic.
+=item B<-msg>
+
+show all protocol messages with hex dump.
+
=item B<-nbio_test>
tests non-blocking I/O
diff --git a/doc/apps/s_server.pod b/doc/apps/s_server.pod
index f94d48e0e8..4b1e4260ef 100644
--- a/doc/apps/s_server.pod
+++ b/doc/apps/s_server.pod
@@ -21,6 +21,7 @@ B<openssl> B<s_server>
[B<-nbio_test>]
[B<-crlf>]
[B<-debug>]
+[B<-msg>]
[B<-state>]
[B<-CApath directory>]
[B<-CAfile filename>]
@@ -136,6 +137,10 @@ prints out the SSL session states.
print extensive debugging information including a hex dump of all traffic.
+=item B<-msg>
+
+show all protocol messages with hex dump.
+
=item B<-nbio_test>
tests non blocking I/O