Add callbacks supporting generation and retrieval of supplemental data entries, facil...
[openssl.git] / doc / apps / s_client.pod
index a37c4e2b7c294c9f739cfdd91ce687c5cadb61cd..85e5b9cecb016a1eda145501f04460ddb4e0aae0 100644 (file)
@@ -45,6 +45,8 @@ B<openssl> B<s_client>
 [B<-sess_in filename>]
 [B<-rand file(s)>]
 [B<-serverinfo types>]
+[B<-auth>]
+[B<-auth_require_reneg>]
 
 =head1 DESCRIPTION
 
@@ -272,6 +274,15 @@ a list of comma-separated TLS Extension Types (numbers between 0 and
 The server's response (if any) will be encoded and displayed as a PEM
 file.
 
+=item B<-auth>
+
+send RFC 5878 client and server authorization extensions in the Client Hello as well as
+supplemental data if the server also sent the authorization extensions in the Server Hello.
+
+=item B<-auth_require_reneg>
+
+only send RFC 5878 client and server authorization extensions during renegotiation.
+
 =back
 
 =head1 CONNECTED COMMANDS