summaryrefslogtreecommitdiff
path: root/lib/KeyRing
AgeCommit message (Expand)Author
2020-05-24Commandline option to use v5 key packets.Joe Crayne
2020-05-19Unified pgp version selection for created key packets.Joe Crayne
2020-05-19Match v5 partial fingerprints from front rather than back.Joe Crayne
2020-05-06Avoid making SHA1 signatures.Joe Crayne
2019-10-13Comment typo.Joe Crayne
2019-10-12try to make understandableAndrew Cady
2019-07-16use all names where previously only ".onion" names were usedAndrew Cady
2019-07-15Switched fingerprint to wrapped ByteString + some module shuffling.Joe Crayne
2019-07-14newtype UidStringAndrew Cady
2019-07-13Finished encapsulation of KeyDB.Joe Crayne
2019-07-13WIP: encapsulation of KeyDB.Joe Crayne
2019-07-13no cpp needed, since my love is unconditionalAndrew Cady
2019-07-13factor out chooseOneNameAndrew Cady
2019-07-11Promote KeyDB to a type.Joe Crayne
2019-07-11WIP: verify command to verify clear-sign PGP signatures.Joe Crayne
2019-07-09redundant importsAndrew Cady
2019-07-09use type moreAndrew Cady
2019-07-08whitespaceAndrew Cady
2019-07-08use a type for outgoing_namesAndrew Cady
2019-07-07trying to clarify setHostnamesAndrew Cady
2019-07-07use a type for the return value of getHostnamesAndrew Cady
2019-07-06Quiet down some of the warnings.Joe Crayne
2019-07-06Minor cleanup, comments.Joe Crayne
2019-07-04Fixed ascii-armor detection.Joe Crayne
2019-07-04Added --show-key=SPEC command to low-level merge api.Joe Crayne
2019-07-04Better error reporting on unsupported packet.Joe Crayne
2019-07-04ASCII-armor support. New dependency: openpgp-asciiarmor.Joe Crayne
2019-07-04fixup! minor refactorAndrew Cady
2019-07-04Make ready for ascii-armor support.Joe Crayne
2019-07-03minor refactorAndrew Cady
2019-07-02Read packet file with larger chunk size.Joe Crayne
2019-07-02Decode packets individually.Joe Crayne
2019-07-02Make KeyKey a proper type.Joe Crayne
2019-07-02Changed KeyKey to avoid serializing bignums.Joe Crayne
2019-07-01More merging of 0bc53f99cfd70f3a18802604d7ef3174d004db4c.Joe Crayne
2019-07-01Attempted to merge 0bc53f99cfd70f3a18802604d7ef3174d004db4c.Joe Crayne
2019-06-30move functions around between files. nothing should be differentAndrew Cady