From: Neil Horman Date: Sun, 14 Sep 2025 17:13:00 +0000 (-0400) Subject: Enable LMS on provider compat fips build for 3.6 X-Git-Tag: openssl-3.6.0-beta1~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=567cbe4e2ab51624da5feceefea1b9d5a61d7f36;p=thirdparty%2Fopenssl.git 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 Reviewed-by: Paul Dale Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/28541) (cherry picked from commit 0e9415d583b686ac28e22bdf82433ff1e90ff0b2) --- diff --git a/.github/workflows/provider-compatibility.yml b/.github/workflows/provider-compatibility.yml index 98e5248fc02..00ebb8f2c74 100644 --- a/.github/workflows/provider-compatibility.yml +++ b/.github/workflows/provider-compatibility.yml @@ -141,7 +141,7 @@ jobs: name: openssl-3.6, dir: branch-3.6, tgz: branch-3.6.tar.gz, - extra_config: "", + extra_config: "enable-lms", }, { name: master, dir: branch-master,