wyc

Results 22 issues of wyc

We are encountering users who want to utilize traditional CA infrastructure in conjunction with DIDs/VCs. A DID method may be an appropriate way to ensure this interoperability. I think an...

enhancement

To support #176, we must implement support for SSH's `id_rsa`/`id_ed25519`/`id_ed25519.pub`/etc. and `authorized_keys` formats in addition to GPG ASCII-armored formats for both public and private keys. This interoperability will allow us...

enhancement

Fun idea that resulted from a conversation with @clehner when we were discussing the best way to represent did-pkh. clehner suggested a mini stack-based language to express the different steps...

enhancement

**Problem**: There are many different cryptographic backends for many different cryptographic suites for many different platforms. Not all of them work well (or at all) together. **Solution**: Automatically find the...

enhancement

DID method traits are functionally testable characteristics of DID methods. For example: - This DID method can produce RSA public keys - This DID method always produces Ed25519 public keys...

enhancement

- With this, session key derived from SIWE allows for issuance of VCs and ZCAPs. - CACAO should exist in the `proof` section. - Need to demonstrate issuance at a...

enhancement

Problem: - When using a delegated key with a validity period, it may be necessary to selectively provide evidence that the key was used for a signing operation within a...

enhancement

I suspect it has to do with a BSD-specific issue with the `jni` crate. Please see the following build log for system information and reproduction: ``` $ git clone [email protected]:spruceid/ssi.git...

bug-unconfirmed

This would prevent a double request in the case of `verificationMethod` not being passed, as per https://github.com/spruceid/didkit/pull/36

enhancement