SecurityPkg/Hash2DxeCrypto: Remove MD5 support
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3027 Remove the deprecated MD5 support of Hash2DxeCrypto driver. Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Jian J Wang <jian.j.wang@intel.com> Signed-off-by: Zhichao Gao <zhichao.gao@intel.com> Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com> Message-Id: <20201112055558.2348-2-zhichao.gao@intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
29d59baa39
commit
0a1b6d0be3
@@ -4,7 +4,7 @@
|
||||
# This module will use EDKII crypto library to HASH2 protocol.
|
||||
#
|
||||
# (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>
|
||||
# Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||
# Copyright (c) 2015 - 2020, Intel Corporation. All rights reserved.<BR>
|
||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
#
|
||||
##
|
||||
@@ -44,7 +44,6 @@
|
||||
UefiLib
|
||||
|
||||
[Guids]
|
||||
gEfiHashAlgorithmMD5Guid ## CONSUMES ## GUID
|
||||
gEfiHashAlgorithmSha1Guid ## CONSUMES ## GUID
|
||||
gEfiHashAlgorithmSha256Guid ## CONSUMES ## GUID
|
||||
gEfiHashAlgorithmSha384Guid ## CONSUMES ## GUID
|
||||
|
Reference in New Issue
Block a user