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

docs: update fips documentation to specify supported libcrypto #4857

Merged
merged 8 commits into from
Oct 28, 2024

Conversation

toidiu
Copy link
Contributor

@toidiu toidiu commented Oct 22, 2024

Description of changes:

This PR updates our documentation to specify the libcryptos (AWS-LC-FIPS or AWS-LC-FIPS-2022) with which s2n-tls offers FIPS mode.

I also updated our CI test to use a tagged version of AWS-LC-FIPS-2022.

Testing:

Tests should continue to pass.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@github-actions github-actions bot added the s2n-core team label Oct 22, 2024
Copy link
Contributor

@lrstewart lrstewart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aws aws deleted a comment from lrstewart Oct 22, 2024
@toidiu toidiu marked this pull request as ready for review October 23, 2024 18:20
@toidiu toidiu requested a review from dougch as a code owner October 23, 2024 18:20
@toidiu toidiu requested a review from lrstewart October 23, 2024 18:20
README.md Outdated Show resolved Hide resolved
api/s2n.h Outdated Show resolved Hide resolved
docs/BUILD.md Outdated Show resolved Hide resolved
docs/BUILD.md Outdated Show resolved Hide resolved
api/s2n.h Outdated Show resolved Hide resolved
lrstewart
lrstewart previously approved these changes Oct 25, 2024
docs/BUILD.md Outdated
Comment on lines 115 to 117
- FIPS mode is supported when s2n-tls is linked with a FIPS validated version of [AWS-LC](https://github.com/aws/aws-lc/blob/main/crypto/fipsmodule/FIPS.md).
- [OpenSSL](https://www.openssl.org/) (versions 1.0.2 - 3.0)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on our offline convo related to the doc comment, "FIPS validated" isn't exactly right

Suggested change
- FIPS mode is supported when s2n-tls is linked with a FIPS validated version of [AWS-LC](https://github.com/aws/aws-lc/blob/main/crypto/fipsmodule/FIPS.md).
- [OpenSSL](https://www.openssl.org/) (versions 1.0.2 - 3.0)
- FIPS mode is supported with versions of AWS-LC [that support
* FIPS](https://github.com/aws/aws-lc/blob/main/crypto/fipsmodule/FIPS.md).
- [OpenSSL](https://www.openssl.org/) (versions 1.0.2 - 3.0)

@toidiu toidiu dismissed lrstewart’s stale review October 25, 2024 22:53

address comment

@toidiu toidiu enabled auto-merge (squash) October 25, 2024 22:58
@toidiu toidiu merged commit b8c463b into aws:main Oct 28, 2024
37 checks passed
@toidiu toidiu deleted the ak-doc-fips branch October 28, 2024 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants