rust-keylime
rust-keylime copied to clipboard
Rust implementation of the keylime agent
- Includes the AIK-encrypted tpm quote and the retrieved boot/IMA logs - Make an auditable record of attestation for each machine being verified - Problem: AIKs change between agent runs...
We want to make sure we haven't written any code that is unused.
Currently each revocation notice is sent only once, and this could pose a problem for nodes that are either offline for that period or are still going through setup. It...
Go through each file and add unit tests to any function that doesn't currently have them but where it would make sense to do so.
This is a test for IDevIDs and IAKs that are persisted in the TPM and are accessed via handle rather than regenerated. These keys may also be protected by password,...
Bumps [pest_derive](https://github.com/pest-parser/pest) from 2.7.6 to 2.7.11. Release notes Sourced from pest_derive's releases. v2.7.11 What's Changed Avoid computing line offsets after the last token by @wabain in pest-parser/pest#1023 fix: Remove unnecessary...
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.203 to 1.0.204. Release notes Sourced from serde's releases. v1.0.204 Apply #[diagnostic::on_unimplemented] attribute on Rust 1.78+ to suggest adding serde derive or enabling a "serde" feature flag...
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.11 to 4.5.13. Release notes Sourced from clap's releases. v4.5.13 [4.5.13] - 2024-07-31 Fixes (derive) Improve error message when #[flatten]ing an optional #[group(skip)] (help) Properly wrap long...