]> git.ipfire.org Git - thirdparty/openssl.git/commit
apps/speed.c: Support more signature algorithms
authorPavol Žáčik <zacik.pa@gmail.com>
Mon, 11 Aug 2025 10:19:59 +0000 (12:19 +0200)
committerDmitry Belyavskiy <beldmit@gmail.com>
Wed, 20 Aug 2025 14:14:09 +0000 (16:14 +0200)
commit39e286bd26c1e24fb354b30d729fb87015fc3bb3
treebdadd226cdcf93cb8dfc7e18283405f1a5f5bce6
parentdab850f4999e47182cbc1539795049a52e029b70
apps/speed.c: Support more signature algorithms

Some signature algorithms (e.g., ML-DSA-65) cannot be initialized
via EVP_PKEY_sign_init, so try also EVP_PKEY_sign_message_init
before reporting an error.

Fixes #27108.

Signed-off-by: Pavol Žáčik <zacik.pa@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28224)
apps/speed.c