summaryrefslogtreecommitdiff
path: root/src/sign.rs
AgeCommit message (Collapse)Author
2018-10-14implement gcp decryptStuart Stock
2018-10-07Land KMS support, yay!Stuart Stock
AWS KMS for now, work-in-progress
2018-10-02Minor Rustdoc updatesStuart Stock
2018-09-29Major refeactoring for better code structureStuart Stock
* Extract distinct types for online and long-term keys * Extract and create separate configuration trait and implementation(s) * Clean-ups, renames, tidying
2018-03-17Apply default rustfmt style to the project.Stuart Stock
2018-03-10Convert to use of hex crate (https://crates.io/crates/hex)Stuart Stock
As part of landing #1, make existing server and test code consistent with client by using hex crate instead of forked copy of 'hex.rs'.
2018-02-24Clippy suggested fixes/changesStuart Stock
2017-10-14Rust 1.21 lands RFC 1414 enabling clean-up of warts in tag.rs; misc README ↵Stuart Stock
and docstring updates
2017-07-06add license headersStuart Stock
2017-07-03add docstrings and cleanup whitespaceStuart Stock
2017-07-02cleanupStuart Stock
2017-07-02first version of working serverStuart Stock
2017-07-01add sign module; continue work on serverStuart Stock