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

Fix the mistake of signature algorithm number #349

Merged

Conversation

akakou
Copy link
Contributor

@akakou akakou commented Feb 6, 2024

TPMUSignature.ECDAA() incorrectly checked whether the signature algorithm is RSASSA, so this commit fixes it.

Update: TPMAlgRSASSA => TPMAlgECDAA

`TPMUSignature.ECDAA()` incorrectly checked whether 
the signature algorithm is `RSASSA`, so this commit fixes it.

Update: `TPMAlgRSASSA` => `TPMAlgECDAA`
@akakou akakou requested review from alexmwu, jkl73 and a team as code owners February 6, 2024 11:24
akakou added a commit to akakou/ecdaa that referenced this pull request Feb 6, 2024
Copy link
Contributor

@jkl73 jkl73 left a comment

Choose a reason for hiding this comment

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

thanks for the fix!

@akakou
Copy link
Contributor Author

akakou commented Feb 6, 2024

@jkl73

Could you please merge this PR?
I probably don't have permission to merge.

@josephlr josephlr merged commit 638c2b8 into google:main Feb 6, 2024
4 checks passed
@akakou
Copy link
Contributor Author

akakou commented Feb 6, 2024

@josephlr

Thank you so much!

@chrisfenner
Copy link
Member

Thank you for catching and fixing this, @akakou !

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.

4 participants