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

Small fixes for SecureStore #11988

Merged
merged 6 commits into from
Dec 5, 2019
Merged

Small fixes for SecureStore #11988

merged 6 commits into from
Dec 5, 2019

Commits on Dec 4, 2019

  1. Configuration menu
    Copy the full SHA
    56d6736 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bde9753 View commit details
    Browse the repository at this point in the history
  3. SecureStore: Validate internal RBP data first

    Previous logic was allowing external storage to be tampered by setting
    write-protected keys, so values could not be updated, but it was still
    used by get().
    Seppo Takalo committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    650b93b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23b2b8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7902100 View commit details
    Browse the repository at this point in the history
  6. TDBStore: remove unused variables

    Seppo Takalo committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    21acb66 View commit details
    Browse the repository at this point in the history