]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add SLH-DSA key generation
authorslontis <shane.lontis@oracle.com>
Wed, 6 Nov 2024 10:45:29 +0000 (21:45 +1100)
committerTomas Mraz <tomas@openssl.org>
Tue, 18 Feb 2025 09:13:53 +0000 (10:13 +0100)
commit8f53b9b59d6786168d10b022859e5d03467022f0
tree3ae9104c0ab5094bfd4d01fdbbfe6519f44b52e9
parent2f9e152d86a750753ea729f8c9d79d764a73f20c
Add SLH-DSA key generation

Also made fromdata able to generate the public root key if the private
key seed + prf as well as the public key seed are passed to from data.

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)
crypto/slh_dsa/slh_dsa_key.c
crypto/slh_dsa/slh_dsa_key.h
crypto/slh_dsa/slh_dsa_local.h
crypto/slh_dsa/slh_wots.c
crypto/slh_dsa/slh_xmss.c
include/crypto/slh_dsa.h
providers/implementations/keymgmt/slh_dsa_kmgmt.c
test/slh_dsa.inc
test/slh_dsa_test.c
util/perl/OpenSSL/paramnames.pm