]> git.ipfire.org Git - thirdparty/openssl.git/commit
Report s_client chain cert pkey alg correctly
authorViktor Dukhovni <openssl-users@dukhovni.org>
Sun, 23 Mar 2025 13:50:39 +0000 (00:50 +1100)
committerTomas Mraz <tomas@openssl.org>
Thu, 27 Mar 2025 09:40:29 +0000 (10:40 +0100)
commitaeb797594b28f8bd3e2cc1fa8a51ba7f1aea1b1d
treea1341b44d7d67554640d9309b019a5e2284e966a
parentb7d3c729b14ccd9d23437d8ae107020a4332af72
Report s_client chain cert pkey alg correctly

In particular provided keys are also supported, and for EC keys we
report the group rather than the bit count.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27131)
apps/s_client.c