Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-13 | remove cryptonite flag; always use cryptonite | Andrew Cady | |
2019-07-06 | Minor refactor | Joe Crayne | |
2019-07-04 | Better error reporting on unsupported packet. | Joe Crayne | |
2019-07-04 | ASCII-armor support. New dependency: openpgp-asciiarmor. | Joe Crayne | |
2019-07-02 | Find agent-socket in new location. | Joe Crayne | |
2019-07-02 | Read packet file with larger chunk size. | Joe Crayne | |
2019-07-01 | New debugging option: --trace-verify | Joe Crayne | |
2019-07-01 | get rid of some warnings | Andrew Cady | |
really cleans up the codebase too | |||
2019-07-01 | refactor without semantic effect | Andrew Cady | |
2019-07-01 | disable some compile warnings | Andrew Cady | |
2019-07-01 | enable build warnings | Andrew Cady | |
2019-07-01 | Attempted to merge 0bc53f99cfd70f3a18802604d7ef3174d004db4c. | Joe Crayne | |
I left lib/Kiki.hs out for later. | |||
2019-06-30 | move functions around between files. nothing should be different | Andrew Cady | |
merge-note: I'm having trouble with the merge, so I'm leaving a lot of functions duplicated in lib/Keyring.hs that were originally moved-out to lib/KeyRing/BuildKeyDB.hs in this commit. I'll clean-up later. Hopefully. | |||
2016-09-05 | Made cryptonite build the default. | joe | |
2016-08-30 | Factored Transforms out of goliath KeyRing module. | joe | |
2016-08-29 | cokiki build fix & show --packets option. | joe | |
2016-08-28 | Refactored for smaller modules (faster rebuild). | joe | |
2016-08-27 | Added module for talking to gpg-agent. | joe | |
2016-08-27 | Replaced dataenc with memory. | joe | |
2016-04-30 | jessie build fixes | joe | |
2016-04-29 | build fixes | joe | |
2016-04-29 | function to parse Triple-Field Specs | James Crayne | |
2016-04-29 | sort cabal build-depends, add missing deps | James Crayne | |
2016-04-27 | transactional refreshCache function in cokiki | James Crayne | |
2016-04-27 | made cokiki create parent directories for missing config files. | joe | |
2016-04-26 | type signatures to help debugging builds | James Crayne | |
2016-04-26 | Set up stack-based builds | Andrew Cady | |
2016-04-26 | more export tests | James Crayne | |
2016-04-26 | backport testsuite to base 4.6.0 | joe | |
2016-04-26 | add cokiki tests, pending for now | James Crayne | |
2016-04-26 | test cases | James Crayne | |
2016-04-26 | testsuite | James Crayne | |
2016-04-25 | more work on cokiki (ssh-client) | joe | |
2016-04-25 | more cokiki work | joe | |
2016-04-25 | Fixed cokiki build | joe | |
2016-04-25 | Add ControlMaybe to lib:kiki | joe | |
2016-04-25 | add need-local flag to cabal file | joe | |
2016-04-25 | Integrated CommandLine parsing library. | joe | |
2016-04-24 | rename init-key to init. | joe | |
2016-04-24 | Refactored build of executable and library. | joe | |
2016-04-23 | Added --secrets support to tar file export. | joe | |
2016-04-21 | Changed kiki synopsis. | joe | |
2016-04-21 | Build fixes for Debian Jessie. | joe | |
2016-04-14 | Updated build. | joe | |
2015-06-22 | kikid: Serialization... | James Crayne | |
2015-06-21 | kikid: The Beginnings of the Kiki Daemon | James Crayne | |
2015-06-21 | Prompt on interactive passphrase entry. | James Crayne | |
Also bumbed version up, due to breaking api of KeyRing module. (The funciton cachedContents now takes a prompt parameter.) | |||
2015-06-21 | Require patched openpgp | James Crayne | |
NOTE: When building OpenPGP-Haskell for the first time, be sure to first run: make Data/OpenPGP/Arbitrary.hs Otherwise, the first build succeeds, but cabal complains about missing the file on successive builds. | |||
2015-06-20 | Restricted x509, due to Build error | James Crayne | |
At version 1.6.0, Vincent Hanquez refactored x509 to depend on his cryptonite library, but this causes type errors due to functions which expect and return types from the wrong module. | |||
2015-06-18 | Fix to work with x509>=1.5, probably breaks 1.4 | James Crayne | |