Restore changes accidentally reverted during reconciliation (#256)

This commit is contained in:
Brandon Weeks
2021-12-08 16:43:38 -08:00
committed by GitHub
parent f1f1b84491
commit 2f8dbfc94e
13 changed files with 120 additions and 16 deletions

View File

@ -36,11 +36,11 @@ type ActivationParameters struct {
// TPMVersion holds the version of the TPM, either 1.2 or 2.0.
TPMVersion TPMVersion
// EK, the endorsement key, describes an asymmetric key who's
// private key is permenantly bound to the TPM.
// EK, the endorsement key, describes an asymmetric key whose
// private key is permanently bound to the TPM.
//
// Activation will verify that the provided EK is held on the same
// TPM as the AK. However, it is the callers responsibility to
// TPM as the AK. However, it is the caller's responsibility to
// ensure the EK they provide corresponds to the the device which
// they are trying to associate the AK with.
EK crypto.PublicKey