]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
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)
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

index d089bc60d80de4ac52b277f3f73ed19ca7442918..82c5917f60817e6c3828f4bd513c068aca9d94ca 100644 (file)
@@ -507,12 +507,12 @@ by some servers.
 =item B<-ign_eof>
 
 Inhibit shutting down the connection when end of file is reached in the
-input.
+input. This implicitly turns on B<-nocommands> as well.
 
 =item B<-quiet>
 
 Inhibit printing of session and certificate information.  This implicitly
-turns on B<-ign_eof> as well.
+turns on B<-ign_eof> and B<-nocommands> as well.
 
 =item B<-no_ign_eof>