tss2_verifysignature(1) | General Commands Manual | tss2_verifysignature(1) |
tss2_verifysignature [OPTIONS]
tss2_verifysignature(1) - This command verifies a signature using a public key found in the passed key path. The used signature verification scheme is specified in the cryptographic profile (cf., fapi-profile(5)).
These are the available options:
The data that was signed, already hashed according to the cryptographic profile (cf., fapi-profile(5)).
Path to the verification public key.
The signature to be verified.
This collection of options are common to all tss2 programs and provide information that many users may expect.
To successfully use the manpages feature requires the manpages to be installed or on MANPATH, See man(1) for more details.
tss2_verifysignature --keyPath=ext/myRSASign --digest=digest.file --signature=signature.file
0 on success or 1 on failure.
Github Issues (https://github.com/tpm2-software/tpm2-tools/issues)
See the Mailing List (https://lists.linuxfoundation.org/mailman/listinfo/tpm2)
APRIL 2019 | tpm2-tools |