summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2023-09-05 11:49:38 +1000
committerPauli <pauli@openssl.org>2023-09-06 18:15:56 +1000
commit09d73d7ba13b868db96476d265c8d99616ca7809 (patch)
tree3c38e6ab8ba63a20673cb9433466eb2a3e6de58c
parentc1673a60e40f6dcd110d1a4ff3e11a3297ada2da (diff)
fips compatibility: update 3.1.1 to 3.1.2
The plan at the moment is to validate 3.1.2 all going well. Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21962)
-rw-r--r--.github/workflows/provider-compatibility.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/provider-compatibility.yml b/.github/workflows/provider-compatibility.yml
index 68d8922383..b675e426c1 100644
--- a/.github/workflows/provider-compatibility.yml
+++ b/.github/workflows/provider-compatibility.yml
@@ -45,9 +45,9 @@ jobs:
url: "https://www.openssl.org/source/openssl-3.0.9.tar.gz",
},
{
- dir: openssl-3.1.1,
- tgz: openssl-3.1.1.tar.gz,
- url: "https://www.openssl.org/source/openssl-3.1.1.tar.gz",
+ dir: openssl-3.1.2,
+ tgz: openssl-3.1.2.tar.gz,
+ url: "https://www.openssl.org/source/openssl-3.1.2.tar.gz",
},
]