Charles E. Lehner
Charles E. Lehner
Add `RevocationList2020Status` to `credentialStatusesSupported` in the local VC (HTTP) API Test Suite config, to cause [Revocation List 2020](https://w3c-ccg.github.io/vc-status-rl-2020/) functionality to be tested. This should have been added before, but was...
Like [didkit-go](https://github.com/spruceid/didkit-go/) and [didkit-python](https://github.com/spruceid/didkit-python/), the other DIDKit language bindings/FFIs and their examples should be moved out into separate repos, which would each depend on the didkit Rust crate. Moving out...
Document public API - https://docs.rs/didkit/ - https://docs.rs/didkit-cli/ - https://docs.rs/didkit-http/ Reference: https://doc.rust-lang.org/rustdoc/how-to-write-documentation.html - [ ] `ssi` rustdocs: https://github.com/spruceid/ssi/issues/331 - [ ] `didkit` crate - [ ] front-page, features - [ ]...
We could add a driver for Universal Resolver, like this: https://github.com/decentralized-identity/universal-resolver/pull/100/files It looks like there is already a Universal Resolver driver using `ghcr.io`, so I think we could use our...
For distributing DIDKit in applications and for publishing it to non-native package managers, we should include a list of the dependency licenses and copyright notices. License info of cargo dependencies...
Our `did:onion` implementation (#125) expects a local SOCKS5h proxy at `127.0.0.1:9050`. In the Docker images this is not available. Should the Docker images be updated to include Tor? Or should...
`ssi` supports using different libraries for cryptographic functions: https://github.com/spruceid/ssi/issues/217 and may add more: https://github.com/spruceid/ssi/issues/216. This optionality should be exposed to DIDKit users, and documented. For example, how does one build...
#158 adds ssh-agent integration for issuing verifiable credentials and verifiable presentations with proof objects, using ssh-agent for signing. It should be possible to also use ssh-agent signing to create JWT...
#158 adds ssh-agent integration in `didkit-cli`, for creating VCs/VPs with signing with ssh-agent. Similar functionality should be added to `didkit-http`. This might also be relevant for #134, since keys could...
- [x] Implement `credentialStatus` verification in ssi: https://github.com/spruceid/ssi/issues/264 - [ ] Add `checks` CLI option for verifying a credential - [ ] Implement [credentialStatus option in IssueCredentialOptions](https://github.com/w3c-ccg/vc-http-api/blob/41dbd3e8aaf0e1f3e5660a1c1752f79a36345f4f/components/IssueCredentialOptions.yml#L38-L44). - [ ]...