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

[common] Refactor Protected Files slightly #1841

Closed
wants to merge 4 commits into from

Commits on Apr 17, 2024

  1. [common] Refactor Protected Files slightly

    This commit refactors PF code without changing functionality:
    - Many renames of data structs, variable names, func names
    - More readable comments (and fixing incorrect comments)
    - Removed unused `pf_get_handle()`
    - Removed unused `g_pf_mrenclave_key`, `g_pf_wrap_key`, etc.
    - Removed all mentions of `list`/`LIST` operations (were unused)
    
    This commit contains changes (renames) in `pf_tamper.c`, but this file
    and corresponding tool are not tested and most probably broken. We did
    the changes purely to survive compilation.
    
    Signed-off-by: Dmitrii Kuvaiskii <[email protected]>
    dimakuv committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    c17f4ce View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. fixup! [common] Refactor Protected Files slightly

    Signed-off-by: Dmitrii Kuvaiskii <[email protected]>
    dimakuv committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    6c008a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. fixup! [common] Refactor Protected Files slightly

    This reverts commit 6c008a3.
    dimakuv committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a14eaa0 View commit details
    Browse the repository at this point in the history
  2. fixup! [common] Refactor Protected Files slightly

    Signed-off-by: Dmitrii Kuvaiskii <[email protected]>
    dimakuv committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0c5d260 View commit details
    Browse the repository at this point in the history