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

Secstor anti-rollback #1630

Merged
merged 4 commits into from
Jun 27, 2017
Merged

Secstor anti-rollback #1630

merged 4 commits into from
Jun 27, 2017

Commits on Jun 27, 2017

  1. core: FS: add hash parameter to dirfile interface

    Adds a hash parameter to the dirfile interface. The hash is used in the
    same way as in the htree interface, that is, used to verify integrity on
    open and used to get updated hash on writes.
    
    Acked-by: Jerome Forissier <[email protected]>
    Acked-by: Volodymyr Babchuk <[email protected]>
    Signed-off-by: Jens Wiklander <[email protected]>
    jenswi-linaro committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    e862b97 View commit details
    Browse the repository at this point in the history
  2. core: REE FS: close dirfile on error

    REE FS closes the dirfile if returning error from a function that may
    have changed the content of a secure storage object. This effectively
    undoes previous operation.
    
    Acked-by: Jerome Forissier <[email protected]>
    Acked-by: Volodymyr Babchuk <[email protected]>
    Signed-off-by: Jens Wiklander <[email protected]>
    jenswi-linaro committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    1a80795 View commit details
    Browse the repository at this point in the history
  3. core: RPMB FS: provide tee_rpmb_fs_raw_open()

    Provides tee_rpmb_fs_raw_open() use by OP-TEE OS.
    
    Acked-by: Jerome Forissier <[email protected]>
    Acked-by: Volodymyr Babchuk <[email protected]>
    Signed-off-by: Jens Wiklander <[email protected]>
    jenswi-linaro committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    c42f2e3 View commit details
    Browse the repository at this point in the history
  4. core: REE FS: use RPMB for hash storage

    REE FS uses RPMB (if available) for storage of dirfile hash.
    
    Acked-by: Jerome Forissier <[email protected]>
    Acked-by: Volodymyr Babchuk <[email protected]>
    Signed-off-by: Jens Wiklander <[email protected]>
    jenswi-linaro committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    ff8ba69 View commit details
    Browse the repository at this point in the history