Skip to content

Remove TDB_EXTERNAL_NO_RBP and FILESYSTEM_NO_RBP from kv configurations#75

Open
harmut01 wants to merge 2 commits into
ARMmbed:masterfrom
harmut01:refacator_securestore
Open

Remove TDB_EXTERNAL_NO_RBP and FILESYSTEM_NO_RBP from kv configurations#75
harmut01 wants to merge 2 commits into
ARMmbed:masterfrom
harmut01:refacator_securestore

Conversation

@harmut01

Copy link
Copy Markdown

Preceding PR: ARMmbed/mbed-os#14490

NO_RBP (no rollback protection) is intended to not require an internal
TDB, however, DeviceKey, which we use to derive SecureStore's
encryption key, still does. Currently, no internal TDB is created with
these two configurations, meaning there's no way to store the DeviceKey
and SecureStore doesn't work.

Update the example documentation to reflect these changes.

NO_RBP (no rollback protection) is intended to not require an internal
TDB, however, DeviceKey, which we use to derive SecureStore's
encryption key, still does. Currently, no internal TDB is created with
these two configurations, meaning there's no way to store the DeviceKey
and SecureStore doesn't work.

Update the example documentation to reflect these changes.

@LDong-Arm LDong-Arm left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM otherwise.

Comment thread README.md Outdated
@harmut01

Copy link
Copy Markdown
Author

Thanks @LDong-Arm, I don't feel strongly either way so I've changed the language identifier to sh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants