You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although cose_auth currently uses 4(kid) to look up the member key, some signing tools may embed x5t/x5chain, which currently causes the qcbor spiffy parser to fail.
We should allow them through.
Longer term, we may want to allow did members, defined as a did:x509, which would get resolved against those on submission.
The text was updated successfully, but these errors were encountered:
Although cose_auth currently uses 4(kid) to look up the member key, some signing tools may embed x5t/x5chain, which currently causes the qcbor spiffy parser to fail.
We should allow them through.
Longer term, we may want to allow did members, defined as a did:x509, which would get resolved against those on submission.
The text was updated successfully, but these errors were encountered: