-
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
[device layer] Implement missing functionality in GenericConfigurationMgr #1166
Milestone
Comments
This issue can be closed |
shgutte
pushed a commit
to shgutte/connectedhomeip
that referenced
this issue
Jan 11, 2024
…put path to be consistent with silabs_slc branch Merge in WMN_TOOLS/matter from fix_ota_output_structure_smg to silabs Squashed commit of the following: commit 87ed9e9864e1e0387216f4ee81854881adc275c7 Author: hussein elsherbini <[email protected]> Date: Thu Sep 21 12:14:17 2023 -0400 fixed name of var commit 86e2db960337dbbe20d7b225ac60b60c7271e862 Author: hussein elsherbini <[email protected]> Date: Thu Sep 21 10:42:02 2023 -0400 modified input to find command commit e13576242f464dc028d3557c1148cd40f60f9237 Author: hussein elsherbini <[email protected]> Date: Wed Sep 20 16:31:57 2023 -0400 MATTER-2443 modified OTA binaries output path to be consistent with silabs_slc branch
mkardous-silabs
pushed a commit
to mkardous-silabs/connectedhomeip
that referenced
this issue
Jan 29, 2024
…put path to be consistent with silabs_slc branch Merge in WMN_TOOLS/matter from fix_ota_output_structure_smg to silabs Squashed commit of the following: commit 87ed9e9864e1e0387216f4ee81854881adc275c7 Author: hussein elsherbini <[email protected]> Date: Thu Sep 21 12:14:17 2023 -0400 fixed name of var commit 86e2db960337dbbe20d7b225ac60b60c7271e862 Author: hussein elsherbini <[email protected]> Date: Thu Sep 21 10:42:02 2023 -0400 modified input to find command commit e13576242f464dc028d3557c1148cd40f60f9237 Author: hussein elsherbini <[email protected]> Date: Wed Sep 20 16:31:57 2023 -0400 MATTER-2443 modified OTA binaries output path to be consistent with silabs_slc branch
rcasallas-silabs
pushed a commit
to rcasallas-silabs/connectedhomeip
that referenced
this issue
Jun 20, 2024
…put path to be consistent with silabs_slc branch Merge in WMN_TOOLS/matter from fix_ota_output_structure_smg to silabs Squashed commit of the following: commit 87ed9e9864e1e0387216f4ee81854881adc275c7 Author: hussein elsherbini <[email protected]> Date: Thu Sep 21 12:14:17 2023 -0400 fixed name of var commit 86e2db960337dbbe20d7b225ac60b60c7271e862 Author: hussein elsherbini <[email protected]> Date: Thu Sep 21 10:42:02 2023 -0400 modified input to find command commit e13576242f464dc028d3557c1148cd40f60f9237 Author: hussein elsherbini <[email protected]> Date: Wed Sep 20 16:31:57 2023 -0400 MATTER-2443 modified OTA binaries output path to be consistent with silabs_slc branch
rcasallas-silabs
pushed a commit
to rcasallas-silabs/connectedhomeip
that referenced
this issue
Jun 20, 2024
…put path to be consistent with silabs_slc branch Merge in WMN_TOOLS/matter from fix_ota_output_structure_smg to silabs Squashed commit of the following: commit 87ed9e9864e1e0387216f4ee81854881adc275c7 Author: hussein elsherbini <[email protected]> Date: Thu Sep 21 12:14:17 2023 -0400 fixed name of var commit 86e2db960337dbbe20d7b225ac60b60c7271e862 Author: hussein elsherbini <[email protected]> Date: Thu Sep 21 10:42:02 2023 -0400 modified input to find command commit e13576242f464dc028d3557c1148cd40f60f9237 Author: hussein elsherbini <[email protected]> Date: Wed Sep 20 16:31:57 2023 -0400 MATTER-2443 modified OTA binaries output path to be consistent with silabs_slc branch
chirag-silabs
pushed a commit
to rosahay-silabs/connectedhomeip
that referenced
this issue
Jul 15, 2024
…put path to be consistent with silabs_slc branch Merge in WMN_TOOLS/matter from fix_ota_output_structure_smg to silabs Squashed commit of the following: commit 87ed9e9864e1e0387216f4ee81854881adc275c7 Author: hussein elsherbini <[email protected]> Date: Thu Sep 21 12:14:17 2023 -0400 fixed name of var commit 86e2db960337dbbe20d7b225ac60b60c7271e862 Author: hussein elsherbini <[email protected]> Date: Thu Sep 21 10:42:02 2023 -0400 modified input to find command commit e13576242f464dc028d3557c1148cd40f60f9237 Author: hussein elsherbini <[email protected]> Date: Wed Sep 20 16:31:57 2023 -0400 MATTER-2443 modified OTA binaries output path to be consistent with silabs_slc branch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
GenericConfigurationMgr references missing implementations for FabricState and hash algorithm.
Proposed Solution
Align hash algorithm with decisions from crypto team.
Regarding FabricState, need to track decisions there as well (TODO add reference to FabricState tracking issue #756).
Extend various platform implementations to support the new generic functionality (add new key/value pairs as needed and enable generic configuration tests)
The text was updated successfully, but these errors were encountered: