]> git.ipfire.org Git - thirdparty/openssl.git/commit
slh-dsa: add signature generation tests
authorPauli <ppzgs1@gmail.com>
Fri, 14 Feb 2025 01:55:21 +0000 (12:55 +1100)
committerPauli <ppzgs1@gmail.com>
Thu, 20 Feb 2025 00:17:40 +0000 (11:17 +1100)
commit9531a1de0fb381ad079680be898e5b8e889e5b6c
treeed6e22d20bfb1570b40f2ea22bc8e5418974612b
parent8029960bbc499dffff8d800d3b7825390169992e
slh-dsa: add signature generation tests

This marks the first use of the extended test feature in evp_test.
The reason behind this is the amount of time the full SLH-DSA tests consume.
The non-extended tests chosen so that they exercise all of the algorithms
at least once and all the varying combinations of features for the fast
algorithms.

On my build machine the full test suite takes: 290 seconds.
With the reduction to a dozen tests it takes: 10.5 seconds.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/26750)
test/recipes/30-test_evp_data/evppkey_slh_dsa_siggen.txt [new file with mode: 0644]