]> git.proxmox.com Git - mirror_edk2.git/commit - SecurityPkg/SecurityPkg.dsc
SecurityPkg: introduce the SM3 digest algorithm
authorImran Desai <imran.desai@intel.com>
Thu, 18 Jul 2019 22:53:23 +0000 (15:53 -0700)
committerLaszlo Ersek <lersek@redhat.com>
Fri, 19 Jul 2019 12:31:52 +0000 (14:31 +0200)
commitedf6ef246ded03f23db37e24601239270c5fb23d
treef4a00f5394c43820eca1472f12d3c04be62cca16
parent296c908c6968910ea7c4496b94cfba1e52212de2
SecurityPkg: introduce the SM3 digest algorithm

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1781
GITHUB: https://github.com/idesai/edk2/tree/enable_sm3_measured_boot_v6

EDK2 Support for SM3 digest algorithm is needed to enable TPM with SM3 PCR
banks. This digest algorithm is part of the China Crypto algorithm suite.
This integration has dependency on the openssl_1_1_1b integration into
edk2.

This patch add SM3 algorithm in the hashinstance library.

Delta in v7:
1. Dropped 95a040cff from v6 to address https://edk2.groups.io/g/devel/topic/
32454898?p=,,,20,0,0,0::Created,,sm3,20,2,0,32454898,ct=1&ct=1
2. Relocated SM3 GUID definition from MdePkg to SecurityPkg in 9728b54f4

Cc: Chao Zhang <chao.b.zhang@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian Wang <jian.j.wang@intel.com>
Signed-off-by: Imran Desai <imran.desai@intel.com>
Message-Id: <20190718225326.40839-2-imran.desai@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
SecurityPkg/Include/Library/HashLib.h
SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.c [new file with mode: 0644]
SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf [new file with mode: 0644]
SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.uni [new file with mode: 0644]
SecurityPkg/SecurityPkg.dsc