]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add LMS to the fips provider.
authorslontis <shane.lontis@oracle.com>
Tue, 1 Oct 2024 06:17:05 +0000 (16:17 +1000)
committerPauli <ppzgs1@gmail.com>
Thu, 10 Jul 2025 09:03:46 +0000 (19:03 +1000)
commit48af66aef72d482d41beafaf919b71e1dcb491b8
tree0d35f2a1ca75fa285418cbdb93b273ae0056fd80
parent1c2fc7c3e04cc1334fa7a88454e5614e3b13dd6d
Add LMS to the fips provider.

This required the LMS keymanager to have an export function.
The self test will be provided by HSS, which covers the LMS case.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/27885)
crypto/lms/build.info
providers/fips/fipsprov.c
providers/implementations/keymgmt/build.info
providers/implementations/keymgmt/lms_kmgmt.c
providers/implementations/signature/build.info
providers/implementations/signature/lms_signature.c [moved from providers/implementations/signature/lms_sig.c with 98% similarity]
test/lms_test.c
test/recipes/30-test_lms.t