Conversation

Jarkko Sakkinen

Edited 9 days ago

I have now a single unified expression language in tpm2sh, which is used in all PCR and policy commands.

You can e.g., express crazy things like or(pcr("sha256:0"), secret(tpm://0x40000001)) with it for instance.

I’ve replaced three separate pest parsers with a single unified nom parser. So much manual control was required anyhow so that diff was pretty much +- 0.

#rust #tpm #linux

1
0
2
It's still under tuning and some places I'll definitely do some modifications so final version for 0.11 won't be exactly this but probably in close proximity anyhow.
0
0
0