Docs and usage messages for RFC4507bis support.
[openssl.git] / doc / apps / s_server.pod
index 8c15addde3512201901217e556b0ae627ff99c27..b58687464546a8480f366d2aa2493a073e86b2a9 100644 (file)
@@ -48,6 +48,8 @@ B<openssl> B<s_server>
 [B<-WWW>]
 [B<-HTTP>]
 [B<-engine id>]
 [B<-WWW>]
 [B<-HTTP>]
 [B<-engine id>]
+[B<-tlsextdebug>]
+[B<-no_ticket>]
 [B<-id_prefix arg>]
 [B<-rand file(s)>]
 
 [B<-id_prefix arg>]
 [B<-rand file(s)>]
 
@@ -215,6 +217,14 @@ also included in the server list is used. Because the client specifies
 the preference order, the order of the server cipherlist irrelevant. See
 the B<ciphers> command for more information.
 
 the preference order, the order of the server cipherlist irrelevant. See
 the B<ciphers> command for more information.
 
+=item B<-tlsextdebug>
+
+print out a hex dump of any TLS extensions received from the server.
+
+=item B<-no_ticket>
+
+disable RFC4507bis session ticket support. 
+
 =item B<-www>
 
 sends a status message back to the client when it connects. This includes
 =item B<-www>
 
 sends a status message back to the client when it connects. This includes