-
Notifications
You must be signed in to change notification settings - Fork 168
Open
Description
I try to run the samples but they fail.
I run on a real tpm (command argument tbs) using vs2017 in Debug/x64 config.
The DocSamples fail in Samples::SigningPrimary()
in the call:
auto newPrimary = tpm.CreatePrimary(TPM_RH::OWNER, sensCreate, templ, null, pcrSelect);
which throws in:
Dispatch(TPM_CC::CreatePrimary, req, resp);
If I skip the DocSamples it fails in Samples::DictionaryAttack()
in the call:
tpm.DictionaryAttackLockReset(TPM_RH::LOCKOUT);
which throws in
Dispatch(TPM_CC::DictionaryAttackLockReset, req);
Metadata
Metadata
Assignees
Labels
No labels