summaryrefslogtreecommitdiff
path: root/kiki.hs
AgeCommit message (Collapse)Author
2014-01-04Removed obsolete dependencies.joe
2014-01-02Experimental --hosts feature for import/export aliases from hosts file.joe
2013-12-23Added --show-key optionjoe
2013-12-18No private key data on command line.joe
2013-12-18Added support for importing keys from various crypto-coin networks.joe
2013-12-17Bitcoin foojoe
2013-12-16Better error for unsupported key type for exportjoe
2013-12-15more bitcoin workjoe
2013-12-15Migrated from OpenPGP-CryptoAPI to openpgp-utiljoe
2013-12-13Changed pgpSign to return a Maybe in case a signature cannot be made.joe
2013-12-13Adapted to IO-based inteface pgpSign to reduce dependency onjoe
random number generator interface. Conflicts: kiki.hs
2013-12-13Updated ecc_curve to S.ByteString rather than [Word8]joe
2013-12-13WIP: support for importing bitcoin keys.joe
2013-12-10Fixed missing-email crash.joe
2013-12-07Command line option validation.joe
2013-12-07Added help text.joe
2013-12-07Fixed check for existing tor id.joe
2013-12-06implemented --autosign for cross-merging master branch.joe
2013-12-06Show ^ signed for third-party binding signatures.joe
2013-12-06Add tor uid when a tor key is cross-merge imported.joe
2013-12-06bug fixes.joe
2013-12-05Implemented --show-pemjoe
2013-12-05Invoke shell commands to generate absent keypairs.joe
2013-12-05Set file modification time when exporting subkey.joe
2013-12-05WIP: import/export secret keysjoe
2013-12-04Implemented --importjoe
2013-12-04Changed command line syntax.joe
2013-12-03Tested cross-merge capability!joe
2013-12-03Added code to preserve packet ordering.joe
2013-12-03Corrected accounting of newness of TrustPackets.joe
2013-12-03Progress toward writting out keyring files.joe
2013-12-02Save ordering information and public/private flag in origin slot ofjoe
the key database.
2013-12-02Fixed accidental exclusion of origins for UserID packets.joe
2013-12-02Removed trailing white space from source code lines.joe
2013-12-02Remember packet origins in key database.joe
2013-12-02Work in progress toward cross-merge interface.joe
2013-11-29Converted handles in trust packet maps to filenames.joe
2013-11-29Re-implemented public/secret trust packet catagorization to use ajoe
Data.Map lookup structure. This will ease the transition to categorizing trust packets based on file name rather than on whether they came from public or secret keyrings.
2013-11-26Preserve TrustPackets accross merges.joe
2013-11-25Now avoids trust-signatures on self-certification.joe
2013-11-25Made tor signatures into tsign style signatures (TicId 8bafec)joe
2013-11-25Add tor uids and fixed autosign bugjoe
2013-11-09Ability to specify top key by substring of user id.joe
2013-11-09Ability to output master keys.joe
2013-11-09Removed debug printjoe
2013-11-09Ability to output PEM for public keys not in secring.gpg.joe
2013-11-09Merging functionality (mergesecrets command)joe
2013-11-05Added ability to output non-default public keys from secring.joe
2013-11-04Fail to output a public key if the specification is ambiguous.joe
2013-11-04Added DoAndIfThenElse to fix cabal build.joe