From b828090d53b96c5133d0ed96ee9f8f6e3f78a802 Mon Sep 17 00:00:00 2001 From: Torben Hansen <50673096+torben-hansen@users.noreply.github.com> Date: Fri, 12 Sep 2025 15:04:42 -0700 Subject: [PATCH] AWS-LC-FIPS v4.0.0 --- CMakeLists.txt | 4 ++-- include/openssl/base.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dfd372df50..b838a6cd90 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,8 +4,8 @@ if(POLICY CMP0091) cmake_policy(SET CMP0091 NEW) endif() -set(SOFTWARE_NAME "awslc") -set(SOFTWARE_VERSION "1.61.0") +set(SOFTWARE_NAME "awslcfips4") +set(SOFTWARE_VERSION "4.0.0") set(ABI_VERSION 0) set(CRYPTO_LIB_NAME "crypto") set(SSL_LIB_NAME "ssl") diff --git a/include/openssl/base.h b/include/openssl/base.h index a07ed6b8e8..81e89357b6 100644 --- a/include/openssl/base.h +++ b/include/openssl/base.h @@ -122,7 +122,7 @@ extern "C" { // ServiceIndicatorTest.AWSLCVersionString // Note: there are two versions of this test. Only one test is compiled // depending on FIPS mode. -#define AWSLC_VERSION_NUMBER_STRING "1.61.0" +#define AWSLC_VERSION_NUMBER_STRING "4.0.0" #if defined(BORINGSSL_SHARED_LIBRARY)