-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Surface an accessor for the attestation challenge in Android #14893
Comments
g-coppock
added a commit
to g-coppock/connectedhomeip
that referenced
this issue
Feb 8, 2022
Fixes project-chip#14893 Tested: - Ran locally against a device being commissioned, and verified a challenge was returned as expected.
g-coppock
added a commit
to g-coppock/connectedhomeip
that referenced
this issue
Feb 8, 2022
Fixes project-chip#14893 Tested: - Ran locally against a device being commissioned, and verified a challenge was returned as expected.
g-coppock
added a commit
to g-coppock/connectedhomeip
that referenced
this issue
Feb 8, 2022
Fixes project-chip#14893 Tested: - Ran locally against a device being commissioned, and verified a challenge was returned as expected.
g-coppock
added a commit
to g-coppock/connectedhomeip
that referenced
this issue
Feb 8, 2022
Fixes project-chip#14893 Tested: - Ran locally against a device being commissioned, and verified a challenge was returned as expected.
g-coppock
added a commit
to g-coppock/connectedhomeip
that referenced
this issue
Feb 8, 2022
Fixes project-chip#14893 Tested: - Ran locally against a device being commissioned, and verified a challenge was returned as expected.
g-coppock
added a commit
to g-coppock/connectedhomeip
that referenced
this issue
Feb 8, 2022
Fixes project-chip#14893 Tested: - Ran locally against a device being commissioned, and verified a challenge was returned as expected.
andy31415
pushed a commit
that referenced
this issue
Feb 9, 2022
Fixes #14893 Tested: - Ran locally against a device being commissioned, and verified a challenge was returned as expected.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
For the device attestation procedure, we need the attestation challenge from the PASE session.
Proposed Solution
Surface an accessor in
ChipDeviceController.java
to retrieve this challenge.The text was updated successfully, but these errors were encountered: