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
/
kms
Age
Commit message (
Collapse
)
Author
2020-06-20
Refactor: lift return out of if block
Stuart Stock
2020-03-21
downgrade bytes and rusoto crates to resolve incompatibilites
Stuart Stock
2020-03-21
Remove deprecated `std::error::Error::description` calls
Stuart Stock
2019-08-11
Address clippy lints
Stuart Stock
* More consistent use of `dyn` * Add default implementations * Misc clippy changes
2019-08-11
Update module docs when KMS feature is disabled
Stuart Stock
2019-08-11
Upgrade Rusoto 0.36 -> 0.40
Stuart Stock
2019-06-29
Remove redundant imports of EnvelopeEncryption
Stuart Stock
2019-02-10
initial version of client response mangling
Stuart Stock
2019-01-19
Update copyright for 2019
Stuart Stock
2019-01-19
Rust 2018 edition migration
Stuart Stock
2018-10-28
Release 1.1.1 to correct missing aux data in AWS KMS decrypt path
Stuart Stock
Auxilliary data was not provided in encryption context provided to AWS KMS decrypt() call, causing unwrapping to fail.
2018-10-27
Update documentation references to point to master
Stuart Stock
2018-10-27
Additional documentation; rustfmt pass; extract stress test loop
Stuart Stock
2018-10-21
tweak bounds check; will need a revisit
Stuart Stock
2018-10-21
minor cfg tweak
Stuart Stock
2018-10-21
Docstring updates and misc cleanups
Stuart Stock
2018-10-21
Add tests for envelope cypto and some enums
Stuart Stock
2018-10-21
Add auxilliary data to KMS operations
Stuart Stock
2018-10-18
correct imports to fix build
Stuart Stock
2018-10-17
Run rustfmt
Aaron Hill
2018-10-17
refactoring and tidying
Stuart Stock
2018-10-14
implement gcp decrypt
Stuart Stock
2018-10-14
one-way GCP KMS working
Stuart Stock
2018-10-13
documentation enhancements
Stuart Stock
2018-10-12
Refactor to kms module; add documentation
Stuart Stock