]> git.ipfire.org Git - thirdparty/openssl.git/commit
Enable peer verification with s_server's verify_return_error option
authorRyan Hooper <ryhooper@cisco.com>
Thu, 28 Aug 2025 18:58:02 +0000 (14:58 -0400)
committerTomas Mraz <tomas@openssl.org>
Thu, 18 Sep 2025 15:24:03 +0000 (17:24 +0200)
commite5f01903ed7c2872ab06c0a489c78e3224cbe213
tree17571e02fecc8d4519a83ba0998a255b30f3a943
parent32ec97521397597764f72d4e7c279c4e815352ee
Enable peer verification with s_server's verify_return_error option

If the option is specified it will now implicitly enable peer verification.

The s_client command  was already behaved this way, so
s_server was updated to match the behavior of s_client.

Fixes #15134

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28445)
CHANGES.md
apps/s_server.c