Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: edf6ef246ded03f23db37e24601239270c5fb23d
      
https://github.com/tianocore/edk2/commit/edf6ef246ded03f23db37e24601239270c5fb23d
  Author: Imran Desai <imran.de...@intel.com>
  Date:   2019-07-19 (Fri, 19 Jul 2019)

  Changed paths:
    M SecurityPkg/Include/Library/HashLib.h
    A SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.c
    A SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf
    A SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.uni
    M SecurityPkg/SecurityPkg.dsc

  Log Message:
  -----------
  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.zh...@intel.com>
Cc: Jiewen Yao <jiewen....@intel.com>
Cc: Jian Wang <jian.j.w...@intel.com>

Signed-off-by: Imran Desai <imran.de...@intel.com>
Message-Id: <20190718225326.40839-2-imran.de...@intel.com>
Reviewed-by: Jiewen Yao <jiewen....@intel.com>
Reviewed-by: Jian J Wang <jian.j.w...@intel.com>


  Commit: 7c1126d394ffd8b8b5796cd436497940be368109
      
https://github.com/tianocore/edk2/commit/7c1126d394ffd8b8b5796cd436497940be368109
  Author: Imran Desai <imran.de...@intel.com>
  Date:   2019-07-19 (Fri, 19 Jul 2019)

  Changed paths:
    M 
SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterCommon.c

  Log Message:
  -----------
  SecurityPkg/HashLibBaseCryptoRouter: recognize 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 adds SM3 as an available digest algorithm to crypto router.

Cc: Chao Zhang <chao.b.zh...@intel.com>
Cc: Jiewen Yao <jiewen....@intel.com>
Cc: Jian Wang <jian.j.w...@intel.com>

Signed-off-by: Imran Desai <imran.de...@intel.com>
Reviewed-by: Jian J Wang <jian.j.w...@intel.com>
Message-Id: <20190718225326.40839-3-imran.de...@intel.com>
Reviewed-by: Jiewen Yao <jiewen....@intel.com>


  Commit: c027f68030e762869d7a81e45ced3f087c8c76d7
      
https://github.com/tianocore/edk2/commit/c027f68030e762869d7a81e45ced3f087c8c76d7
  Author: Imran Desai <imran.de...@intel.com>
  Date:   2019-07-19 (Fri, 19 Jul 2019)

  Changed paths:
    M SecurityPkg/SecurityPkg.dec

  Log Message:
  -----------
  SecurityPkg: set SM3 bit in TPM 2.0 hash mask by default

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 sets SM3 bit in TPM2.0 hash mask by default.

Cc: Chao Zhang <chao.b.zh...@intel.com>
Cc: Jiewen Yao <jiewen....@intel.com>
Cc: Jian Wang <jian.j.w...@intel.com>

Signed-off-by: Imran Desai <imran.de...@intel.com>
Reviewed-by: Jian J Wang <jian.j.w...@intel.com>
Message-Id: <20190718225326.40839-4-imran.de...@intel.com>
Reviewed-by: Jiewen Yao <jiewen....@intel.com>


  Commit: 5d3ef15da7c36c7eb9568a0d72a3237f8054c1c1
      
https://github.com/tianocore/edk2/commit/5d3ef15da7c36c7eb9568a0d72a3237f8054c1c1
  Author: Imran Desai <imran.de...@intel.com>
  Date:   2019-07-19 (Fri, 19 Jul 2019)

  Changed paths:
    M OvmfPkg/OvmfPkgIa32.dsc
    M OvmfPkg/OvmfPkgIa32X64.dsc
    M OvmfPkg/OvmfPkgX64.dsc

  Log Message:
  -----------
  OvmfPkg: link SM3 support into Tcg2Pei and Tcg2Dxe

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 links SM3 support into Tcg2Pei and Tcg2Dxe.

Cc: Jordan Justen <jordan.l.jus...@intel.com>
Cc: Laszlo Ersek <ler...@redhat.com>
Cc: Ard Biesheuvel <ard.biesheu...@linaro.org>
Cc: Marc-André Lureau <marcandre.lur...@redhat.com>
Cc: Stefan Berger <stef...@linux.ibm.com>

Signed-off-by: Imran Desai <imran.de...@intel.com>
Reviewed-by: Laszlo Ersek <ler...@redhat.com>
Message-Id: <20190718225326.40839-5-imran.de...@intel.com>
Acked-by: Jiewen Yao <jiewen....@intel.com>


Compare: https://github.com/tianocore/edk2/compare/296c908c6968...5d3ef15da7c3


_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to