-
Notifications
You must be signed in to change notification settings - Fork 0
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 new tests for ES{256,384,512} #4
Conversation
8b4c4f6
to
88b8c2c
Compare
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.
LGTM!
I've successfully used these new tests in veraison/go-cose#19. Just one comment: Verify cases don't need private key parameters. I would remove them to avoid confusion. |
awesome!
👍 will drop "d" from those. |
* fix indentation * add missing external data * fix string encoding in diagnostic CBOR * set a sensible title and description Signed-off-by: Thomas Fossati <[email protected]>
* ECDSA w/ SHA-256 (sign) * ECDSA w/ SHA-256 (successful verify) * ECDSA w/ SHA-384 (sign) * ECDSA w/ SHA-384 (successful verify) * ECDSA w/ SHA-512 (sign) * ECDSA w/ SHA-512 (successful verify) Also add ES512 to the list of accepted algorithms in the schema Signed-off-by: Thomas Fossati <[email protected]>
Signed-off-by: Thomas Fossati <[email protected]>
Signed-off-by: Thomas Fossati <[email protected]>
Signed-off-by: Thomas Fossati <[email protected]>
Signed-off-by: Thomas Fossati <[email protected]>
Hearing no dissenting voices I'm going to merge this PR. |
Also a bunch of fixes and some cleanup.
Partially addresses #1