summaryrefslogtreecommitdiff
path: root/guix/openpgp.scm
AgeCommit message (Expand)Author
2021-03-02openpgp: Remove now unnecessary procedure.Ludovic Courtès
2020-10-14openpgp: '&openpgp-unrecognized-packet-error' includes type tag.Ludovic Courtès
2020-09-29openpgp: Fix argument order of 'fxbit-set?'.Lars-Dominik Braun
2020-06-23openpgp: Use Libgcrypt's crc24 implementation.Ludovic Courtès
2020-05-04openpgp: Add missing type predicate for '&openpgp-invalid-signature-error'.Ludovic Courtès
2020-05-04openpgp: Raise error conditions instead of calling 'error'.Ludovic Courtès
2020-05-04openpgp: Add 'string->openpgp-packet'.Ludovic Courtès
2020-05-04openpgp: 'lookup-key-by-{id,fingerprint}' return the key first.Ludovic Courtès
2020-05-04openpgp: 'verify-openpgp-signature' looks up by fingerprint when possible.Ludovic Courtès
2020-05-04openpgp: Add 'lookup-key-by-fingerprint'.Ludovic Courtès
2020-05-04openpgp: Store the issuer key id and fingerprint in <openpgp-signature>.Ludovic Courtès
2020-05-04openpgp: Decode the issuer-fingerprint signature subpacket.Ludovic Courtès
2020-05-04Add (guix openpgp).Ludovic Courtès