index
:
roughenough
feature-tcp-listener
master
remove_red_paint
rust_assistance
A Roughtime secure time sync client and server written in Rust
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-10-07
start work on envelope encryption for long-term seed
Stuart Stock
2018-10-07
Land KMS support, yay!
Stuart Stock
2018-10-07
Give client and server binaries more distinctive names
Stuart Stock
2018-10-07
prep 1.0.5 release
Stuart Stock
2018-10-02
Minor Rustdoc updates
Stuart Stock
2018-10-02
Final touches and bow-tieing on configuration. Update README to reflect.
Stuart Stock
2018-09-30
Work-in-progress; still working to clean up config
Stuart Stock
2018-09-30
Separate trait objects for file- and environment-based server config
Stuart Stock
2018-09-30
Report unknown configuration key in FileConfig
Stuart Stock
2018-09-29
Bump version in lib.rs
Stuart Stock
2018-09-29
Major refeactoring for better code structure
Stuart Stock
2018-07-28
bump version constant to 1.0.4, oops
Stuart Stock
2018-03-28
Version 1.0.3
Stuart Stock
2018-03-28
limit message tag count to 1024
Stuart Stock
2018-03-24
Release 1.0.2
Stuart Stock
2018-03-24
Fix incorrect range check in multi_tag_message()
Stuart Stock
2018-03-24
Release 1.0.1
Stuart Stock
2018-03-24
Additional documentation
Stuart Stock
2018-03-24
Check single tag message length
Stuart Stock
2018-03-24
Restructure from_bytes; check length and alignment early
Stuart Stock
2018-03-24
Check that value offset does not extend pass end of message
Stuart Stock
2018-03-24
Merge branch 'fuzz' of github.com:int08h/roughenough into fuzz
Stuart Stock
2018-03-24
add docstring for from_bytes()
Stuart Stock
2018-03-20
Handle malformed message with truncated tag bytes
Stuart Stock
2018-03-20
Validate offsets do not point beyond end of message
Stuart Stock
2018-03-20
Reject messages with zero tags
Stuart Stock
2018-03-18
Return Error on invalid offset instead of panic'ing
Stuart Stock
2018-03-17
Apply default rustfmt style to the project.
Stuart Stock
2018-03-15
Missed updating lib.rs version constant to 1.0.0
Stuart Stock
2018-03-15
Merge pull request #3 from Aaron1011/batch_final
Stuart Stock
2018-03-12
Cleanly handle receive errors from socket
Aaron Hill
2018-03-12
Use an Arc to share response counter
Aaron Hill
2018-03-12
Update docs to include client
Stuart Stock
2018-03-12
Fix merkle tests
Aaron Hill
2018-03-12
Remove unecessary flat_map
Aaron Hill
2018-03-12
Only sign SREP once per batch
Aaron Hill
2018-03-11
Update documentation for new batch_size option
Aaron Hill
2018-03-11
Add support for batch-signing requests
Aaron Hill
2018-03-10
version 0.3.1
Stuart Stock
2018-03-10
Read server socket until `WouldBlock`
Stuart Stock
2018-03-10
Correct a Missed conversion to hex::encode
Stuart Stock
2018-03-10
Additional changes on top of client contribution in #1
Stuart Stock
2018-03-10
Merge pull request #1 from Aaron1011/final_client
Stuart Stock
2018-03-10
Use a consistent version constant for server and client
Stuart Stock
2018-03-10
Convert to use of hex crate (https://crates.io/crates/hex)
Stuart Stock
2018-03-10
Log bytes retured from send_to() and the nonce prefix when responding
Stuart Stock
2018-03-01
Add client implementation
Aaron Hill
2018-02-25
Initialize logger at INFO level
Stuart Stock
2018-02-24
Clippy suggested fixes/changes
Stuart Stock
2018-02-24
Finally get Tag string byte literals correct
Stuart Stock
[next]