Skip to content

Commit 1b25f37

Browse files
committed
Update openssl fips provider to 3.1.2
1 parent 42cbe36 commit 1b25f37

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
* Revert relenv's cargo home from temp directory back to relenv's data
55
directory.
6+
* Update Openssl FIPS module to 3.1.2
67

78

89
0.20.5

relenv/build/linux.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,8 +466,8 @@ def build_python(env, dirs, logfp):
466466
wait_on=["openssl"],
467467
download={
468468
"url": "https://www.openssl.org/source/openssl-{version}.tar.gz",
469-
"version": "3.0.8",
470-
"checksum": "580d8a7232327fe1fa6e7db54ac060d4321f40ab",
469+
"version": "3.1.2",
470+
"checksum": "206036c21264e53f0196f715d81d905742e6245b",
471471
"checkfunc": tarball_version,
472472
"checkurl": "https://www.openssl.org/source/",
473473
},

0 commit comments

Comments
 (0)