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

Algorithm Test Coverage #36

Closed
SteveLasker opened this issue Apr 8, 2022 · 2 comments
Closed

Algorithm Test Coverage #36

SteveLasker opened this issue Apr 8, 2022 · 2 comments
Milestone

Comments

@SteveLasker
Copy link
Contributor

To support Notary, the following algorithms will need testing:

  1. RSASSA-PSS with SHA-256
  2. RSASSA-PSS with SHA-384
  3. RSASSA-PSS with SHA-512
  4. ECDSA on secp256r1 with SHA-256
  5. ECDSA on secp384r1 with SHA-384
  6. ECDSA on secp521r1 with SHA-512
@SteveLasker SteveLasker added this to the v1-alpha.1 milestone Apr 8, 2022
@shizhMSFT shizhMSFT mentioned this issue Apr 11, 2022
@thomas-fossati
Copy link
Contributor

I have added 4 new test cases to gluecose to cover RSASSA-PSS with SHA-384 and RSASSA-PSS with SHA-512 signing and verification using Sign1.

@qmuntal
Copy link
Contributor

qmuntal commented Apr 20, 2022

I have added 4 new test cases to gluecose to cover RSASSA-PSS with SHA-384 and RSASSA-PSS with SHA-512 signing and verification using Sign1.

These new test cases have been integrated in #44

@SteveLasker we can close this issue. @shizhMSFT bumped the coverage ratio to 93.3% in #41.

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

No branches or pull requests

4 participants