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
There is discrepancy between spec "kid MUST be present in the protected header" and reference implementation that expects only one 'alg' header. If I implement spec version interop tests are failing.
Spec has been updated to "kid MAY be present in the protected headers". Remove commented out code.
Closestrustbloc#365
Signed-off-by: Sandra Vrtikapa <sandra.vrtikapa@securekey.com>
Spec has been updated to "kid MAY be present in the protected headers". Remove commented out code.
Closestrustbloc#365
Signed-off-by: Sandra Vrtikapa <sandra.vrtikapa@securekey.com>
There is discrepancy between spec "kid MUST be present in the protected header" and reference implementation that expects only one 'alg' header. If I implement spec version interop tests are failing.
https://github.com/decentralized-identity/sidetree/blob/0dbf2c8ce6ef8981ebc6735066841bce39e2648f/lib/core/versions/latest/util/Jws.ts#L40
// TODO: There is discrepancy between spec "kid MUST be present in the protected header"
sidetree-core-go/pkg/operation/recover.go
Line 127 in 79fd877
The text was updated successfully, but these errors were encountered: