From: Pauli Date: Wed, 13 Sep 2023 02:06:20 +0000 (+1000) Subject: Use correct version of 3.1 build for FIPS provider. X-Git-Tag: openssl-3.2.0-alpha2~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f51b2279eda1e0cffb3400c2e5b5c3771f62ea7;p=thirdparty%2Fopenssl.git Use correct version of 3.1 build for FIPS provider. We're (currently) intending to validate 3.1.2 against FIPS 140-3. Reviewed-by: Tomas Mraz Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/22088) --- diff --git a/.github/workflows/provider-compatibility.yml b/.github/workflows/provider-compatibility.yml index b675e426c17..f118db1aee5 100644 --- a/.github/workflows/provider-compatibility.yml +++ b/.github/workflows/provider-compatibility.yml @@ -179,7 +179,7 @@ jobs: # later providers. Problems in these situations ought to be # caught by cross branch testing before the release. tree_a: [ branch-master, branch-3.1, branch-3.0, - openssl-3.0.0, openssl-3.0.8, openssl-3.0.9, openssl-3.1.1 ] + openssl-3.0.0, openssl-3.0.8, openssl-3.0.9, openssl-3.1.2 ] tree_b: [ branch-master, branch-3.1, branch-3.0 ] steps: - name: early exit checks