ietf-wg-jose / json-web-proof

Specification work for JSON Web Proof
https://ietf-wg-jose.github.io/json-web-proof/
Other
98 stars 9 forks source link

for single-use algorithm, document whether the issuer and holder algorithms may be different #78

Open dwaite opened 1 year ago

dwaite commented 1 year ago

From @OR13, https://mailarchive.ietf.org/arch/msg/jose/GkL3I9hEoKjaIDCgno_rYqQsSP0/ :

An example with a mixed algorithm for issue and holder would be nice here, or a comment about it being forbidden... for example issuer signing with ES256 and holder presenting with EdDSA.

selfissued commented 10 months ago

Clearly the issuer and holder algorithms have to be able to be different. I'll review the specs with this in mind.

dwaite commented 8 months ago

I believe this work has been done, @selfissued are you ok with this being closed?

selfissued commented 8 months ago

Let's consider this together with #57. On the surface of it, it seems that we have to to address that one to address this one.

dwaite commented 8 months ago

I do not think this is the same as #57 / #59 . We just need to make this clear for algorithms in general