[openssl/openssl] 40346e: apps: Don't print hostname on bio_out during connect.
sebastianas
noreply at github.com
Fri Dec 29 10:52:55 UTC 2023
Branch: refs/heads/openssl-3.2
Home: https://github.com/openssl/openssl
Commit: 40346e8377bc65812e8159d831ae137911d6b237
https://github.com/openssl/openssl/commit/40346e8377bc65812e8159d831ae137911d6b237
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)
(cherry picked from commit 8a1694f22588c0777d642253ffdc307a61245d51)
More information about the openssl-commits
mailing list