summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2021-05-25WIP: stuck here with getting the client to handle TCP with same code.feature-tcp-listenerStefan Midjich
2021-05-25WIP: tcp listener setup.Stefan Midjich
2020-09-27More user friendly: check for KMS feature earlier in roughenough-kmsHEADmasterStuart Stock
2020-09-27Simplify ctrl-c check; check only in outer server loopStuart Stock
2020-09-27Eliminate use of deprecated simple_logger methodsStuart Stock
2020-06-20cleanups: tidy server code; extract configuration display to own functionStuart Stock
2020-03-21client: output local time by default, add -z/--zulu for UTCStuart Stock
2019-10-12Updates to the client's CLI --help textStuart Stock
2019-10-12Typo fix in help textStuart Stock
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