-
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
Introducing Device Attestation Flow to CHIP. #8376
Conversation
Added attestation callbacks to lighting-app example in order to test the flow
(#5098) We should pass the Command Object and EndpointId to the cluster callbacks.connectedhomeip/examples/lighting-app/lighting-common/gen/IMClusterCommandHandler.cpp Lines 3356 to 3366 in 4f34959
This comment was generated by todo based on a
|
Marty Leisner seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
(#5098) We should pass the Command Object and EndpointId to the cluster callbacks.connectedhomeip/examples/lighting-app/lighting-common/gen/IMClusterCommandHandler.cpp Lines 3415 to 3422 in 4f34959
This comment was generated by todo based on a
|
Implement a mechanism to handle and secure DAC/PAI/PAA certificates and corresponding keypairsconnectedhomeip/src/app/clusters/operational-credentials-server/dac_chain.h Lines 3 to 13 in 4f34959
This comment was generated by todo based on a
|
add vendor_idconnectedhomeip/src/app/clusters/operational-credentials-server/operational-credentials-server.cpp Lines 448 to 458 in 4f34959
This comment was generated by todo based on a
|
add product_idconnectedhomeip/src/app/clusters/operational-credentials-server/operational-credentials-server.cpp Lines 449 to 459 in 4f34959
This comment was generated by todo based on a
|
add server_category_idconnectedhomeip/src/app/clusters/operational-credentials-server/operational-credentials-server.cpp Lines 450 to 460 in 4f34959
This comment was generated by todo based on a
|
add client_category_idconnectedhomeip/src/app/clusters/operational-credentials-server/operational-credentials-server.cpp Lines 451 to 461 in 4f34959
This comment was generated by todo based on a
|
add security_levelconnectedhomeip/src/app/clusters/operational-credentials-server/operational-credentials-server.cpp Lines 452 to 462 in 4f34959
This comment was generated by todo based on a
|
add security_informationconnectedhomeip/src/app/clusters/operational-credentials-server/operational-credentials-server.cpp Lines 453 to 463 in 4f34959
This comment was generated by todo based on a
|
add version_numberconnectedhomeip/src/app/clusters/operational-credentials-server/operational-credentials-server.cpp Lines 454 to 464 in 4f34959
This comment was generated by todo based on a
|
add firmware digest(s)connectedhomeip/src/app/clusters/operational-credentials-server/operational-credentials-server.cpp Lines 478 to 488 in 4f34959
This comment was generated by todo based on a
|
add timestampconnectedhomeip/src/app/clusters/operational-credentials-server/operational-credentials-server.cpp Lines 493 to 503 in 4f34959
This comment was generated by todo based on a
|
Retrieve Peer Node Id / Remove hard-coded NodeId valueconnectedhomeip/src/app/clusters/operational-credentials-server/operational-credentials-server.cpp Lines 503 to 513 in 4f34959
This comment was generated by todo based on a
|
Map error status to correct error codeconnectedhomeip/src/controller/CHIPDeviceController.cpp Lines 1210 to 1220 in 4f34959
This comment was generated by todo based on a
|
Map error status to correct error codeconnectedhomeip/src/controller/CHIPDeviceController.cpp Lines 1226 to 1236 in 4f34959
This comment was generated by todo based on a
|
see if vid matchesconnectedhomeip/src/controller/CHIPDeviceController.cpp Lines 1260 to 1270 in 4f34959
This comment was generated by todo based on a
|
Map error status to correct error codeconnectedhomeip/src/controller/CHIPDeviceController.cpp Lines 1314 to 1324 in 4f34959
This comment was generated by todo based on a
|
Map error status to correct error codeconnectedhomeip/src/controller/CHIPDeviceController.cpp Lines 1330 to 1340 in 4f34959
This comment was generated by todo based on a
|
Implement a mechanism to handle and secure DAC/PAI/PAA certificates and corresponding keypairsconnectedhomeip/src/controller/dac_chain.h Lines 3 to 13 in 4f34959
This comment was generated by todo based on a
|
(#5098) We should pass the Command Object and EndpointId to the cluster callbacks.connectedhomeip/src/controller/data_model/gen/IMClusterCommandHandler.cpp Lines 4350 to 4360 in 4f34959
This comment was generated by todo based on a
|
(#5098) We should pass the Command Object and EndpointId to the cluster callbacks.connectedhomeip/src/controller/data_model/gen/IMClusterCommandHandler.cpp Lines 4413 to 4420 in 4f34959
This comment was generated by todo based on a
|
test run |
Added attestation callbacks to lighting-app example in order to test the flow
Problem
What is being fixed? Examples:
Change overview
What's in this PR
Testing
How was this tested? (at least one bullet point required)