-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
manifest: Update Matter revision to pull PSA Crypto changes #13516
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
test-fw-nrfconnect-chip: added because there was no .github/test-spec.yml in 'matter' Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
26491b0
to
a7de19c
Compare
a7de19c
to
52b530c
Compare
52b530c
to
de75b8f
Compare
de75b8f
to
cbed5fc
Compare
cbed5fc
to
f2aa23f
Compare
doc/nrf/releases_and_maturity/migration/migration_guide_2.6.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/migration/migration_guide_2.6.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/migration/migration_guide_2.6.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/migration/migration_guide_2.6.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/migration/migration_guide_2.6.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
f2aa23f
to
d0f831c
Compare
d0f831c
to
9912c8d
Compare
@wiba-nordic After some discussions, we decided to disable the |
9912c8d
to
10613ad
Compare
doc/nrf/releases_and_maturity/migration/migration_guide_2.6.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
10613ad
to
f30fb8d
Compare
doc/nrf/releases_and_maturity/migration/migration_guide_2.6.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
f30fb8d
to
4e7f30d
Compare
We need a mechanism to move the DAC private key from the factory data set to PSA ITS NVM storage during the first boot of the device. This feature is available only if the CONFIG_CHIP_CRYPTO_PSA config is set to y. You can enable removing the DAC private key from the factory data partition after the migration by setting the :kconfig:option:`CONFIG_CHIP_CRYPTO_PSA_MIGRATE_DAC_PRIV_KEY` Kconfig option to ``y`` Signed-off-by: Arkadiusz Balys <[email protected]>
4e7f30d
to
651641d
Compare
We need a mechanism to move the DAC private key from the factory data set to PSA ITS NVM storage during the first boot of the device.
The DAC private key will not exist in the factory data anymore after it moves and is protected from overwriting.
This feature is available only if the CONFIG_CHIP_CRYPTO_PSA config is set to y.