From d67c2212802a6ff481ee23d1310e7e5972f5cdf0 Mon Sep 17 00:00:00 2001 From: samuel40791765 Date: Thu, 30 May 2024 17:06:29 +0000 Subject: [PATCH] AWS-LC-FIPS-2.0.11 release preparation --- 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 5e799a8a77..2e37d9b582 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.10"); + ASSERT_STREQ(awslc_version_string(), "AWS-LC FIPS 2.0.11"); } #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.10"); + ASSERT_STREQ(awslc_version_string(), "AWS-LC 2.0.11"); } #endif // AWSLC_FIPS diff --git a/include/openssl/base.h b/include/openssl/base.h index b4cc811c3e..1510a5af7d 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.10" +#define AWSLC_VERSION_NUMBER_STRING "2.0.11" #if defined(BORINGSSL_SHARED_LIBRARY)