Skip to content

Commit fc4690f

Browse files
authored
openssl 3.5.5 (#734)
* openssl 3.5.5 * Increase Docker image build timeout to 20 minutes
1 parent df46f44 commit fc4690f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
jobs:
2222
build:
2323
runs-on: ${{ matrix.IMAGE.RUNNER }}
24-
timeout-minutes: 10
24+
timeout-minutes: 20
2525
permissions:
2626
contents: read
2727
packages: write

cryptography-linux/openssl-version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
export OPENSSL_VERSION="openssl-3.5.4"
2-
export OPENSSL_SHA256="967311f84955316969bdb1d8d4b983718ef42338639c621ec4c34fddef355e99"
1+
export OPENSSL_VERSION="openssl-3.5.5"
2+
export OPENSSL_SHA256="b28c91532a8b65a1f983b4c28b7488174e4a01008e29ce8e69bd789f28bc2a89"
33
# We need a base set of flags because on Windows using MSVC
44
# enable-ec_nistp_64_gcc_128 doesn't work since there's no 128-bit type
55
export OPENSSL_BUILD_FLAGS_WINDOWS="no-ssl3 no-ssl3-method no-zlib no-shared no-module no-comp no-dynamic-engine no-apps no-docs no-sm2-precomp no-atexit"

0 commit comments

Comments
 (0)