summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
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-07prep 1.0.5 releaseStuart Stock
2018-10-02Minor Rustdoc updatesStuart 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-30Report unknown configuration key in FileConfigStuart Stock
2018-09-29Bump version in lib.rsStuart Stock
2018-09-29Major refeactoring for better code structureStuart Stock
2018-07-28bump version constant to 1.0.4, oopsStuart Stock
2018-03-28Version 1.0.3Stuart Stock
2018-03-28limit message tag count to 1024Stuart Stock
2018-03-24Release 1.0.2Stuart Stock
2018-03-24Fix incorrect range check in multi_tag_message()Stuart Stock
2018-03-24Release 1.0.1Stuart Stock
2018-03-24Additional documentationStuart Stock
2018-03-24Check single tag message lengthStuart Stock
2018-03-24Restructure from_bytes; check length and alignment earlyStuart Stock
2018-03-24Check that value offset does not extend pass end of messageStuart Stock
2018-03-24Merge branch 'fuzz' of github.com:int08h/roughenough into fuzzStuart Stock
2018-03-24add docstring for from_bytes()Stuart Stock
2018-03-20Handle malformed message with truncated tag bytesStuart Stock
2018-03-20Validate offsets do not point beyond end of messageStuart Stock
2018-03-20Reject messages with zero tagsStuart Stock
2018-03-18Return Error on invalid offset instead of panic'ingStuart Stock
2018-03-17Apply default rustfmt style to the project.Stuart Stock
2018-03-15Missed updating lib.rs version constant to 1.0.0Stuart Stock
2018-03-15Merge pull request #3 from Aaron1011/batch_finalStuart Stock
2018-03-12Cleanly handle receive errors from socketAaron Hill