summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-01-26Docs and visibility tweaksStuart Stock
2019-01-23Enhanced client stats logging outputStuart Stock
2019-01-21Initial add of simple stats collectorStuart 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-28Release 1.1.1 to correct missing aux data in AWS KMS decrypt pathStuart Stock
Auxilliary data was not provided in encryption context provided to AWS KMS decrypt() call, causing unwrapping to fail.
2018-10-27Update documentation references to point to masterStuart 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-22groundwork for TCP healthcheck in #8Stuart Stock
2018-10-21tweak bounds check; will need a revisitStuart Stock
2018-10-21minor cfg tweakStuart Stock
2018-10-21Changes to keep Clippy happyStuart Stock
2018-10-21Docstring updates and misc cleanupsStuart Stock
2018-10-21Add tests for envelope cypto and some enumsStuart Stock
2018-10-21Add auxilliary data to KMS operationsStuart Stock
2018-10-18correct imports to fix buildStuart Stock
2018-10-17Port seed error handlingAaron Hill
2018-10-17Add license headersAaron Hill
2018-10-17Un-comment poll registrationAaron Hill
2018-10-17Run rustfmtAaron Hill
2018-10-17Add MemoryConfigAaron Hill
2018-10-17Add fuzzing configAaron Hill
2018-10-17Add "output" argument to clientAaron Hill
2018-10-17More cleanupAaron Hill
2018-10-17Clean up importsAaron Hill
2018-10-17Add some documentation, remove more debugging statementsAaron Hill
2018-10-17Move more things into Server structAaron Hill
2018-10-17Remove commented-out codeAaron Hill
2018-10-17Remove debug printAaron Hill
2018-10-17More changes to serverAaron 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-17refactoring and tidyingStuart Stock
2018-10-14implement gcp decryptStuart Stock
2018-10-14one-way GCP KMS workingStuart Stock
2018-10-13documentation enhancementsStuart 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