File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
crypto/fipsmodule/service_indicator Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3899,7 +3899,7 @@ TEST(ServiceIndicatorTest, DRBG) {
38993899// Since this is running in FIPS mode it should end in FIPS
39003900// Update this when the AWS-LC version number is modified
39013901TEST (ServiceIndicatorTest, AWSLCVersionString) {
3902- ASSERT_STREQ (awslc_version_string (), " AWS-LC FIPS 1.5.0 " );
3902+ ASSERT_STREQ (awslc_version_string (), " AWS-LC FIPS 1.5.1 " );
39033903}
39043904
39053905#else
@@ -3942,6 +3942,6 @@ TEST(ServiceIndicatorTest, BasicTest) {
39423942// Since this is not running in FIPS mode it shouldn't end in FIPS
39433943// Update this when the AWS-LC version number is modified
39443944TEST (ServiceIndicatorTest, AWSLCVersionString) {
3945- ASSERT_STREQ (awslc_version_string (), " AWS-LC 1.5.0 " );
3945+ ASSERT_STREQ (awslc_version_string (), " AWS-LC 1.5.1 " );
39463946}
39473947#endif // AWSLC_FIPS
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ extern "C" {
216216// ServiceIndicatorTest.AWSLCVersionString
217217// Note: there are two versions of this test. Only one test is compiled
218218// depending on FIPS mode.
219- #define AWSLC_VERSION_NUMBER_STRING " 1.5.0 "
219+ #define AWSLC_VERSION_NUMBER_STRING " 1.5.1 "
220220
221221#if defined(BORINGSSL_SHARED_LIBRARY)
222222
You can’t perform that action at this time.
0 commit comments