summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2018-03-12Use an Arc to share response counterAaron Hill
2018-03-12Update docs to include clientStuart Stock
2018-03-12Fix merkle testsAaron Hill
2018-03-12Remove unecessary flat_mapAaron Hill
2018-03-12Only sign SREP once per batchAaron Hill
2018-03-11Update documentation for new batch_size optionAaron Hill
2018-03-11Add support for batch-signing requestsAaron Hill
2018-03-10version 0.3.1Stuart Stock
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
2018-02-24Finally get Tag string byte literals correctStuart Stock