Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/go-tpm-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: efocht/go-tpm-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 29, 2023

  1. Added --index option to "seal" in order to persist to nvram.

    Added "unsealnv" command to unseal from TPM nvram.
    This is currently without any PCR registers related policy!
    efocht committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    2aa4b23 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    51390cb View commit details
    Browse the repository at this point in the history
  2. Basic support for decrypt. It works with keys added and persisted

    with the tpm2-tools. It's not yet working with the builtin keys.
    Skeleton of "persist" command implemented, it shall add a new RSA
    key to the NVRAM.
    efocht committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    5ae0830 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Fixed "persist" cmd and added --force and --delete flags.

    "pubkey" does not work with an index, it never did. This is an upstream bug.
    efocht committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    5690072 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from efocht/decrypt

    Added persist and decrypt commands.
    efocht authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    931d5e4 View commit details
    Browse the repository at this point in the history
Loading