]> git.ipfire.org Git - thirdparty/openssl.git/commit
apps/s_time: enable peer verification when -verify is used
authorJoshua Rogers <MegaManSec@users.noreply.github.com>
Sat, 11 Oct 2025 04:14:24 +0000 (12:14 +0800)
committerTomas Mraz <tomas@openssl.org>
Wed, 19 Nov 2025 17:51:48 +0000 (18:51 +0100)
commitcb95203379a41cab583e8780a2c17fb8c248091d
tree2be558354f1589a5d1fd3b8d967abed010a86043
parent8da3d5dd9f7058335794190a11bf1b764536c716
apps/s_time: enable peer verification when -verify is used

s_time loaded CA material but never turned verification on, so
-verify only changed the depth while handshakes skipped verification.

Signed-off-by: Joshua Rogers <MegaManSec@users.noreply.github.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28857)
apps/s_time.c