summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2019-10-07Print Non-Data Output to Standard ErrorZicklag
2019-10-07Add Verbose and JSON Options to ClientZicklag
2019-08-18minor changes to compile cleanly on Rust 1.37.0Stuart Stock
2019-08-11Address clippy lintsStuart Stock
2019-02-10Generally improved log and error messagesStuart Stock
2019-02-01Add decryption to 'roughenough-kms'Stuart Stock
2019-01-20Clean and refactor server's inner loopStuart Stock
2019-01-19Minor cli doc fixStuart Stock
2019-01-19Update copyright for 2019Stuart Stock
2019-01-19Rust 2018 edition migrationStuart Stock
2018-10-27Additional documentation; rustfmt pass; extract stress test loopStuart Stock
2018-10-26Docs, polish, clean-ups for KMS and health-check featuresStuart Stock
2018-10-25implement server TCP health check, #8Stuart Stock
2018-10-21Changes to keep Clippy happyStuart Stock
2018-10-21Add tests for envelope cypto and some enumsStuart Stock
2018-10-17Run rustfmtAaron Hill
2018-10-17Add "output" argument to clientAaron Hill
2018-10-17Clean up importsAaron Hill
2018-10-17Remove commented-out codeAaron Hill
2018-10-17Fixups for fuzzingAaron Hill
2018-10-17Move config and public key into serverAaron Hill
2018-10-17Move Server to its own moduleAaron Hill
2018-10-17Add send_to_selfAaron Hill
2018-10-17Exact code into Server structAaron Hill
2018-10-14implement gcp decryptStuart Stock
2018-10-14one-way GCP KMS workingStuart Stock
2018-10-12Refactor to kms module; add documentationStuart Stock
2018-10-11rustfmtStuart Stock
2018-10-11another wip checkpoint; server integrationStuart Stock
2018-10-09continue work on kmsStuart Stock
2018-10-08successfully round-trip kms protected seed valueStuart Stock
2018-10-07wip checkpoint; nearly round-trip kmsStuart Stock
2018-10-07checkpointStuart Stock
2018-10-07start work on envelope encryption for long-term seedStuart Stock
2018-10-07Land KMS support, yay!Stuart Stock
2018-10-07Give client and server binaries more distinctive namesStuart Stock
2018-10-02Final touches and bow-tieing on configuration. Update README to reflect.Stuart Stock
2018-09-30Work-in-progress; still working to clean up configStuart Stock
2018-09-30Separate trait objects for file- and environment-based server configStuart Stock
2018-09-29Major refeactoring for better code structureStuart Stock
2018-03-17Apply default rustfmt style to the project.Stuart Stock
2018-03-12Cleanly handle receive errors from socketAaron Hill
2018-03-12Use an Arc to share response counterAaron Hill
2018-03-12Remove unecessary flat_mapAaron Hill
2018-03-12Only sign SREP once per batchAaron Hill
2018-03-11Add support for batch-signing requestsAaron Hill
2018-03-10Read server socket until `WouldBlock`Stuart Stock
2018-03-10Correct a Missed conversion to hex::encodeStuart Stock
2018-03-10Additional changes on top of client contribution in #1Stuart Stock
2018-03-10Merge pull request #1 from Aaron1011/final_clientStuart Stock