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

Support for designated revoker? #1785

Closed
kaie opened this issue Mar 21, 2022 · 1 comment · Fixed by #2160
Closed

Support for designated revoker? #1785

kaie opened this issue Mar 21, 2022 · 1 comment · Fixed by #2160
Milestone

Comments

@kaie
Copy link
Contributor

kaie commented Mar 21, 2022

Does RNP already support designated revokers?
https://www.rfc-editor.org/rfc/rfc4880#section-5.2.3.15

If you don't support it yet, and if you add it in the future, you could consider an exception for
rnp_key_remove_signatures(RNP_KEY_SIGNATURE_NON_SELF_SIG)

I'm guessing that the intention of this constant is to remove unnecessary signatures, to create a minimized key.
However, I think that a revocation signature from an authorized revocation key probably should be kept (treated as a self signature).

@ni4
Copy link
Contributor

ni4 commented Mar 22, 2022

@kaie we do not have support for designated revokers yet, this is tracked via the issue #1131
While adding support for it would require some time, initial support for the aforementioned flag may be added first.

@ni4 ni4 added this to the v0.17.0 milestone Mar 22, 2022
@ni4 ni4 modified the milestones: v0.17.0, v0.18.0 Feb 27, 2023
@ni4 ni4 closed this as completed in #2160 Jan 23, 2024
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 a pull request may close this issue.

2 participants