From bfba312d10f6519044fd5d5ff53cb414182e56b8 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 9 Apr 2024 20:10:48 -0400 Subject: [PATCH 1/3] OpenSSL 3.3.0 --- cryptography-linux/openssl-version.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cryptography-linux/openssl-version.sh b/cryptography-linux/openssl-version.sh index 3b84fc1d..9e81059d 100644 --- a/cryptography-linux/openssl-version.sh +++ b/cryptography-linux/openssl-version.sh @@ -1,5 +1,5 @@ -export OPENSSL_VERSION="openssl-3.2.2" -export OPENSSL_SHA256="197149c18d9e9f292c43f0400acaba12e5f52cacfe050f3d199277ea738ec2e7" +export OPENSSL_VERSION="openssl-3.3.0" +export OPENSSL_SHA256="53e66b043322a606abf0087e7699a0e033a37fa13feb9742df35c3a33b18fb02" # We need a base set of flags because on Windows using MSVC # enable-ec_nistp_64_gcc_128 doesn't work since there's no 128-bit type 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" From c72015dd50813a7f596b5f93b02567d9bd30da06 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 17 Jun 2024 07:53:10 -0400 Subject: [PATCH 2/3] Update openssl-version.sh --- cryptography-linux/openssl-version.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cryptography-linux/openssl-version.sh b/cryptography-linux/openssl-version.sh index 9e81059d..10463833 100644 --- a/cryptography-linux/openssl-version.sh +++ b/cryptography-linux/openssl-version.sh @@ -1,5 +1,5 @@ -export OPENSSL_VERSION="openssl-3.3.0" -export OPENSSL_SHA256="53e66b043322a606abf0087e7699a0e033a37fa13feb9742df35c3a33b18fb02" +export OPENSSL_VERSION="openssl-3.3.1" +export OPENSSL_SHA256="777cd596284c883375a2a7a11bf5d2786fc5413255efab20c50d6ffe6d020b7e" # We need a base set of flags because on Windows using MSVC # enable-ec_nistp_64_gcc_128 doesn't work since there's no 128-bit type 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" From e35e7689d740b83f996ae8389025539f5f1c7a95 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 5 Jul 2024 19:01:33 -0400 Subject: [PATCH 3/3] Update openssl-version.sh --- cryptography-linux/openssl-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptography-linux/openssl-version.sh b/cryptography-linux/openssl-version.sh index 10463833..50c2d889 100644 --- a/cryptography-linux/openssl-version.sh +++ b/cryptography-linux/openssl-version.sh @@ -2,5 +2,5 @@ export OPENSSL_VERSION="openssl-3.3.1" export OPENSSL_SHA256="777cd596284c883375a2a7a11bf5d2786fc5413255efab20c50d6ffe6d020b7e" # We need a base set of flags because on Windows using MSVC # enable-ec_nistp_64_gcc_128 doesn't work since there's no 128-bit type -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" +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" export OPENSSL_BUILD_FLAGS="${OPENSSL_BUILD_FLAGS_WINDOWS} enable-ec_nistp_64_gcc_128"