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

Commits on Oct 31, 2021

  1. Display signatures on public keys; note whether they are in the trust…

    …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 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    7c4eb4f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Show signature details in a separate table

    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 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    1ce9645 View commit details
    Browse the repository at this point in the history