]> git.ipfire.org Git - thirdparty/openssl.git/commit
Enable LMS on provider compat fips build for 3.6
authorNeil Horman <nhorman@openssl.org>
Sun, 14 Sep 2025 17:13:00 +0000 (13:13 -0400)
committerNeil Horman <nhorman@openssl.org>
Mon, 15 Sep 2025 12:25:43 +0000 (08:25 -0400)
commit567cbe4e2ab51624da5feceefea1b9d5a61d7f36
treec9d8379282a29345d24aa1a853908884fcd66460
parent75c7aae5fc8fe4c8d280613bff8d8bf3da0e8c40
Enable LMS on provider compat fips build for 3.6

The LMS test for fips assumes that LMS is available in the provider in
any version equal to or later than 3.6.

We should probably augment the test such that instead of just checking
the openssl version, we instead query the provider to see if the needed
algs are available to use LMS.

But given the current state of affairs, it seems more sensible to just
enable lms in the 3.6 fips provider build to ensure lms gets tested.

Fixes openssl/project#1435

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/28541)

(cherry picked from commit 0e9415d583b686ac28e22bdf82433ff1e90ff0b2)
.github/workflows/provider-compatibility.yml