Yuji Matsunaga
Yuji Matsunaga
@lacroutelacroute Please tell me the steps to reproduce.
@testzyrgo If the PyYaml package is not installed, the error you pasted will appear. @Et0hacker You loaded different file. Please load `tplmap/burp_extension.py` instead of `tplmap/burp_extension/burp_extender.py`
I forgot to write. I think the following document also has a similar script and has the same issue. [TCG CPU to TPM Bus Protection Guidance for Active Attacks Version...
Another problem found. After cpu_secret_provisioning and runtime_provisioning and seal_data and TPM resets, running runtime_provisioning and unseal_data fails to unseal. This occurs both in the simulator and on the real TPM....
runtime_provisioning and unseal_data after TPM reset was successful. I think it is necessary to have a separate session for parameter encryption and authentication when executing NV Extend. My guess is...
I also encountered the same error. The commit on the ACME server side appears to be outdated. It worked fine by modifying the following line: ```diff --- a/ca/Dockerfile +++ b/ca/Dockerfile...