summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-31bump openpgp-utilHEADmasterAndrew Cady
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-19Use only 40-digit fingerprints when talking to gpg-agent.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-07disable key generation for GenEd25519 & GenCv25519 keysAndrew Cady
2020-05-07Update merge command to create 25519 keys.Joe Crayne
2020-05-06Avoid making SHA1 signatures.Joe Crayne
2020-05-06fix warningAndrew Cady
2020-05-05fix cryptonomic.net URL, avoid use of SHA-1Andrew Cady
2020-05-03Merge commit ↵Andrew Cady
'refs/namespaces/2d3c6f46d185bcac5a8bedd73102aa11cf797489/refs/heads/master' of cryptonomic.net:public_git/kiki
2020-05-03Corrected tag ssh-host to ssh-server for ssh self-auth UID.Joe Crayne
2020-05-03bump openpgp-utilAndrew Cady
2020-05-03Added cryptonomic.net to --autosign and --import-if-authentic.Joe Crayne
WARNING: UNTESTED. This was quick and dirty and affects security critical code. Needs a little more attention.
2020-05-03Verify cryptonomic self-auth for display.Joe Crayne
2020-05-03Updated cryptonomic hostname for sshfp.Joe Crayne
2019-11-15Cv25519 (tox-id) key support.Joe Crayne
2019-10-15install to /usr/local/binAndrew Cady
2019-10-15Fix 32/64-bit bug.Joe Crayne
2019-10-13Fixed clear-sign verify. New customized dependency openpgp-asciiarmor.Joe Crayne
2019-10-13Comment typo.Joe Crayne
2019-10-13fix private key outputAndrew Cady
2019-10-12try to make understandableAndrew Cady
2019-10-12Revert "Give useful error when kiki init is non-root."Andrew Cady
This reverts commit 1da6145352f403a880890266ca79b57c992cb0dc.
2019-10-12update stack.yaml for newer stack versionsAndrew Cady
2019-10-12add MakefileAndrew Cady
2019-07-16use all names where previously only ".onion" names were usedAndrew Cady
2019-07-16Remove unused "tar" commandAndrew Cady
This code duplicated the same functionality as when writing /var/cache/kiki, and the "tar" functionality was only there to serve that same purpose anyway. If it were to be readded, duplication could be avoided by implementing a FileWriter that creates a tar file instead of writing to disk.
2019-07-16changes without effectAndrew Cady
2019-07-16Faster subkey verificaiton.Joe Crayne
2019-07-16Updates to the updates to IntMapClass.Joe Crayne
2019-07-16fix commented-out functions in IntMapClassAndrew Cady
2019-07-16bump openpgp-utilAndrew Cady
2019-07-16Updates to IntMapClass.Joe Crayne
2019-07-16String to KeyGrip utility.Joe Crayne
2019-07-16Added byGrip map to KeyDB.Joe Crayne
2019-07-15Switched fingerprint to wrapped ByteString + some module shuffling.Joe Crayne
2019-07-14refactor "resolveTransform Autosign"Andrew Cady
2019-07-14newtype UidStringAndrew Cady
2019-07-13Finished encapsulation of KeyDB.Joe Crayne
2019-07-13WIP: encapsulation of KeyDB.Joe Crayne
2019-07-13warn moreAndrew Cady
2019-07-13do not use CPP extensionAndrew Cady
2019-07-13remove more old cpp cruftAndrew Cady
2019-07-13make unused code compileAndrew Cady
2019-07-13require base >= 4.8Andrew Cady
2019-07-13cabal flags fellAndrew Cady