rust-keylime
rust-keylime copied to clipboard
Rust implementation of the keylime agent
The way we are using it is undocumented and inconsistent with the documentation in `keylime/keylime`. It would be even better if there is a way to set this up the...
When is adding keylime agent with with payload and key via tenant command, the adding of agent had failed. For python agent is operation succesfull. [PR keylime tests](https://github.com/RedHat-SP-Security/keylime-tests/pull/200) LOG: `2022-09-21...
Some TPMs will have only one bank available.
Check if this is a problem that also occurs in the Rust agent TPM code: https://github.com/keylime/keylime/pull/861
Remove the deprecated legacy python actions feature. The goal is to remove deprecated code before the next major release.
The `README.md` could be spruced up. Among things to add would be some of the info from the PR description in #321 about revocation scripts.
We probably want this to be optional for certain use cases, testing.
Currently we output all the warnings and errors from the tss-esapi bindings, but when we read the EK certificate we get a bunch of errors, that are not really understandable...
I looked into packaging the rust agent for Debian and it makes it a lot easier if the agent is published on crates.io. @lkatalin @ansasaki @ueno does anyone of you...