]> 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:52:48 +0000 (05:52 +0100)
commitf30d6ba455e06572250e75132045eedde5d1daf0
tree053d605f4a00e56bb90d493de0c95b34fce38b91
parent80026e5d9e934907f5847d69ca0d8189765af6f3
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)
apps/lib/s_cb.c