]> git.ipfire.org Git - thirdparty/openssl.git/commit
Initial slh-dsa fuzzer 26788/head
authorNeil Horman <nhorman@openssl.org>
Fri, 7 Feb 2025 19:37:57 +0000 (14:37 -0500)
committerTomas Mraz <tomas@openssl.org>
Tue, 18 Feb 2025 09:24:02 +0000 (10:24 +0100)
commit75bc132dec23ac43e8baa85ee1d37c13d52f2f09
treef31b86ac8318682c2b1174f956f4a3d28297ab69
parent0e436524899d58ceea807cf277d7fcffa14f9065
Initial slh-dsa fuzzer

Current preforms the following operations

1) Generates arbitrary key pairs
2) Generates key pairs with parameters (both correct and incorrect)
   based on fuzzer input buffer
3) Exports and re-imports keys, confirming validity
4) Preforms Sign and Verify operations with optional parameters based on
   fuzzer input buffer

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26708)
fuzz/build.info
fuzz/slh-dsa.c [new file with mode: 0644]
test/recipes/99-test_fuzz_sl-dsa.t [new file with mode: 0644]