-
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
Add support for v5 keys/signatures. #2111
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2111 +/- ##
==========================================
+ Coverage 76.97% 77.07% +0.10%
==========================================
Files 194 194
Lines 37074 37257 +183
==========================================
+ Hits 28536 28715 +179
- Misses 8538 8542 +4 ☔ View full report in Codecov by Sentry. |
e5f35c7
to
c1a099a
Compare
c1a099a
to
6614927
Compare
@@ -2573,19 +2583,22 @@ process_pgp_source(pgp_parse_handler_t *handler, pgp_source_t &src) | |||
src_close(&datasrc); | |||
} else { | |||
if (handler->ctx->detached) { | |||
RNP_LOG("Detached signature expected."); | |||
RNP_LOG("Attached signature expected."); |
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.
-Detached
+Attached
is this correct?
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.
@antonsviridenko Yeah, some sort of double-check with typo from early times. Noticed when worked on surrounding code.
74460c6
to
7ff058e
Compare
7ff058e
to
769dbff
Compare
769dbff
to
e0d75cc
Compare
9957507
to
058888d
Compare
058888d
to
5c3f339
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 !
This is yet draft PR and now is intended to check added functionality via CI. MUST not be merged!
It includes:
What is going to be added: