Feature: migration signature#149
Open
lpbeliveau-silabs wants to merge 2 commits intorelease_2.6-1.4from
Open
Conversation
5 tasks
Sarthak-Shaha
approved these changes
Aug 7, 2025
Sarthak-Shaha
requested changes
Aug 7, 2025
|
|
||
| CHIP_ERROR DecryptUsingOtaTlvEncryptionKey(MutableByteSpan & block, uint32_t & mIVOffset); | ||
| CHIP_ERROR GetOtaTlvEncryptionKeyId(uint32_t & value) override; | ||
|
|
Contributor
There was a problem hiding this comment.
Should the change first go in http://github.com/SiliconLabsSoftware/matter_provisioning/blob/main/src/headers/ProvisionStorage.h ?
Contributor
Author
There was a problem hiding this comment.
Yes, but this will be done while implementing the CTM in provisioning. I should have opened this as draft, this is mostly so I can clear the CI in the matter_sdk
Contributor
There was a problem hiding this comment.
Makes sense,
I can review it again once ready
460cf67 to
951cd59
Compare
Contributor
|
Is the target branch |
Contributor
|
@lpbeliveau-silabs Is this still needed? if not can we draft this? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem / Feature
Adding a MigrateAttestationCredentialAPI to allow the Storage migration to be implemented in the matter_sdk.
Change overview
CHIP_ERROR MigrateAttestationCredentialAPI() method added.
Testing
In matter_sdk: Provision -> Build -> Flash -> Read NVM3 to confirm migration.