Closed nuno0529 closed 2 years ago
By submitting this issue you are acknowledging that any information regarding this issue will be publicly available.
If you have privacy concerns, please email conformance-tools@fidoalliance.org
NOTE: UAF 1.0 certification have been officially sunset. U2F 1.2 only supported version of U2F.
If you are platform authenticator vendor, please email conformance-tools@fidoalliance.org
v1.6.37
For desktop tools
For UAF mobile tools
The 1st parameter makeCredStruct.clientDataHash of this line is undefined. https://github.com/fido-alliance/ctap2.1-conformance-module/blob/90100e1e2b602457df67b42e43ac9312e2800abb/tests/CTAP2/Protocol/Options/ResidentKey.js#L245
makeCredStruct.clientDataHash
This issue only happen with authenticator's getInfo.option.uv = true case.
getInfo.option.uv = true
Addressed in 1.6.38
Resolved in 1.6.38 https://builds.fidoalliance.org/Desktop%20UAF%20FIDO2%20U2F/EXPERIMENTAL/v1.6.38/
This issue is gone in v1.6.38, but a following issue happens, #643
By submitting this issue you are acknowledging that any information regarding this issue will be publicly available.
If you have privacy concerns, please email conformance-tools@fidoalliance.org
FIRST PRE CHECK
What protocol are you implementing?
NOTE: UAF 1.0 certification have been officially sunset. U2F 1.2 only supported version of U2F.
What is your implementation class?
If you are platform authenticator vendor, please email conformance-tools@fidoalliance.org
What is the version of the tool are you using?
v1.6.37
What is the OS and the version are you running?
For desktop tools
For UAF mobile tools
Issue description
The 1st parameter
makeCredStruct.clientDataHash
of this line is undefined. https://github.com/fido-alliance/ctap2.1-conformance-module/blob/90100e1e2b602457df67b42e43ac9312e2800abb/tests/CTAP2/Protocol/Options/ResidentKey.js#L245