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

Enforce TLV protected entries #1938

Merged
merged 3 commits into from
Apr 18, 2024
Merged

Commits on Apr 17, 2024

  1. boot: Add tlv query for protected region

    Add a query to the TLV iterator that will indicate if the currently iterated TLV
    entry was found in the protected region or not.
    
    Signed-off-by: David Brown <david.brown@linaro.org>
    d3zd3z committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    0faf395 View commit details
    Browse the repository at this point in the history
  2. boot: Enforce TLV entries to be protected

    Only allow TLV entries that are needed for signature verification to be placed
    in the unprotected area of the TLV.
    
    Signed-off-by: David Brown <david.brown@linaro.org>
    d3zd3z committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    74e0fcd View commit details
    Browse the repository at this point in the history
  3. doc: Release notes for TLV check

    Add a release not stub for the TLV check.
    
    Signed-off-by: David Brown <david.brown@linaro.org>
    d3zd3z committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    91cfa52 View commit details
    Browse the repository at this point in the history