hyperledger-archives / aries-framework-go

Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.
https://wiki.hyperledger.org/display/ARIES/aries-framework-go
Apache License 2.0
238 stars 159 forks source link

test JWS against go-jose #1700

Open baha-ai opened 4 years ago

baha-ai commented 4 years ago

We need to ensure Aries-framework-go JWS messages are interoperable with Go Jose using DER key format, if it isn't, then we need to add IEE_1363 key format support as well.

baha-ai commented 4 years ago

IEEE_P1363 key format is now added in the KMS (#1700).

The only work remaining is interop testing between go-jose and keys with this new key type.