This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 160
fix Ed25519 KID value #2530
Comments
baha-ai
pushed a commit
to baha-ai/aries-framework-go
that referenced
this issue
Feb 11, 2021
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. closes hyperledger-archives#2530 Signed-off-by: Baha Shaaban <[email protected]>
baha-ai
pushed a commit
to baha-ai/aries-framework-go
that referenced
this issue
Feb 11, 2021
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 change when the server image tag is updated. closes hyperledger-archives#2530 Signed-off-by: Baha Shaaban <[email protected]>
baha-ai
pushed a commit
to baha-ai/aries-framework-go
that referenced
this issue
Feb 11, 2021
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 change when the server image tag is updated. closes hyperledger-archives#2530 Signed-off-by: Baha Shaaban <[email protected]>
baha-ai
pushed a commit
to baha-ai/aries-framework-go
that referenced
this issue
Feb 11, 2021
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 change when the server image tag is updated. closes hyperledger-archives#2530 Signed-off-by: Baha Shaaban <[email protected]>
baha-ai
pushed a commit
to baha-ai/aries-framework-go
that referenced
this issue
Feb 11, 2021
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]>
baha-ai
pushed a commit
to baha-ai/aries-framework-go
that referenced
this issue
Feb 11, 2021
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]>
baha-ai
pushed a commit
to baha-ai/aries-framework-go
that referenced
this issue
Feb 12, 2021
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]>
troyronda
pushed a commit
that referenced
this issue
Feb 12, 2021
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 #2530 Signed-off-by: Baha Shaaban <[email protected]>
sudeshrshetty
pushed a commit
to sudeshrshetty/aries-framework-go
that referenced
this issue
Oct 18, 2021
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]>
sudeshrshetty
pushed a commit
to sudeshrshetty/aries-framework-go
that referenced
this issue
Jan 22, 2022
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]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently KIDs are based on the public key's JWK thumbprint.
There's a bug for Ed25519 JWK thumbprints in go-jose.
Fix this manually in the framework as the go-jose fix might take a while to be merged in their Github repo.
The text was updated successfully, but these errors were encountered: