diff options
author | Laszlo Ersek <lersek@redhat.com> | 2019-07-04 11:17:45 +0200 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2019-07-04 17:50:46 +0200 |
commit | 29a1a6eff7ddc16543b732103e8bf99d4ef87a00 (patch) | |
tree | c332962f33d4bb9c826cccb3a5622542b38981c7 /SecurityPkg | |
parent | 0d823bfd8d89bd515b3db6cf0adfcddec218439d (diff) | |
download | edk2-29a1a6eff7ddc16543b732103e8bf99d4ef87a00.tar.gz edk2-29a1a6eff7ddc16543b732103e8bf99d4ef87a00.tar.bz2 edk2-29a1a6eff7ddc16543b732103e8bf99d4ef87a00.zip |
Revert "SecurityPkg/HashLibBaseCryptoRouter: recognize the SM3 digest algorithm"
This reverts commit 542d04e2a4fec0df0340d2ad7b59f011f20d03cc.
The reason is that said commit indirectly depends on commit 49c1e683c452
("MdePkg/Protocol/Hash: introduce GUID for SM3", 2019-07-03), and the
latter commit is going to be reverted, due to its review process not
having followed established edk2 norms.
Cc: Chao Zhang <chao.b.zhang@intel.com>
Cc: Imran Desai <imran.desai@intel.com>
Cc: Jian Wang <jian.j.wang@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1781
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Diffstat (limited to 'SecurityPkg')
-rw-r--r-- | SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterCommon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterCommon.c b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterCommon.c index aec874a9e0..7f3bdab530 100644 --- a/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterCommon.c +++ b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterCommon.c @@ -25,7 +25,6 @@ TPM2_HASH_MASK mTpm2HashMask[] = { {HASH_ALGORITHM_SHA256_GUID, HASH_ALG_SHA256},
{HASH_ALGORITHM_SHA384_GUID, HASH_ALG_SHA384},
{HASH_ALGORITHM_SHA512_GUID, HASH_ALG_SHA512},
- {HASH_ALGORITHM_SM3_256_GUID, HASH_ALG_SM3_256},
};
/**
|