summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/doc/apps/s_server.pod
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/doc/apps/s_server.pod')
-rw-r--r--crypto/openssl/doc/apps/s_server.pod22
1 files changed, 22 insertions, 0 deletions
diff --git a/crypto/openssl/doc/apps/s_server.pod b/crypto/openssl/doc/apps/s_server.pod
index 23a073a..4b1e426 100644
--- a/crypto/openssl/doc/apps/s_server.pod
+++ b/crypto/openssl/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>]
@@ -39,6 +40,8 @@ B<openssl> B<s_server>
[B<-hack>]
[B<-www>]
[B<-WWW>]
+[B<-HTTP>]
+[B<-engine id>]
[B<-rand file(s)>]
=head1 DESCRIPTION
@@ -134,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
@@ -187,6 +194,21 @@ emulates a simple web server. Pages will be resolved relative to the
current directory, for example if the URL https://myhost/page.html is
requested the file ./page.html will be loaded.
+=item B<-HTTP>
+
+emulates a simple web server. Pages will be resolved relative to the
+current directory, for example if the URL https://myhost/page.html is
+requested the file ./page.html will be loaded. The files loaded are
+assumed to contain a complete and correct HTTP response (lines that
+are part of the HTTP response line and headers must end with CRLF).
+
+=item B<-engine id>
+
+specifying an engine (by it's unique B<id> string) will cause B<s_server>
+to attempt to obtain a functional reference to the specified engine,
+thus initialising it if needed. The engine will then be set as the default
+for all available algorithms.
+
=item B<-rand file(s)>
a file or files containing random data used to seed the random number
OpenPOWER on IntegriCloud