]> git.ipfire.org Git - thirdparty/openssl.git/commit
ML-DSA: Change ossl_ml_dsa_key_public_from_private() to check that the
authorslontis <shane.lontis@oracle.com>
Mon, 10 Feb 2025 07:06:17 +0000 (18:06 +1100)
committerTomas Mraz <tomas@openssl.org>
Fri, 14 Feb 2025 17:02:28 +0000 (18:02 +0100)
commitbd8954bfe50b3271475099bcb53565bcb1763e81
treeae10c36221fc2bd7d111e15d752849135d1674e2
parent51ca035abbb0b0911c89373c39f5dcbdb86a2d9a
ML-DSA: Change ossl_ml_dsa_key_public_from_private() to check that the
decoded value of t0 matches the calculated value of t0.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26681)
crypto/ml_dsa/ml_dsa_encoders.c
crypto/ml_dsa/ml_dsa_key.c
test/ml_dsa_test.c