Skip to content

Commit 1be42a3

Browse files
authored
Prepare release 1.41.1 (#2052)
### Description of changes: Prepare release v1.41.1 ### Call-outs: * Forgot version bump for [v1.41.0](https://github.com/aws/aws-lc/releases/tag/v1.41.0). 😬 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.
1 parent df18ce2 commit 1be42a3

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
@@ -5246,7 +5246,7 @@ TEST(ServiceIndicatorTest, ED25519SigGenVerify) {
52465246
// Since this is running in FIPS mode it should end in FIPS
52475247
// Update this when the AWS-LC version number is modified
52485248
TEST(ServiceIndicatorTest, AWSLCVersionString) {
5249-
ASSERT_STREQ(awslc_version_string(), "AWS-LC FIPS 1.40.0");
5249+
ASSERT_STREQ(awslc_version_string(), "AWS-LC FIPS 1.41.1");
52505250
}
52515251

52525252
#else
@@ -5289,6 +5289,6 @@ TEST(ServiceIndicatorTest, BasicTest) {
52895289
// Since this is not running in FIPS mode it shouldn't end in FIPS
52905290
// Update this when the AWS-LC version number is modified
52915291
TEST(ServiceIndicatorTest, AWSLCVersionString) {
5292-
ASSERT_STREQ(awslc_version_string(), "AWS-LC 1.40.0");
5292+
ASSERT_STREQ(awslc_version_string(), "AWS-LC 1.41.1");
52935293
}
52945294
#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 "1.40.0"
125+
#define AWSLC_VERSION_NUMBER_STRING "1.41.1"
126126

127127
#if defined(BORINGSSL_SHARED_LIBRARY)
128128

0 commit comments

Comments
 (0)