| Crates.io | tpm2_cli |
| lib.rs | tpm2_cli |
| version | 0.4.1 |
| created_at | 2024-06-14 16:19:10.983684+00 |
| updated_at | 2024-06-19 07:10:51.423067+00 |
| description | TPM 2.0 command-line interface |
| homepage | https://codeberg.org/jarkko/tpm2_library.git |
| repository | https://codeberg.org/jarkko/tpm2_library.git.git |
| max_upload_size | |
| id | 1272160 |
| size | 16,687 |
Subcrates:
tpm2_call has the goal of providing rustified constants covering TPM2 2.0
Structures Specification. All the content in this crate operating system
agnostic.tpm2_cli is a command-line interface to a TPM 2.0 chip. It is Linux-only
application using by default /dev/tpmrm0, which is available to users within
tss group in a systemd-based environment.Commit messaged follow Conventional Commits specification.
Versioning follows Semantic Versioning specification.
A new version is created as follows:
git tag -s $MAJOR.$MINOR.$PATCH -m $MAJOR.$MINOR.$PATCH
git push origin $MAJOR.$MINOR.$PATCH
Add a Signed-off-by trailer to the new commits.