[openssl/openssl] 30be19: apps: Make s_client -quiet really quiet
"'sebastianas' via openssl-commits" <[email protected]> Thu, 30 Jul 2026 02:10:35 -0700
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 30be19ca017c264822dcfa5cffdbb6aac4ad91a8
https://github.com/openssl/openssl/commit/30be19ca017c264822dcfa5cffdbb6aac4ad91a8
Author: Sebastian Andrzej Siewior <[email protected]>
Date: 2026-07-30 (Thu, 30 Jul 2026)
Changed paths:
M apps/include/s_apps.h
M apps/lib/s_socket.c
M apps/s_client.c
M doc/man1/openssl-s_client.pod.in
Log Message:
-----------
apps: Make s_client -quiet really quiet
Despite the -quiet option s_client still reports the host it connects to
and the certificate chain. Since -quiet is documented as "No s_client
output", hide all non-error output.
Pass the quiet option to init_client() to suppress the host output.
Set verify's quiet flag if quiet is passed.
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Reviewed-by: Eugene Syromiatnikov <[email protected]>
Reviewed-by: Norbert Pocs <[email protected]>
MergeDate: Thu Jul 30 09:09:35 2026
(Merged from https://github.com/openssl/openssl/pull/30519)
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
--
You received this message because you are subscribed to the Google Groups "openssl-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/a/openssl.org/d/msgid/openssl-commits/openssl/openssl/push/refs/heads/master/1cc87a-30be19%40github.com.