summaryrefslogtreecommitdiff
path: root/kiki.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-16Fix --working issue with multiple secret keys.Joe Crayne
2020-05-10Option to render SHA256 based fingerprints.Joe Crayne
2020-05-09Added sign command to make detached signatures.Joe Crayne
2020-05-07Update merge command to create 25519 keys.Joe Crayne
2020-05-03Corrected tag ssh-host to ssh-server for ssh self-auth UID.Joe Crayne
2020-05-03Verify cryptonomic self-auth for display.Joe Crayne
2019-10-12Revert "Give useful error when kiki init is non-root."Andrew Cady
2019-07-16Remove unused "tar" commandAndrew 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-13do not use CPP extensionAndrew Cady
2019-07-13cpp conditionals died of old ageAndrew Cady
2019-07-13aging ifdefs moved to nursing homeAndrew Cady
2019-07-13Avoid external call to ssh-keygen.Joe Crayne
2019-07-11Promote KeyDB to a type.Joe Crayne
2019-07-11WIP: verify command to verify clear-sign PGP signatures.Joe Crayne
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-05Correction to merge documentation.Joe Crayne
2019-07-05Give useful error when kiki init is non-root.Joe Crayne
2019-07-05Tweaked merge command. Default --flow=spill, new option --packets.Joe Crayne
2019-07-04Added --show-all option to low-level merge api.Joe Crayne
2019-07-04Added --show-key=SPEC command to low-level merge api.Joe Crayne
2019-07-04use a typeAndrew Cady
2019-07-03Todo stub and help for new command "spawn".Joe Crayne
2019-07-02improve clarity in kiki.hsAndrew Cady
2019-07-02Find agent-socket in new location.Joe Crayne
2019-07-01New debugging option: --trace-verifyJoe Crayne
2019-07-01remove redundant importsAndrew Cady
2019-07-01Removed big ugly signatures comment.Joe Crayne
2019-07-01Generated signatures for kiki.hs.Joe Crayne
2019-07-01More merging of 0bc53f99cfd70f3a18802604d7ef3174d004db4c.Joe Crayne
2019-06-30move functions around between files. nothing should be differentAndrew Cady
2016-09-05i386 haddock doesn't like my unicode.joe
2016-08-31Better error reportingjoe
2016-08-31New command to rename subkeys.joe
2016-08-30Factored Transforms out of goliath KeyRing module.joe
2016-08-29cokiki build fix & show --packets option.joe
2016-08-29Allow alternative key ciphers.joe
2016-08-28Basic gpg-agent support.joe
2016-08-27Replaced dataenc with memory.joe
2016-08-25Implemented key encryption.joe
2016-08-25Debug --dump option.joe
2016-08-25Show cipher for password-protected keys.joe