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

RSA key pair-wise consistency test with approved APIs #1518

Merged
merged 4 commits into from
Apr 5, 2024

Conversation

dkostic
Copy link
Contributor

@dkostic dkostic commented Apr 2, 2024

Description of changes:

This commit reverts a change done in:
c8bdf89,
where the RSA PWCT was implemented using RSA_sign/verify API.
According to our FIPS lab we ought to use the approved
EVP_DigestSign/Verify API, which is what we do in this commmit.

Call-outs:

Point out areas that need special attention or support during the review process. Discuss architecture or design changes.

Testing:

How is this change tested (unit tests, fuzz tests, etc.)? Are there any testing steps to be verified by the reviewer?

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.

This commit reverts a change done in:
c8bdf89,
where the RSA PWCT was implemented using RSA_sign/verify API.
According to our FIPS vendor we ought to use the approved
EVP_DigestSign/Verify API, which is what we do in this commmit.
@dkostic dkostic requested a review from a team as a code owner April 2, 2024 21:04
@skmcgrail skmcgrail self-requested a review April 2, 2024 22:23
@dkostic dkostic merged commit d3ad9d3 into aws:main Apr 5, 2024
45 checks passed
@dkostic dkostic deleted the rsa-pct-revert branch April 5, 2024 18:20
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

Successfully merging this pull request may close these issues.

3 participants