Results 78 comments of Charles E. Lehner

@bblfish If the DID just has the RSA public key, I don't think that would include the hash algorithm, or whether to use PSS or PKCS1-v1_5. `did:key` could specify some...

RSA public key (X.509 encoded) is now in multicodec: https://github.com/multiformats/multicodec/pull/226

@OR13 Test vector proposed in #41. I'm unsure, however, if it is the correct use of the registered multicodec value. Feedback on that and/or here would be welcome: https://github.com/multiformats/multicodec/issues/230. I...

@OR13 thanks for reviewing it. A 4096 key has been added. The PR is still in draft, pending changes in multicodec.

This was done in https://github.com/w3c-ccg/did-method-key/pull/41, https://github.com/multiformats/multicodec/pull/233, and https://github.com/w3c-ccg/did-method-key/pull/45. @bblfish does this answer you question(s)?

Here is another place where a DER encoding of a different type is spelled out: https://github.com/bitcoin/bips/blob/master/bip-0062.mediawiki#der-encoding

I supposed that it would be simple (https://github.com/w3c-ccg/did-method-key/pull/41#issuecomment-969243244), but the length encoding is more complex than I remembered. The RSAPublicKey ASN.1 type is a sequence (array) containing two integers. The...

Could [RFC 7234 HTTP/1.1 Caching](https://datatracker.ietf.org/doc/html/rfc7234) be useful here? `did:web` hosts could set appropriate HTTP cache headers, and resolvers could follow these.

Some terms are mapping to the same IRI, e.g. the following. I think this falls under this issue (props mapping to classes) - but it's also a malleability issue: one...