]> git.ipfire.org Git - thirdparty/openssl.git/commit
Added return code checks to SLH_DSA Hash functions and propogated the
authorslontis <shane.lontis@oracle.com>
Thu, 7 Nov 2024 08:01:16 +0000 (19:01 +1100)
committerTomas Mraz <tomas@openssl.org>
Tue, 18 Feb 2025 09:13:53 +0000 (10:13 +0100)
commit30a55b0cf19121e03c300b47e730e06d6e2311b3
tree24a94c00bb35bf466b77009b30dcd1c15df04a63
parent5901ca87baf59ae966ee6cc4bee17b652b359898
Added return code checks to SLH_DSA Hash functions and propogated the
values thru the calling functions.

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)
12 files changed:
crypto/slh_dsa/slh_dsa.c
crypto/slh_dsa/slh_dsa_key.c
crypto/slh_dsa/slh_dsa_local.h
crypto/slh_dsa/slh_fors.c
crypto/slh_dsa/slh_hash.c
crypto/slh_dsa/slh_hash.h
crypto/slh_dsa/slh_hypertree.c
crypto/slh_dsa/slh_wots.c
crypto/slh_dsa/slh_xmss.c
include/crypto/slh_dsa.h
test/recipes/30-test_slh_dsa.t
test/slh_dsa_test.c