This repository has been archived by the owner on Dec 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
V1 Release Notes
Derk Norton edited this page Mar 19, 2020
·
3 revisions
- Updated the dependencies to version
1.15.0
of thebali-component-framework
.
- Fixed a problem in the
README.md
file.
- Updated the dependencies to version
1.14.0
of thebali-component-framework
. - Added a description of the HSM state machine and remote protocol to the
README.md
file.
- Updated the dependencies to the latest version of the
bali-component-framework
.
- Updated the testing dependencies on the latest version of the
bali-digital-notary
.
- This is the initial release of this package. It contains a
bali-digital-notary/v1
compatible hardware security module (HSM) proxy that can discover and communicate with an BLE enabled HSM that uses the Bali Nebula™ security module protocol: -
digestBytes(bytes)
=>digest
-
generateKeys()
=>publicKey
-
signBytes(bytes)
=>signature
-
validSignature(aPublicKey, signature, bytes)
=>isValid
-
rotateKeys()
=>newPublicKey
-
eraseKeys()
=>wasSuccessful