]> git.ipfire.org Git - thirdparty/openssl.git/commit
Enhance s_client Output
authorerbsland-dev <github@erbsland.dev>
Wed, 17 Jul 2024 21:21:42 +0000 (23:21 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 20 Aug 2024 09:16:22 +0000 (11:16 +0200)
commitdc6993a625c3050125d8b69bcca05ef37555ebb3
tree95fdeb292a8c452dd1c0edbff1117436afaeec73
parenta0b652825c0b9a59610208b6b5ac4cbf0deba94e
Enhance s_client Output

Fixes #8123: Clarify cipher and protocol version display
- Added a new line “Protocol:” to display the protocol version separately after the cipher line.

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24921)
apps/s_client.c