-
Notifications
You must be signed in to change notification settings - Fork 334
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
Allow specifying OpenPGP implementation to use for signing #3094
Conversation
88fd737
to
2f5e5db
Compare
2f5e5db
to
c57403e
Compare
I'm curious about hardware tokens. Will those be supported with a unified CLI interface as well? |
c57403e
to
3b88281
Compare
Yes, I actually tested that with my Yubikey and found a couple of issues I fixed. This, of course, depends on the underlying SOP implementation that's used. |
Okay folks, thanks for the great feedback! I need to install the type-checking tools locally not to spam the CI. I'll be back with the adjustments (all valid points! 🙇 ) |
3b88281
to
43a85d8
Compare
5028264
to
49e8075
Compare
49e8075
to
84a0f98
Compare
7de844c
to
efc0a77
Compare
aa13165
to
efc0a77
Compare
9231cb6
to
a949723
Compare
12f445e
to
396ccdb
Compare
Okay, I've adjusted the PR and included manpage changes. The CI failures don't look to be related (please correct me if I'm wrong). Thanks! 👋 |
396ccdb
to
331132d
Compare
3cc7fd4
to
d8201f8
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.
LGTM, apart from the nits.
d8201f8
to
8666c94
Compare
Phew, thanks for your time! Nits resolved 😅 |
8666c94
to
5a1e85a
Compare
46ccdad
to
94ac780
Compare
94ac780
to
c315931
Compare
Hi 👋
I'm pushing a first preview of SOP signing for SHA256SUMs. I've tested that locally and also added tests for rsop and old gpg (just in case) and will begin to refactor this a bit. Since I'm new to both mkosi and Python I think it's good to get feedback earlier in the process if something looks particularly wrong here.
Note that I've tried to make it as minimal as possible with no nice-to-have adjustments mentioned in #3042.
Fixes: #3042
CC: @dvzrv