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

make stringToKeySpecifier a real type #9

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

Commits on Sep 13, 2018

  1. Write out reason for revocation subpacket

    When building subpackets for a Signature, ensure a "reason for
    revocation" subpacket is added if the Signature is a
    SigTypeKeyRevocation.
    
    See https://tools.ietf.org/html/rfc4880#section-5.2.3.23
    Paul M Furley committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    7550fb7 View commit details
    Browse the repository at this point in the history
  2. openpgp: use latest subkey binding signature

    Rather than using the *first* subkey binding signature encountered, use
    the one with the most recent creation data, as per the recommendation from RFC
    4880:
    
    > An implementation that encounters multiple self-signatures on the
    > same object may resolve the ambiguity in any way it sees fit, but it
    > is RECOMMENDED that priority be given to the most recent self-
    > signature.
    
    This allows subkeys to approach expiry then be re-signed with a new
    expiry.
    Paul M Furley committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    891bd1d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from fluidkeys/use-latest-subkey-binding-signature

    openpgp: use latest subkey binding signature
    Paul M Furley authored Sep 13, 2018
    Configuration menu
    Copy the full SHA
    ec31046 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. make stringToKeySpecifier a real type

    rather than type alias.
    idrysdale committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    896d0cf View commit details
    Browse the repository at this point in the history