aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-04-05Modify the build.sh tp pass jenkins buildPramod Raghavendra Jayathirth1-5/+2
Change-Id: I7b7a113816d1680c4cf3b8f93ced58f2157e0b0d Issue-ID: AAF-793 Signed-off-by: Pramod Raghavendra Jayathirth <pramod.raghavendra.jayathirth@intel.com>
2019-04-03Upgrade Duplicate utility to the latest tssPramod Raghavendra Jayathirth1-2/+16
This patch updates the Duplicate utility to match with the latest tss stack Issue-ID: AAF-763 Change-Id: I08a01b193e8cf550fa1cfcbe0781672b3051eb96 Signed-off-by: Pramod Raghavendra Jayathirth <pramod.raghavendra.jayathirth@intel.com>
2019-03-29Update SoftHSM v2.0 to the latest versionPramod Raghavendra Jayathirth1-1/+3
Change-Id: Ib3ec2c297f897c82776a66fe2ad55b18984c0337 Issue-ID: AAF-687 Signed-off-by: Pramod Raghavendra Jayathirth <pramod.raghavendra.jayathirth@intel.com>
2019-03-29Upgrade TPM2_Plugin to match with the tss stackPramod Raghavendra Jayathirth1-1/+7
This upgrade is required due to the changes in latest stable tss, abrmd and tpm-tools Issue-ID: AAF-761 Change-Id: I564dba726ceb69a9d4caf8498940cadb810a478e Signed-off-by: Pramod Raghavendra Jayathirth <pramod.raghavendra.jayathirth@intel.com>
2019-03-28Upgrade import utilityPramod Raghavendra Jayathirth1-40/+30
This upgrade is required to make the import utility compaitable with latest tss stack Issue-ID: AAF-764 Change-Id: I8bf4d9cef3a669592f1828c65974cf946dda9804 Signed-off-by: Pramod Raghavendra Jayathirth <pramod.raghavendra.jayathirth@intel.com>
2019-03-27fix check errors in the build filePramod Raghavendra Jayathirth1-49/+31
Issue-ID: AAF-793 Change-Id: I79f17ad508a29ff0239b7504cd8ab2ce5e11e8bb Signed-off-by: Pramod Raghavendra Jayathirth <pramod.raghavendra.jayathirth@intel.com>
2018-10-16Add Unit test to the SoftHSMv2 buildPramod Raghavendra Jayathirth1-0/+1
Issue-ID: AAF-549 Change-Id: Idca602a0960467d933d339790ee4c16c3f747ad7 Signed-off-by: Pramod Raghavendra Jayathirth <pramod.raghavendra.jayathirth@intel.com>
2018-05-24Added 3 more TPM2 Plugin APIsNingSun1-1/+1
Added tpm2_plugin_rsa_sign_update(...), tpm2_plugin_rsa_sign_final(...), tpm2_plugin_rsa_sign_cleanup(...) APIs. Issue-ID: AAF-94 Change-Id: I104ff7b979329c03e91206d19371d3904f163993 Signed-off-by: NingSun <ning.sun@intel.com>
2018-04-11Modify TPM2 Plugin codesNingSun1-9/+88
Modify codes to use tpm2-tss version 1.2.0, tpm2-abrmd version 1.1.1 tpm2-tools version 2.1.0. Issue-ID: AAF-94 Change-Id: I2feccbb8dbe718756a5fd363b8dc703562ccd5eb Signed-off-by: NingSun <ning.sun@intel.com>
2018-03-14Remove win32 support in SoftHSMv2NingSun1-0/+30
Due to license issue, we have to remove win32 support in SoftHSMv2. Issue-ID: AAF-151 Change-Id: I31dda45ed84065819e26be8205747dd096a37432 Signed-off-by: NingSun <ning.sun@intel.com>