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

Add RSAPSS FIPS test with KAT #2277

Merged
merged 1 commit into from
Aug 11, 2023
Merged

Conversation

Wenxing-hou
Copy link
Contributor

Fix: #2256

@Wenxing-hou Wenxing-hou marked this pull request as draft August 3, 2023 01:28
@Wenxing-hou Wenxing-hou marked this pull request as ready for review August 7, 2023 01:14
@Wenxing-hou Wenxing-hou marked this pull request as draft August 7, 2023 01:57
sig_size = sizeof(signature);
libspdm_zero_mem(signature, sig_size);

const uint8_t public_n[] = {
Copy link
Member

Choose a reason for hiding this comment

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

please document where this is from, such as openssl.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks. I have added the comment for the test vectors.

Fix the issue: DMTF#2256

Signed-off-by: Wenxing Hou <[email protected]>
@Wenxing-hou Wenxing-hou changed the title Add RSAPSS FIPS test with PCT Add RSAPSS FIPS test with KAT Aug 7, 2023
@Wenxing-hou Wenxing-hou marked this pull request as ready for review August 8, 2023 01:17
@jyao1 jyao1 merged commit 7a10331 into DMTF:main Aug 11, 2023
90 checks passed
@Wenxing-hou Wenxing-hou deleted the add_rsapss_fips_pct branch June 25, 2024 03:11
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.

Self-Test for RSA-PSS Algorithm is missing
3 participants