From edd63c2f7e73ebb21c76455d1f6f8d7dbcfbb314 Mon Sep 17 00:00:00 2001 From: dkostic <25055813+dkostic@users.noreply.github.com> Date: Tue, 14 Mar 2023 08:36:35 -0700 Subject: [PATCH] Bump release version to v1.5.1 (#871) Co-authored-by: dkostic --- 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 043f838db9..b6e187299e 100644 --- a/crypto/fipsmodule/service_indicator/service_indicator_test.cc +++ b/crypto/fipsmodule/service_indicator/service_indicator_test.cc @@ -3899,7 +3899,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.5.0"); + ASSERT_STREQ(awslc_version_string(), "AWS-LC FIPS 1.5.1"); } #else @@ -3942,6 +3942,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.5.0"); + ASSERT_STREQ(awslc_version_string(), "AWS-LC 1.5.1"); } #endif // AWSLC_FIPS diff --git a/include/openssl/base.h b/include/openssl/base.h index 2f3e8a9b9b..deced99f0a 100644 --- a/include/openssl/base.h +++ b/include/openssl/base.h @@ -216,7 +216,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.5.0" +#define AWSLC_VERSION_NUMBER_STRING "1.5.1" #if defined(BORINGSSL_SHARED_LIBRARY)