-
Notifications
You must be signed in to change notification settings - Fork 721
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You probably also want to update https://github.com/aws/s2n-tls/blob/main/docs/BUILD.md#building-with-a-specific-libcrypto
docs/BUILD.md
Outdated
- 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) |
There was a problem hiding this comment.
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
- 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) |
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.