]> git.ipfire.org Git - thirdparty/openssl.git/commit
ML_DSA - Fix bug in OSSL_PKEY_PARAM_SECURITY_BITS getter.
authorslontis <shane.lontis@oracle.com>
Fri, 21 Mar 2025 04:46:52 +0000 (15:46 +1100)
committerslontis <shane.lontis@oracle.com>
Fri, 21 Mar 2025 04:57:31 +0000 (15:57 +1100)
commit3c1f50ad6f3d9dbbce095e83a59e6cd64cabe65e
treea93629e35d81448cb31bfa9e930c0c94777984a8
parent95051052b319d346a8aa3d34d6105d683bb77294
ML_DSA - Fix bug in OSSL_PKEY_PARAM_SECURITY_BITS getter.

Reported by @romen

It was off by a factor of 8.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27110)
providers/implementations/keymgmt/ml_dsa_kmgmt.c
test/ml_dsa_test.c