w3c-ccg / webkms

A mechanism for performing remote cryptographic key operations including key creation, signing, encryption, and decryption.
http://w3c-ccg.github.io/webkms/
Other
10 stars 2 forks source link

Add Aries Framework Go Test Vectors to Spec #8

Open OR13 opened 3 years ago

OR13 commented 3 years ago

https://github.com/hyperledger/aries-framework-go/pull/2314

I believe there is possibly more implementation support than spec support at this point.

We should get test vectors committed here, to prevent implementations from drifting to far apart.

troyronda commented 3 years ago

We are adding a client implementation to AFG (as @OR13 referenced above).

We are also working on our WebKMS server implementation here: https://github.com/trustbloc/kms

peacekeeper commented 3 years ago

I'm looking at this spec, and while it sounds really useful, the spec and the two implementations mentioned here seem to be completely out of sync.

OR13 commented 3 years ago

@peacekeeper yes, this has been my experience as well... I don't believe there is a "webkms" standard yet... or even a complete spec with more than 1 implementation.

dlongley commented 3 years ago

Yes, the spec needs to be brought up to date with current implementations. I believe there are at least three implementations in the wild. Digital Bazaar is currently updating its implementation with lessons learned around addressing root zcaps. We plan on updating the spec once that's finished as soon as we can find some time to do so.