Skip to content
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

Remove TDB_EXTERNAL_NO_RBP and FILESYSTEM_NO_RBP from kv configurations #75

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 31, 2021

  1. Remove TDB_EXTERNAL_NO_RBP and FILESYSTEM_NO_RBP from kv configurations

    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.
    harrisonmutai-arm committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    dc552a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffa2446 View commit details
    Browse the repository at this point in the history