summaryrefslogtreecommitdiff
path: root/src/kms
AgeCommit message (Collapse)Author
2020-06-20Refactor: lift return out of if blockStuart Stock
2020-03-21downgrade bytes and rusoto crates to resolve incompatibilitesStuart Stock
2020-03-21Remove deprecated `std::error::Error::description` callsStuart Stock
2019-08-11Address clippy lintsStuart Stock
* More consistent use of `dyn` * Add default implementations * Misc clippy changes
2019-08-11Update module docs when KMS feature is disabledStuart Stock
2019-08-11Upgrade Rusoto 0.36 -> 0.40Stuart Stock
2019-06-29Remove redundant imports of EnvelopeEncryptionStuart Stock
2019-02-10initial version of client response manglingStuart 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-21tweak bounds check; will need a revisitStuart Stock
2018-10-21minor cfg tweakStuart 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-17Run rustfmtAaron 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