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

Added coseKid to the CoseResult. #11

Merged
merged 3 commits into from
Sep 6, 2021

Conversation

jbx1
Copy link
Contributor

@jbx1 jbx1 commented Aug 24, 2021

  • Added coseKid to help troubleshoot key mismatch, key not found, or in successful cases to identify which authority key certified the payload.
  • Added factory methods to reduce boiler plate when creating CoseResult with null certificates.
  • Included certificate when there is a kid_mismatch, to be able to identify why the coseKid did not match the certificate kid.

Fixed #12

- Added `coseKid` to help troubleshoot key mismatch, key not found, or in successful cases to identify which authority key certified the payload.
- Added factory methods to reduce boiler plate when creating `CoseResult` with null certificates.
- Included certificate when there is a kid_mismatch, to be able to identify why the `coseKid` did not match the certificate kid.
@jbx1 jbx1 mentioned this pull request Sep 1, 2021
@vanlooverenkoen vanlooverenkoen merged commit e969671 into jeroentrappers:main Sep 6, 2021
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.

Add COSE KID to CoseResult
2 participants