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

Display signatures on Public Keys when present #419

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dwymark
Copy link

@dwymark dwymark commented Oct 31, 2021

Display information about signatures on public keys which is collected by libzypp via libzypp PR 354. Display this information in a manner which is informative while not being confusing.

This work is being done with zypper issue 348 in mind.

…ed keyring

There may be a better way to display this information. This is only a first cut.
Most signatures are likely to be unknown. Label these as simply "Signature".
In the case that a signature is already in the trusted keyring, label it
"Trusted signature".
@dwymark dwymark marked this pull request as draft October 31, 2021 19:01
There are at least two pieces of information that we need
to display for each signature: the "familiarity" of the
signature (unknown, known, or trusted) and the key ID of
the signature.

This data might be easier to display to the user in a
tabular format, as in this commit.
@dwymark dwymark marked this pull request as ready for review November 27, 2021 03:37
@dwymark dwymark changed the title WIP: Display signatures on Public Keys when present Display signatures on Public Keys when present Nov 27, 2021
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.

None yet

1 participant