public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v7 0/2] CryptoPkg/BaseHashApiLib: Implement Unified Hash Calculation API
@ 2020-01-30  1:02 Sukerkar, Amol N
  2020-01-30  1:02 ` [PATCH v7 1/2] CryptoPkg: Add CryptoPkg Token Space GUID Sukerkar, Amol N
  2020-01-30  1:02 ` [PATCH v7 2/2] CryptoPkg/BaseHashApiLib: Implement Unified Hash Calculation API Sukerkar, Amol N
  0 siblings, 2 replies; 3+ messages in thread
From: Sukerkar, Amol N @ 2020-01-30  1:02 UTC (permalink / raw)
  To: devel
  Cc: michael.d.kinney, jiewen.yao, jian.j.wang, sachin.agrawal,
	srinivas.musti, subash.lakkimsetti, john.mathews

Currently, the UEFI drivers using the SHA/SM3 hashing algorithms use hard-coded
API to calculate the hash, for instance, sha_256(...), etc. Since SHA384 and/or
SM3_256 are being increasingly adopted for robustness, it becomes cumbersome to
modify each driver that calls into hash calculating API.

To better achieve this, we are proposing a Unified API, which can be used by UEFI
drivers, that provides the drivers with flexibility to use the desired hashing
algorithm based on the required robnustness.

Alternatively, the design document is also attached to Bugzilla,
https://bugzilla.tianocore.org/show_bug.cgi?id=2151.

Sukerkar, Amol N (2):
  CryptoPkg: Add CryptoPkg Token Space GUID
  CryptoPkg/BaseHashApiLib: Implement Unified Hash Calculation API

 CryptoPkg/Library/HashApiLib/BaseHashApiLib.c   | 333 ++++++++++++++++++++
 CryptoPkg/CryptoPkg.dec                         |  26 +-
 CryptoPkg/CryptoPkg.dsc                         |   4 +-
 CryptoPkg/CryptoPkg.uni                         |  18 +-
 CryptoPkg/Include/Library/BaseHashApiLib.h      | 122 +++++++
 CryptoPkg/Library/HashApiLib/BaseHashApiLib.inf |  44 +++
 CryptoPkg/Library/HashApiLib/BaseHashApiLib.uni |  17 +
 7 files changed, 561 insertions(+), 3 deletions(-)
 create mode 100644 CryptoPkg/Library/HashApiLib/BaseHashApiLib.c
 create mode 100644 CryptoPkg/Include/Library/BaseHashApiLib.h
 create mode 100644 CryptoPkg/Library/HashApiLib/BaseHashApiLib.inf
 create mode 100644 CryptoPkg/Library/HashApiLib/BaseHashApiLib.uni

-- 
2.16.2.windows.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-30  1:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-30  1:02 [PATCH v7 0/2] CryptoPkg/BaseHashApiLib: Implement Unified Hash Calculation API Sukerkar, Amol N
2020-01-30  1:02 ` [PATCH v7 1/2] CryptoPkg: Add CryptoPkg Token Space GUID Sukerkar, Amol N
2020-01-30  1:02 ` [PATCH v7 2/2] CryptoPkg/BaseHashApiLib: Implement Unified Hash Calculation API Sukerkar, Amol N

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox