]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Use correct version of 3.1 build for FIPS provider.
authorPauli <pauli@openssl.org>
Wed, 13 Sep 2023 02:06:20 +0000 (12:06 +1000)
committerPauli <pauli@openssl.org>
Thu, 14 Sep 2023 04:33:57 +0000 (14:33 +1000)
We're (currently) intending to validate 3.1.2 against FIPS 140-3.

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

.github/workflows/provider-compatibility.yml

index b675e426c173da1850145c1ac6082e1a4b82a203..f118db1aee5f900d24f5264aa15be624a7fdb918 100644 (file)
@@ -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