When onboarding a conformance client with custom owner implementation, following error with respect to Verifying signature of Message 65 is observed on conformance client.
2024/03/04 20:01:52 Starting ProveDevice64
2024/03/04 20:01:52 failed to verify signature
Upon debugging, it is observed in code here that the signature verification is performed by using owner public key from message 61.
But according to specification here, the message (65) is signed by new owner private key and the verification is to be performed by corresponding new owner public key included in payload of same message TO2SetupDevicePayload.
To simplify issue resolution process, please provide network logs, and or test voucher. msg65_signature_verification_failure_client_log.txt
What part of the spec are you testing?
What protocol are having issue with?
Issue description
When onboarding a conformance client with custom owner implementation, following error with respect to
Verifying signature of Message 65
is observed on conformance client.owner public key from message 61
.TO2SetupDevicePayload
.