public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Sukerkar, Amol N" <amol.n.sukerkar@intel.com>
To: devel@edk2.groups.io
Cc: michael.d.kinney@intel.com, jiewen.yao@intel.com,
	jian.j.wang@intel.com, sachin.agrawal@intel.com,
	srinivas.musti@intel.com, subash.lakkimsetti@intel.com,
	john.mathews@intel.com
Subject: [PATCH v8 0/2] CryptoPkg/BaseHashApiLib: Implement Unified Hash
Date: Fri, 31 Jan 2020 11:21:54 -0700	[thread overview]
Message-ID: <20200131182156.13332-1-amol.n.sukerkar@intel.com> (raw)

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.

Amol N Sukerkar (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/HashApiLib.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/HashApiLib.h
 create mode 100644 CryptoPkg/Library/HashApiLib/BaseHashApiLib.inf
 create mode 100644 CryptoPkg/Library/HashApiLib/BaseHashApiLib.uni

-- 
2.16.2.windows.1


             reply	other threads:[~2020-01-31 18:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-31 18:21 Sukerkar, Amol N [this message]
2020-01-31 18:21 ` [PATCH v8 1/2] CryptoPkg: Add CryptoPkg Token Space GUID Sukerkar, Amol N
2020-01-31 18:21 ` [PATCH v8 2/2] CryptoPkg/BaseHashApiLib: Implement Unified Hash Calculation API Sukerkar, Amol N

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200131182156.13332-1-amol.n.sukerkar@intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox