-
Notifications
You must be signed in to change notification settings - Fork 516
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FABN-1174] - KeyValue store and cryptosuite changes
This CR contains breaking changes to the client APIs - CryptoSuite no longer has ephemeral true option, now forces use of existing generateEphmeralKey method - Cryptosuite now has new createKeyFromRaw option to match generateEphmeralKey method when passing PEM string - Stores no longer return Promise in constructor, new async initialize method used to create the store Additional changes include - Convert worked methods to async/await - Update API descriptions - Convert tape unit test to mocha - Update of all tests to account for breaking API changes (async/await) - Addition of release noets for v2.0.0 Change-Id: Ib7ee5fc4e5a1e2cc3830ffb1c0c934f602e2bb5a Signed-off-by: [email protected] <[email protected]>
- Loading branch information
Showing
54 changed files
with
1,463 additions
and
1,323 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.