Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS-LC-FIPS 3.0.0 reports "1.40.0" as its version string #2150

Open
wlallemand opened this issue Jan 30, 2025 · 1 comment
Open

AWS-LC-FIPS 3.0.0 reports "1.40.0" as its version string #2150

wlallemand opened this issue Jan 30, 2025 · 1 comment

Comments

@wlallemand
Copy link

Problem:

AWS-LC-FIPS 3.0.0 reports "1.40.0" as its version string, indeed openssl/base.h contains:

#define AWSLC_VERSION_NUMBER_STRING "1.40.0"

Where AWS-LC-FIPS 2.0.17 has the right string:

#define AWSLC_VERSION_NUMBER_STRING "2.0.17"

Is this something intentional, will the new 3.0 branch keep the version string corresponding to its non-FIPS version?

@torben-hansen
Copy link
Contributor

Hi!

We modified the version string in PR #1888. The current source code link from the FIPS 3.0 staging branch https://github.com/aws/aws-lc/blob/fips-2024-09-27/include/openssl/base.h#L125.

I think what must have happened is that you checked out the source code using the release tag AWS-LC-FIPS 3.0. Unfortunately, for a few days, the tag AWS-LC-FIPS 3.0 was pointing to the wrong commit. Apologies.

To fix your locally checked out code, I believe you have to delete the tag and check out the release again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants