Skip to content

Commit ae0cd62

Browse files
Prepare FIPS 3.1.0 release (#2878)
Prepare FIPS v3.1.0 release
1 parent 9e89db3 commit ae0cd62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

crypto/fipsmodule/service_indicator/service_indicator_test.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5254,7 +5254,7 @@ TEST(ServiceIndicatorTest, ED25519SigGenVerify) {
52545254
// Since this is running in FIPS mode it should end in FIPS
52555255
// Update this when the AWS-LC version number is modified
52565256
TEST(ServiceIndicatorTest, AWSLCVersionString) {
5257-
ASSERT_STREQ(awslc_version_string(), "AWS-LC FIPS 3.0.0");
5257+
ASSERT_STREQ(awslc_version_string(), "AWS-LC FIPS 3.1.0");
52585258
}
52595259

52605260
#else
@@ -5297,6 +5297,6 @@ TEST(ServiceIndicatorTest, BasicTest) {
52975297
// Since this is not running in FIPS mode it shouldn't end in FIPS
52985298
// Update this when the AWS-LC version number is modified
52995299
TEST(ServiceIndicatorTest, AWSLCVersionString) {
5300-
ASSERT_STREQ(awslc_version_string(), "AWS-LC 3.0.0");
5300+
ASSERT_STREQ(awslc_version_string(), "AWS-LC 3.1.0");
53015301
}
53025302
#endif // AWSLC_FIPS

include/openssl/base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ extern "C" {
122122
// ServiceIndicatorTest.AWSLCVersionString
123123
// Note: there are two versions of this test. Only one test is compiled
124124
// depending on FIPS mode.
125-
#define AWSLC_VERSION_NUMBER_STRING "3.0.0"
125+
#define AWSLC_VERSION_NUMBER_STRING "3.1.0"
126126

127127
#if defined(BORINGSSL_SHARED_LIBRARY)
128128

0 commit comments

Comments
 (0)