Skip to content

Commit

Permalink
Problem: hazardous cloud backup/recovery option (fixes #79) (#80)
Browse files Browse the repository at this point in the history
Solution:
* added an option to generate an RSA key pair for wrapping that should be compatible with potential cloud provider's services
* historical key unwrapping using RFC3394/RFC5649
* currently, rsa crate requires a new version of rand which is in conflict with the current ed25519-dalek, hence the patched version
* changed init/recover functionality to use the asymmetric option
  • Loading branch information
tomtau authored Jun 7, 2021
1 parent 04f3dec commit 7ec2eae
Show file tree
Hide file tree
Showing 20 changed files with 1,359 additions and 512 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
*Unreleased*

Dependency upgrades, logging and backup/recovery improvements.
## v0.2.0
### Breaking changes
* [68](https://github.com/crypto-com/tmkms-light/pull/68) production logging in NE
* [55](https://github.com/crypto-com/tmkms-light/pull/55) SGX init and recovery commands paramater change
* [80](https://github.com/crypto-com/tmkms-light/pull/80) SGX backup and recovery in cloud environments

*March 18, 2021*

Tendermint-rs and prost dependencies upgraded.
## v0.1.2

*March 16, 2021*

The same as the initial released version, but with a few dependency upgrades
## v0.1.1

Expand Down
Loading

0 comments on commit 7ec2eae

Please sign in to comment.