Skip to content

Failing Samples #187

@thomasmelin

Description

@thomasmelin

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions