tpm tools for the below functionalities 03/40303/2
authorPramod <pramod.raghavendra.jayathirth@intel.com>
Thu, 29 Mar 2018 17:22:33 +0000 (10:22 -0700)
committerPramod <pramod.raghavendra.jayathirth@intel.com>
Fri, 30 Mar 2018 12:13:09 +0000 (05:13 -0700)
commit76f424e841653b899504d8064f1055f8c114985d
treeff41308d64f33605891f31cdfca0e04df130529d
parent8a5b33a9ba846d785d244e29bc29a46f7be34928
tpm tools for the below functionalities

1.INIT(Script) - Establish connection with the
Actual TPM Hardware and loads the primary key
into the TPM hardware

2. Sign and verify(Script) - Loads the key and
does the sign and verify operation

Issue-ID: AAF-207
Change-Id: I015eb5fbc6f0e6f09ca454ed1bb55c5f5aadebae
Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com>
tpm-tools/INSTALL [new file with mode: 0644]
tpm-tools/LICENSE [new file with mode: 0644]
tpm-tools/README [new file with mode: 0644]
tpm-tools/initandverify/Duplicate.sh [new file with mode: 0755]
tpm-tools/initandverify/ImportTpmKey.sh [new file with mode: 0755]
tpm-tools/initandverify/Init_and_create_tpm_primary.sh [new file with mode: 0755]
tpm-tools/initandverify/Sign_Verify_test.sh [new file with mode: 0755]
tpm-tools/initandverify/private.pem [new file with mode: 0644]
tpm-tools/initandverify/public.pem [new file with mode: 0644]