From 0d8484c22ce02b4cdf6c02a0ce6e973c86da987b Mon Sep 17 00:00:00 2001 From: torben-hansen <50673096+torben-hansen@users.noreply.github.com> Date: Tue, 7 Feb 2023 12:17:50 -0800 Subject: [PATCH] Bump release FIPS version to v1.0.3 (#793) --- 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 7dcf2f2580..b111b01022 100644 --- a/crypto/fipsmodule/service_indicator/service_indicator_test.cc +++ b/crypto/fipsmodule/service_indicator/service_indicator_test.cc @@ -2138,7 +2138,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 1.0.2"); + ASSERT_STREQ(awslc_version_string(), "AWS-LC FIPS 1.0.3"); } #else @@ -2183,6 +2183,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 1.0.2"); + ASSERT_STREQ(awslc_version_string(), "AWS-LC 1.0.3"); } #endif // AWSLC_FIPS diff --git a/include/openssl/base.h b/include/openssl/base.h index 2a36ca2f55..168bfeab21 100644 --- a/include/openssl/base.h +++ b/include/openssl/base.h @@ -206,7 +206,7 @@ extern "C" { // In order to keep track of any changes to AWLC we introduce a string that tracks with the public Github // release version at https://github.com/awslabs/aws-lc -#define AWSLC_VERSION_NUMBER_STRING "1.0.2" +#define AWSLC_VERSION_NUMBER_STRING "1.0.3" #if defined(BORINGSSL_SHARED_LIBRARY)