Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-18 | Merge pull request #11 from Aaron1011/better-fuzz | Stuart Stock | |
Support server fuzzing | |||
2018-10-17 | Port seed error handling | Aaron Hill | |
2018-10-17 | Add license headers | Aaron Hill | |
2018-10-17 | Un-comment poll registration | Aaron Hill | |
2018-10-17 | Run rustfmt | Aaron Hill | |
2018-10-17 | Add MemoryConfig | Aaron Hill | |
2018-10-17 | Add fuzzing config | Aaron Hill | |
2018-10-17 | Add "output" argument to client | Aaron Hill | |
2018-10-17 | More cleanup | Aaron Hill | |
2018-10-17 | Clean up imports | Aaron Hill | |
2018-10-17 | Add some documentation, remove more debugging statements | Aaron Hill | |
2018-10-17 | Move more things into Server struct | Aaron Hill | |
2018-10-17 | Remove commented-out code | Aaron Hill | |
2018-10-17 | Remove debug print | Aaron Hill | |
2018-10-17 | More changes to server | Aaron Hill | |
2018-10-17 | Fixups for fuzzing | Aaron Hill | |
2018-10-17 | Move config and public key into server | Aaron Hill | |
2018-10-17 | Move Server to its own module | Aaron Hill | |
2018-10-17 | Add send_to_self | Aaron Hill | |
2018-10-17 | Exact code into Server struct | 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 | |
2018-10-11 | rustfmt | Stuart Stock | |
2018-10-11 | another wip checkpoint; server integration | Stuart Stock | |
2018-10-09 | continue work on kms | Stuart Stock | |
2018-10-08 | successfully round-trip kms protected seed value | Stuart Stock | |
2018-10-07 | wip checkpoint; nearly round-trip kms | Stuart Stock | |
2018-10-07 | checkpoint | Stuart Stock | |
2018-10-07 | start work on envelope encryption for long-term seed | Stuart Stock | |
2018-10-07 | Land KMS support, yay! | Stuart Stock | |
AWS KMS for now, work-in-progress | |||
2018-10-07 | Give client and server binaries more distinctive names | Stuart Stock | |
As pointed out in #10, the binary names are quite generic. Rename `client` to `roughenough-client` and `server` to `roughenough-server`. Fixes #10 | |||
2018-10-07 | Merge pull request #9 from int08h/1.0.5 | Stuart Stock | |
Roughenough 1.0.5 | |||
2018-10-07 | prep 1.0.5 release | Stuart Stock | |
2018-10-02 | Minor Rustdoc updates | Stuart Stock | |
2018-10-02 | Update README with more configuration documentation | 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 | |
* Extract distinct types for online and long-term keys * Extract and create separate configuration trait and implementation(s) * Clean-ups, renames, tidying | |||
2018-09-29 | Remove critereon based benchmark | Stuart Stock | |
Benchmarks were out-of-date copy-pasta and misleading. | |||
2018-09-26 | Add DCO and instructions to CONTRIBUTING | Stuart Stock | |
2018-09-21 | Document that the latest stable rust is needed to build | Stuart Stock | |
Reported in #7 | |||
2018-09-21 | Add Cloudflare's project to README. So cool. | Stuart Stock | |
2018-07-28 | bump version constant to 1.0.4, oops | Stuart Stock | |
2018-07-28 | Release 1.0.4 | Stuart Stock | |
Update `untrusted` dependency to fix #6. Update README. |