-
Notifications
You must be signed in to change notification settings - Fork 57
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
Support for designated revokers #2160
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2160 +/- ##
==========================================
+ Coverage 77.06% 77.25% +0.18%
==========================================
Files 194 194
Lines 37262 37748 +486
==========================================
+ Hits 28717 29163 +446
- Misses 8545 8585 +40 ☔ View full report in Codecov by Sentry. |
b03d927
to
b17e096
Compare
b17e096
to
599bf2c
Compare
6d5a30f
to
d3bb13c
Compare
…ginning of a list.
…/rnp_key_signature_sign.
…nature_set_hash() and rnp_key_signature_set_revocation_reason().
d3bb13c
to
3c958aa
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.
Thank you @ni4 !
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
Thanks guys! Having two approvals so merging. |
This PR add support for designated revoker/revocation key, partially adding support for custom key signature creation.
Fixes #1785