forked from hyperledger-archives/aries-framework-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: wrong Ed25519 KID value (hyperledger-archives#2533)
This change fixes go-jose's Ed25519 JWK Thumbprint value used in the KMS KID creation. It also includes a check for emptiness of the key bytes with calling CreateKID() and fixed related unit tests in the framework. Finally the webkms bdd tests are commented out since the remote kms server requires an udpate. They will be uncommented in a future revision when the server image tag is updated with a revision of aries-framework-go that contains this change. closes hyperledger-archives#2530 Signed-off-by: Baha Shaaban <[email protected]>
- Loading branch information
1 parent
8932979
commit 74c6cd9
Showing
7 changed files
with
243 additions
and
54 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
Oops, something went wrong.