v0.24.0
github-actions
released this
01 Aug 11:48
·
175 commits
to develop
since this release
0.24.0 (2024-08-01)
Bug Fixes
- added createKey functionality (fcb9e82)
- added enable sscd to musap react native kms (da8a411)
- breaking: Remove BLS crypto from Mattr for now. It is not very well maintained, and is proving to be very difficult in both Windows and React-Native environments. Will be replaced later with a different implementation (e097e25)
- Fix key usages for jwks when importing keys (c473572)
- fixed the sign function for musap rn kms (e3318e6)
- modified the decoding for sign in the musap module (8561b0d)
- modified the decoding for sign in the musap module (64a53c5)
- modified the decoding for sign in the musap module (34bba55)
- modified the decoding for sign in the musap module (e2a76a7)
- modified the decoding for sign in the musap module (7b6e68f)
- updated musap kms with recent changes from the musap react native lib (b1518de)
Features
- (WIP) added MusapKeyManagerSystem (f55926f)
- (WIP) added MusapKeyManagerSystem (809846d)
- added build script and android directory to musap-rn-kms module (9be5fb0)
- added delete function (ab72368)
- added mapper function for create key in musap kms and added the option to enable certain sscd's in the constructor (db5c8d3)
- added sign function (62dc3ab)
- Improve kid determination. Rename most
kid
arguments to kmsKeyRef, as these are only the internal KMS kids. Preventing confusion. Improve did functions to accept object args. (22f465c) - remove isomorphic-webcrypto (1adc1fe)