[openssl/openssl] 8a1694: apps: Don't print hostname on bio_out during connect.
sebastianas
noreply at github.com
Fri Dec 29 10:52:56 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 8a1694f22588c0777d642253ffdc307a61245d51
https://github.com/openssl/openssl/commit/8a1694f22588c0777d642253ffdc307a61245d51
Author: Sebastian Andrzej Siewior <sebastian at breakpoint.cc>
Date: 2023-12-29 (Fri, 29 Dec 2023)
Changed paths:
M apps/lib/s_socket.c
Log Message:
-----------
apps: Don't print hostname on bio_out during connect.
Printing the hostname on bio_out clutters the output and breaks
pipe like forwarding via openssl.
Print the hostname via bio_err.
Fixes #23013
Signed-off-by: Sebastian Andrzej Siewior <sebastian at breakpoint.cc>
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23056)
More information about the openssl-commits
mailing list