summaryrefslogtreecommitdiff
path: root/lib/KeyRing.hs
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-03Corrected tag ssh-host to ssh-server for ssh self-auth UID.Joe Crayne
2019-10-13fix private key outputAndrew 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-13cpp conditionals died of old ageAndrew Cady
2019-07-11Promote KeyDB to a type.Joe Crayne
2019-07-09whitespaceAndrew Cady
2019-07-09redundant importsAndrew Cady
2019-07-08use a type for outgoing_namesAndrew Cady
2019-07-07use a type for the return value of getHostnamesAndrew Cady
2019-07-06Minor refactorJoe Crayne
2019-07-04Fix pattern fail.Joe Crayne
2019-07-04ASCII-armor support. New dependency: openpgp-asciiarmor.Joe Crayne
2019-07-04Make ready for ascii-armor (write) support.Joe Crayne
2019-07-04add type sigsJoe Crayne
2019-07-04use a typeAndrew Cady
2019-07-04Make ready for ascii-armor support.Joe Crayne
2019-07-03fix errant whitespaceAndrew Cady
2019-07-01refactor without semantic effectAndrew Cady
2019-07-01remove unused functionAndrew Cady
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
2016-09-01Password handling overhaul:joe
2016-08-31New command to rename subkeys.joe
2016-08-30Factored Transforms out of goliath KeyRing module.joe
2016-08-30Switched cache update to lib/Keyring.hs interface.joe
2016-08-30Avoid unneccessary decryption.joe
2016-08-29Removed redundant "Packet" from output of packet.joe
2016-08-29cokiki build fix & show --packets option.joe
2016-08-29Added "encrypt" and "sign" keys to be generated.joe
2016-08-29Better gpg-agent support.joe
2016-08-28Refactored for smaller modules (faster rebuild).joe
2016-08-28Basic gpg-agent support.joe
2016-08-27Replaced dataenc with memory.joe
2016-08-25Implemented key encryption.joe
2016-08-25Show cipher for password-protected keys.joe
2016-08-25Progress toward encrypting keys.joe
2016-04-30comments and type signaturesJames Crayne
2016-04-29build fixesjoe
2016-04-29function to parse Triple-Field SpecsJames Crayne
2016-04-29fixed redundant bitflags packets.joe
2016-04-29when creating keys, use pgp key flags for standard usages.joe
2016-04-29Fixed per-file autosign.joe