]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix ambiguous output of Signature Algorithms
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Thu, 24 Oct 2024 20:29:48 +0000 (22:29 +0200)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 28 Oct 2024 04:54:14 +0000 (05:54 +0100)
commitd0effc370506324ed5d2ab393bc25c1121355e15
treea626963608d7525f9d179c140875979e94a3e487
parent64837a935b56aee29f86c360df60764431870f65
Fix ambiguous output of Signature Algorithms

Signature Algorithms are printed in a SIG+HASH format.
In some cases this is ambiguous like brainpool and RSA-PSS.
And the name of ed25519 and ed448 must be spelled in lower case,
so that the output can be used as a -sigalgs parameter value.

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25797)

(cherry picked from commit f30d6ba455e06572250e75132045eedde5d1daf0)
apps/lib/s_cb.c