]> git.ipfire.org Git - thirdparty/openssl.git/commit
SLH-DSA: Add EVP_PKEY_CTX_dup() support.
authorslontis <shane.lontis@oracle.com>
Tue, 11 Feb 2025 04:30:59 +0000 (15:30 +1100)
committerTomas Mraz <tomas@openssl.org>
Tue, 18 Feb 2025 09:17:29 +0000 (10:17 +0100)
commit0e436524899d58ceea807cf277d7fcffa14f9065
tree60337b014e1bee18312692bb17df065161a8e4e2
parent3fcefd51a11058ebf679f858608e419f807679b9
SLH-DSA: Add EVP_PKEY_CTX_dup() support.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/26701)
crypto/slh_dsa/slh_dsa_hash_ctx.c
crypto/slh_dsa/slh_dsa_key.h
crypto/slh_dsa/slh_dsa_local.h
include/crypto/slh_dsa.h
providers/implementations/keymgmt/slh_dsa_kmgmt.c
providers/implementations/signature/slh_dsa_sig.c
test/slh_dsa_test.c