]> git.ipfire.org Git - thirdparty/openssl.git/commit
Clarify how s_client -ign_eof and -quiet impact command processing
authorMatt Caswell <matt@openssl.org>
Fri, 25 Apr 2025 14:21:47 +0000 (15:21 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 29 Apr 2025 17:34:53 +0000 (19:34 +0200)
commit32f31bb79114c297a652515f9da6d258b4254fd7
tree9468704359bd93f87af2d709935bcc38fb44643b
parent47e10779fa5894909bf4b89b1bdd1e484db31755
Clarify how s_client -ign_eof and -quiet impact command processing

If -ign_eof -or -quiet are passed to s_client this implicitly turns off
command processing (i.e. equivalent to -nocommands). This was stated on
the man page in the "CONNECTED COMMANDS" section, but not in the
documentation for "-ign_eof" or "-quiet" directly. We state it here as
well to make it clearer.

Fixes #27443

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27500)

(cherry picked from commit 20fb5dcb1e2b762545aa127058cc11efe09d6700)
doc/man1/openssl-s_client.pod.in