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 revokers #2160

Merged
merged 12 commits into from
Jan 23, 2024
Merged

Conversation

ni4
Copy link
Contributor

@ni4 ni4 commented Dec 22, 2023

This PR add support for designated revoker/revocation key, partially adding support for custom key signature creation.

Fixes #1785

src/lib/rnp.cpp Fixed Show fixed Hide fixed
src/lib/rnp.cpp Fixed Show fixed Hide fixed
Copy link

codecov bot commented Dec 22, 2023

Codecov Report

Attention: 48 lines in your changes are missing coverage. Please review.

Comparison is base (07745e2) 77.06% compared to head (3c958aa) 77.25%.

Files Patch % Lines
src/lib/rnp.cpp 82.42% 29 Missing ⚠️
src/lib/pgp-key.cpp 91.00% 9 Missing ⚠️
src/tests/support.cpp 87.23% 6 Missing ⚠️
src/librepgp/stream-dump.cpp 0.00% 2 Missing ⚠️
src/librepgp/stream-sig.cpp 92.59% 2 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@ni4 ni4 changed the title Ni4 1785 designated revokers support new Support for designated revokers Dec 24, 2023
@ni4 ni4 force-pushed the ni4-1785-designated-revokers-support-new branch 2 times, most recently from b03d927 to b17e096 Compare December 28, 2023 12:56
@ni4 ni4 force-pushed the ni4-1785-designated-revokers-support-new branch from b17e096 to 599bf2c Compare January 5, 2024 12:59
@ni4 ni4 force-pushed the ni4-1785-designated-revokers-support-new branch 4 times, most recently from 6d5a30f to d3bb13c Compare January 18, 2024 13:29
@ni4 ni4 marked this pull request as ready for review January 18, 2024 14:00
@ni4 ni4 force-pushed the ni4-1785-designated-revokers-support-new branch from d3bb13c to 3c958aa Compare January 22, 2024 12:36
Copy link
Contributor

@ronaldtse ronaldtse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @ni4 !

Copy link
Member

@maxirmx maxirmx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@ni4
Copy link
Contributor Author

ni4 commented Jan 23, 2024

Thanks guys! Having two approvals so merging.

@ni4 ni4 merged commit cd44b0f into main Jan 23, 2024
115 checks passed
@ni4 ni4 deleted the ni4-1785-designated-revokers-support-new branch January 23, 2024 17:00
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.

Support for designated revoker?
3 participants