summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRami Khaldi <rami.khaldi@fau.de>2021-11-23 23:27:35 +0100
committerTomas Mraz <tomas@openssl.org>2022-02-14 07:58:37 +0100
commitbb2fb5d7cc6c4abc888c3fd6df4366b6dfde25a6 (patch)
treec0caa3e9e67c878d164f72fb7f1c8f35d3e2fa68 /doc
parentbd654f7e98e13c0dc3b5c707880b9a77ba9e342f (diff)
Implement a new flag for running s_client in a non-interactive mode
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17097)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-s_client.pod.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/man1/openssl-s_client.pod.in b/doc/man1/openssl-s_client.pod.in
index be0f5040ff..c0a940aa71 100644
--- a/doc/man1/openssl-s_client.pod.in
+++ b/doc/man1/openssl-s_client.pod.in
@@ -48,6 +48,7 @@ B<openssl> B<s_client>
[B<-reconnect>]
[B<-showcerts>]
[B<-prexit>]
+[B<-no-interactive>]
[B<-debug>]
[B<-trace>]
[B<-nocommands>]
@@ -419,6 +420,10 @@ attempt is made to access a certain URL. Note: the output produced by this
option is not always accurate because a connection might never have been
established.
+=item B<-no-interactive>
+
+This flag can be used to run the client in a non-interactive mode.
+
=item B<-state>
Prints out the SSL session states.