From de66bc0657508e298ef4c9c0c059346fd38129f8 Mon Sep 17 00:00:00 2001 From: Justin W Smith <103147162+justsmth@users.noreply.github.com> Date: Wed, 17 Jan 2024 10:53:43 -0500 Subject: [PATCH] FIPS 2.0.5 release version number update (#1405) --- crypto/fipsmodule/service_indicator/service_indicator_test.cc | 4 ++-- include/openssl/base.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crypto/fipsmodule/service_indicator/service_indicator_test.cc b/crypto/fipsmodule/service_indicator/service_indicator_test.cc index 93a4acb60f..7949d92a19 100644 --- a/crypto/fipsmodule/service_indicator/service_indicator_test.cc +++ b/crypto/fipsmodule/service_indicator/service_indicator_test.cc @@ -4051,7 +4051,7 @@ TEST(ServiceIndicatorTest, DRBG) { // Since this is running in FIPS mode it should end in FIPS // Update this when the AWS-LC version number is modified TEST(ServiceIndicatorTest, AWSLCVersionString) { - ASSERT_STREQ(awslc_version_string(), "AWS-LC FIPS 2.0.4"); + ASSERT_STREQ(awslc_version_string(), "AWS-LC FIPS 2.0.5"); } #else @@ -4094,6 +4094,6 @@ TEST(ServiceIndicatorTest, BasicTest) { // Since this is not running in FIPS mode it shouldn't end in FIPS // Update this when the AWS-LC version number is modified TEST(ServiceIndicatorTest, AWSLCVersionString) { - ASSERT_STREQ(awslc_version_string(), "AWS-LC 2.0.4"); + ASSERT_STREQ(awslc_version_string(), "AWS-LC 2.0.5"); } #endif // AWSLC_FIPS diff --git a/include/openssl/base.h b/include/openssl/base.h index e40b72dbba..b631956f8d 100644 --- a/include/openssl/base.h +++ b/include/openssl/base.h @@ -214,7 +214,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 "2.0.4" +#define AWSLC_VERSION_NUMBER_STRING "2.0.5" #if defined(BORINGSSL_SHARED_LIBRARY)