fido-alliance / iot-fdo-conformance-tools

FIDO Alliances Reference FDO Implementation and Conformance Testing
https://fidoalliance.org/intro-to-fido-device-onboard/
Other
5 stars 2 forks source link

[BUG] Incompatible Hash/Hmac type, Device stestation and Owner attestation #58

Closed quanvincss closed 1 year ago

quanvincss commented 1 year ago

To simplify issue resolution process, please provide network logs, and or test voucher.

What part of the spec are you testing?

What protocol are having issue with?

Issue description

yackermann commented 1 year ago

@quanvincss you mean when one of the key algorithms is weaker than the other?

Yeah, I think this is certainly a bug, but not a critical, and will resolve in the next iteration.

quanvincss commented 1 year ago

@quanvincss you mean when one of the key algorithms is weaker than the other?

Yeah, I think this is certainly a bug, but not a critical, and will resolve in the next iteration.

@herrjemand yeah, I couldn't pass some vouchers for the TO2 test because I'm checking hash/hmac type with both OA and DA, for example, if DA is ECDSA NIST P-384 and OA is ECDSA NIST P-256, then hash/hmac type should be SHA384/HMAC-SHA384, but the voucher used SHA256/HMAC-SHA256, etc.

image

But what do you mean by "next iteration"?