Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
150 changes: 0 additions & 150 deletions .github/workflows/publish-provisoning.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions provision/headers/ProvisionStorage.h
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,12 @@ struct Storage : public GenericStorage,

CHIP_ERROR DecryptUsingOtaTlvEncryptionKey(MutableByteSpan & block, uint32_t & mIVOffset);
CHIP_ERROR GetOtaTlvEncryptionKeyId(uint32_t & value) override;

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense,
I can review it again once ready

//
// Migration
//

CHIP_ERROR MigrateAttestationCredentialAPI();
//
// Other
//
Expand Down
Loading