]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add SLH-DSA signing.
authorslontis <shane.lontis@oracle.com>
Thu, 7 Nov 2024 00:24:06 +0000 (11:24 +1100)
committerTomas Mraz <tomas@openssl.org>
Tue, 18 Feb 2025 09:13:53 +0000 (10:13 +0100)
commite240d39c6c9e78302b5d49555dcd2d6308ff0b43
tree36157a9cb3b58d20fe69f1c2e6eaededf0ea2586
parent8f53b9b59d6786168d10b022859e5d03467022f0
Add SLH-DSA signing.

Also updated function comments.

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)
15 files changed:
crypto/slh_dsa/slh_dsa.c
crypto/slh_dsa/slh_dsa_ctx.c
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_fors.c
crypto/slh_dsa/slh_hypertree.c
crypto/slh_dsa/slh_wots.c
crypto/slh_dsa/slh_xmss.c
include/crypto/slh_dsa.h
providers/implementations/keymgmt/slh_dsa_kmgmt.c
providers/implementations/signature/slh_dsa_sig.c
test/slh_dsa.inc
test/slh_dsa_test.c
util/perl/OpenSSL/paramnames.pm