github-actions
released this
05 Dec 17:11
·
15 commits
to develop
since this release
0.27.0 (2024-12-05)
Bug Fixes
- add some additional tests for did:key (59b1161)
- default crypto engine (503768f)
- make sure we return the chain back in the original order (683ddb7)
- Move away from using crypto.subtle for signature verifications, as it is too problematic in React-native. Replaced with audited noble implementations (69ec9a6)
- remove random uuid (b968166)
- update x.509 test with latest cert (175cd80)
- update x.509 x5c order (3dbfe73)
Features
- Allow non trusted certs (b1c6ff7)
- Allow non trusted certs (8416546)
- implement azure keyvault rest client (dc69703)
- make sure we convert JWK claims from base64 to base64url if they are not spec compliant (918677b)
- New x.509 validation implementation. Less features than previous version, but should work on RN (c11d735)