tpm2sh 1.0.2

TPM 2.0 command-line interface
tpm2sh-1.0.2 is not a library.
Visit the last successful build: tpm2sh-0.15.9

tpm2sh

tpm2sh is a command-line interfaces for accessing TPM 2.0 chips in Linux.

Submitting patches

Contributions can be submitted as merge requests.

Commit messages should follow simple kernel alike format. Write a clear summary of the change to the long description. NOTE: conventional commit messages have been abandoned despite used in the early development.

Mailing List

For broader discussions there is a mailing list.

The list can be subscribed by sending an empty message to tpm-protocol+subscribe@lists.linux.dev, Unsubscribing follows the same exact pattern except that the subaddress is +unsubscribe.

Emails must be in text/plain (instead of e.g., text/html) .

Documenting errors

The following snippet demonstrates the recommended pattern for documenting the return values on error:

/// # Errors
///
/// Returns [`<variant's unqualified name>`](<variant's unqualified name>)
/// Returns ...

Licensing

tpm2sh is licensed under the GPL-3.0-or-later license.