Package Details: tpm-quote-tools 1.0.4-3

Git Clone URL: https://aur.archlinux.org/tpm-quote-tools.git (read-only, click to copy)
Package Base: tpm-quote-tools
Description: Tools for TPM remote attestation
Upstream URL: http://sf.net/projects/tpmquotetools
Licenses: BSD
Submitter: c0d3z3r0
Maintainer: c0d3z3r0
Last Packager: c0d3z3r0
Votes: 0
Popularity: 0.000000
First Submitted: 2018-12-28 14:42 (UTC)
Last Updated: 2018-12-28 15:34 (UTC)

Latest Comments

grawity commented on 2019-03-01 20:52 (UTC)

The included patch is incomplete, as it doesn't correctly update the getopt() call:

while ((opt = getopt(argc, argv, "zuhv")) != -1) {

making it impossible to actually specify the -y option.

$ tpm_mkaik -y -z aik.blob aik.pub
tpm_mkaik: invalid option -- 'y'