]> 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:46 +0000 (19:34 +0200)
commitee1def031ba8614250d72f6df5d61319a16f0a72
tree4020221242948757160663cd17dbfefbafb4ea96
parent3703a5c499f05ea8fcee57f2c9eaf0af35bd8cb3
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