summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2018-03-10Use a consistent version constant for server and clientStuart Stock
2018-03-10Convert to use of hex crate (https://crates.io/crates/hex)Stuart Stock
2018-03-10Log bytes retured from send_to() and the nonce prefix when respondingStuart Stock
2018-03-01Add client implementationAaron Hill
2018-02-25Initialize logger at INFO levelStuart Stock
2018-02-24Clippy suggested fixes/changesStuart Stock