-
Notifications
You must be signed in to change notification settings - Fork 122
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
Add FIPS shared builds on x86 platform. #123
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.
Thank you, Bryce. Did you encounter the error I mentioned in CryptoAlg-723?
No, I think the error may relate to
I encountered some delocate issue when I investigated FIPS build on ARM. But the build succeeded after I changed compiler from Clang-10 to Clang-7. Maybe Clang-10 compiles c code with new assembly syntax which cannot be parsed by the delocate.go. |
Do not modify output when Cipher.doFinal fails
Complete improvements to Weierstrass point additions s2n-bignum original commit: awslabs/s2n-bignum@b9266e7
Complete improvements to Weierstrass point additions s2n-bignum original commit: awslabs/s2n-bignum@b9266e7
Complete improvements to Weierstrass point additions s2n-bignum original commit: awslabs/s2n-bignum@b9266e7 s2n-bignum original commit: awslabs/s2n-bignum@7b4a690
Complete improvements to Weierstrass point additions s2n-bignum original commit: awslabs/s2n-bignum@b9266e7
Complete improvements to Weierstrass point additions
Complete improvements to Weierstrass point additions s2n-bignum original commit: awslabs/s2n-bignum@b9266e7
Issues:
Addresses CryptoAlg-723
Description of changes:
This PR added FIPS shared builds on x86 platform.
Some minor changes of this PR include
tool/bssl isfips
.Call-outs:
Testing:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.