[intel/tpm2-tools] 20df3a: Update SetCmdAuths and GetRspAuths to new paramete...
by GitHub
Branch: refs/heads/master
Home: https://github.com/intel/tpm2-tools
Commit: 20df3a07b5972a69f7d436352305c45feea4f900
https://github.com/intel/tpm2-tools/commit/20df3a07b5972a69f7d436352305c4...
Author: Andreas Fuchs <andreas.fuchs(a)sit.fraunhofer.de>
Date: 2017-12-05 (Tue, 05 Dec 2017)
Changed paths:
M lib/tpm2_alg_util.c
M lib/tpm2_util.h
M lib/tpm_hash.c
M lib/tpm_hmac.c
M test/unit/test_tpm2_errata.c
M tools/tpm2_activatecredential.c
M tools/tpm2_certify.c
M tools/tpm2_create.c
M tools/tpm2_createprimary.c
M tools/tpm2_dictionarylockout.c
M tools/tpm2_encryptdecrypt.c
M tools/tpm2_evictcontrol.c
M tools/tpm2_getmanufec.c
M tools/tpm2_getpubak.c
M tools/tpm2_getpubek.c
M tools/tpm2_hmac.c
M tools/tpm2_import.c
M tools/tpm2_listpersistent.c
M tools/tpm2_load.c
M tools/tpm2_loadexternal.c
M tools/tpm2_makecredential.c
M tools/tpm2_nvdefine.c
M tools/tpm2_nvread.c
M tools/tpm2_nvreadlock.c
M tools/tpm2_nvrelease.c
M tools/tpm2_nvwrite.c
M tools/tpm2_pcrevent.c
M tools/tpm2_pcrextend.c
M tools/tpm2_quote.c
M tools/tpm2_readpublic.c
M tools/tpm2_rsadecrypt.c
M tools/tpm2_rsaencrypt.c
M tools/tpm2_sign.c
M tools/tpm2_takeownership.c
M tools/tpm2_unseal.c
M tools/tpm2_verifysignature.c
Log Message:
-----------
Update SetCmdAuths and GetRspAuths to new parameter type
Since the last iteration of the specification there is just a struct
with an array directly embedded.
This is a large change, but removes a lot of complexity.
Signed-off-by: Andreas Fuchs <andreas.fuchs(a)sit.fraunhofer.de>
Signed-off-by: William Roberts <william.c.roberts(a)intel.com>
3 years, 3 months
Failed to stat tpm2-abrmd
by Arvind Kumar
Hi There,
I'm trying to bringup tpm2-abrmd.service and it fails to start. Any help is
appreciated !
*A. journalctl -xe:*
-- Unit tpm2-abrmd.service has begun starting up.
Dec 04 21:16:41 localhost tpm2-abrmd[1859]: *Failed to acquire DBus name
com.intel.tss2.Tabrmd. UID 1002 must be allowed to "own" this name. *
Dec 04 21:16:42 localhost systemd[1]: Started TPM2 Access Broker and
Resource Management Daemon.
-- Subject: Unit tpm2-abrmd.service has finished start-up
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- Unit tpm2-abrmd.service has finished starting up.
--
-- The start-up result is done.
B. Device permissions
*iotium@localhost*:*~*$ ls -al /dev/tpm0
crw------- 1 tss tss 10, 224 Dec 4 20:46 */dev/tpm0*
3 years, 3 months