]> git.ipfire.org Git - thirdparty/openssl.git/commit
Update SLH-DSAto use EVP_PKEY_sign_message_init() instead of using the
authorslontis <shane.lontis@oracle.com>
Sun, 10 Nov 2024 23:41:35 +0000 (10:41 +1100)
committerTomas Mraz <tomas@openssl.org>
Tue, 18 Feb 2025 09:17:29 +0000 (10:17 +0100)
commited77201a26239509821c4bcd33045e3c417d0ccf
treee2bb051f419d5058bbcda4fe3c19128684dc45d0
parentacdd2c8bff7952d17b3cd61143c7f0b6cb3d7398
Update SLH-DSAto use EVP_PKEY_sign_message_init() instead of using the
prehashed variant.

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25882)
doc/designs/slh-dsa.md
doc/man7/EVP_SIGNATURE-SLH-DSA.pod
providers/implementations/signature/slh_dsa_sig.c
test/slh_dsa_test.c