Revision: 15104
          http://sourceforge.net/p/edk2/code/15104
Author:   jyao1
Date:     2014-01-13 13:25:30 +0000 (Mon, 13 Jan 2014)
Log Message:
-----------
Follow UEFI2.4.a spec, deprecate 6 hash algo.

Signed-off by: jiewen yao <[email protected]>
Reviewed by: qin long <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdePkg/Include/Protocol/Hash.h

Modified: trunk/edk2/MdePkg/Include/Protocol/Hash.h
===================================================================
--- trunk/edk2/MdePkg/Include/Protocol/Hash.h   2014-01-13 07:30:08 UTC (rev 
15103)
+++ trunk/edk2/MdePkg/Include/Protocol/Hash.h   2014-01-13 13:25:30 UTC (rev 
15104)
@@ -5,7 +5,7 @@
   provided by a driver and to create and destroy instances of the EFI Hash 
Protocol 
   so that a multiple drivers can use the underlying hashing services.
 
-Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
 This program and the accompanying materials are licensed and made available 
under 
 the terms and conditions of the BSD License that accompanies this 
distribution.  
 The full text of the license may be found at
@@ -69,6 +69,16 @@
     0x8628752a, 0x6cb7, 0x4814, {0x96, 0xfc, 0x24, 0xa8, 0x15, 0xac, 0x22, 
0x26 } \
   }
 
+//
+// Note: Use of the following algorithms with EFI_HASH_PROTOCOL is deprecated.
+//       EFI_HASH_ALGORITHM_SHA1_GUID
+//       EFI_HASH_ALGORITHM_SHA224_GUID
+//       EFI_HASH_ALGORITHM_SHA256_GUID
+//       EFI_HASH_ALGORITHM_SHA384_GUID
+//       EFI_HASH_ALGORITHM_SHA512_GUID
+//       EFI_HASH_ALGORTIHM_MD5_GUID
+//
+
 typedef struct _EFI_HASH_PROTOCOL EFI_HASH_PROTOCOL;
 
 typedef UINT8  EFI_MD5_HASH[16];

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to