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

wolfBoot TPM improvements #335

Merged
merged 8 commits into from
Aug 17, 2023
Merged

wolfBoot TPM improvements #335

merged 8 commits into from
Aug 17, 2023

Commits on Aug 15, 2023

  1. wolfBoot TPM improvements:

    * Added TPM SPI wait state support and debug logging.
    * Added platform auth ownership (change platform password to random value before boot). Can be disabled using `WOLFBOOT_TPM_NO_CHG_PLAT_AUTH`.
    * Added parameter encryption support.
    * Added TPM based root of trust based on wolfSSL/wolfTPM#276
    * Removed the TPM hashing feature (not practical).
    * Fixed RSA with wolfTPM build.
    * Fixed cleanup wolfTPM objects on make clean.
    dgarske committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    371834c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e54015d View commit details
    Browse the repository at this point in the history
  3. Fixes for measured boot.

    dgarske committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    f2012c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    185ab61 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    1e1f0c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d6c49e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21de88d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    47c1011 View commit details
    Browse the repository at this point in the history