]> 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:20 +0000 (19:34 +0200)
commit20fb5dcb1e2b762545aa127058cc11efe09d6700
tree76c7a6dea51ea9352298043df29e0b289c3e0625
parent290fd4a0c87b5f777e928a80503ee20ca6e768de
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)
doc/man1/openssl-s_client.pod.in