-
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
[Android] Attestation trust store bridge #24381
[Android] Attestation trust store bridge #24381
Conversation
…d on client/user; Commissioner attestation delegate should be able to override success
…ithub.com/panliming-tuya/connectedhomeip into additional-verification-after-attestation
PR #24381: Size comparison from c5cb0dd to 454d160 Increases (7 builds for cc13x2_26x2, cyw30739, esp32, nrfconnect)
Decreases (12 builds for bl602, bl702, cc13x2_26x2, esp32, psoc6, qpg, telink)
Full report (43 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #24381: Size comparison from 36133b1 to 3ede0b5 Increases (3 builds for psoc6, telink)
Decreases (4 builds for bl602, esp32, telink)
Full report (43 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
If you register Operational Credential Callback even if you merge this code, Device Attestation is not expected to work due to the code below.
Shouldn't a code similar to Darwin's code below be added? |
This PR has been pending for a while, could you provide me the ETA?. This API is requested and used only by our company, so it looks only our product is blocked, I can take this over if you could not find the bandwidth to complete this PR. Our app currently use DeviceAttestationDelegate API to always skip the attestation if it fails, but we hope to switch to this API to use vendor certs to conduct the attestation. |
Yes, you are right. But I think Darwin's code should be remove. |
It would be great if you could take over, I'm rushing through our company's product launch. |
No worry, I will take care of this. |
Close this PR and continue the review in [Java] Implement the trust store delegate API for customized device attestation #25471 |
#24297
Therefore, I implemented the attestation trust store bridge in Android.
Testing