public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v1 0/1] *** Unified Hash Calucation API ***
@ 2020-01-13 19:39 Sukerkar, Amol N
  2020-01-13 19:39 ` [PATCH v1 1/1] SecurityPkg: BaseHashLib: Implement Unified Hash API-for- Sukerkar, Amol N
  0 siblings, 1 reply; 2+ messages in thread
From: Sukerkar, Amol N @ 2020-01-13 19:39 UTC (permalink / raw)
  To: devel; +Cc: sachin.agrawal, srinivas.musti, Sukerkar, Amol N

From: "Sukerkar, Amol N" <amol.n.sukerkar@intel.com>

Currently the UEFI drivers using the SHA/SM3 hashing algorithms use hard-coded API to calculate the hash, such as, sha_256(…), etc. Since SHA384 and/or SM3 are being increasingly adopted, it becomes cumbersome to modify the driver with SHA384 or SM3 calls for each application.

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 hashing algorithm they desired or the strongest hashing algorithm the system supports (with openssl). Attached is the design proposal for the same and we request feedback from the community before we begin the process of making the changes to EDK2 repo.

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


Sukerkar, Amol N (1):
  SecurityPkg: BaseHashLib: Implement Unified Hash API-for-

 SecurityPkg/Library/BaseHashLib/BaseHashLibCommon.c | 252 ++++++++++++++++++++
 SecurityPkg/Library/BaseHashLib/BaseHashLibDxe.c    | 122 ++++++++++
 SecurityPkg/Library/BaseHashLib/BaseHashLibPei.c    | 125 ++++++++++
 SecurityPkg/Include/Library/BaseHashLib.h           |  84 +++++++
 SecurityPkg/Library/BaseHashLib/BaseHashLibCommon.h |  71 ++++++
 SecurityPkg/Library/BaseHashLib/BaseHashLibDxe.inf  |  47 ++++
 SecurityPkg/Library/BaseHashLib/BaseHashLibDxe.uni  |  18 ++
 SecurityPkg/Library/BaseHashLib/BaseHashLibPei.inf  |  52 ++++
 SecurityPkg/Library/BaseHashLib/BaseHashLibPei.uni  |  17 ++
 SecurityPkg/SecurityPkg.dec                         |  23 +-
 SecurityPkg/SecurityPkg.dsc                         |  10 +-
 SecurityPkg/SecurityPkg.uni                         |  15 +-
 12 files changed, 833 insertions(+), 3 deletions(-)
 create mode 100644 SecurityPkg/Library/BaseHashLib/BaseHashLibCommon.c
 create mode 100644 SecurityPkg/Library/BaseHashLib/BaseHashLibDxe.c
 create mode 100644 SecurityPkg/Library/BaseHashLib/BaseHashLibPei.c
 create mode 100644 SecurityPkg/Include/Library/BaseHashLib.h
 create mode 100644 SecurityPkg/Library/BaseHashLib/BaseHashLibCommon.h
 create mode 100644 SecurityPkg/Library/BaseHashLib/BaseHashLibDxe.inf
 create mode 100644 SecurityPkg/Library/BaseHashLib/BaseHashLibDxe.uni
 create mode 100644 SecurityPkg/Library/BaseHashLib/BaseHashLibPei.inf
 create mode 100644 SecurityPkg/Library/BaseHashLib/BaseHashLibPei.uni

-- 
2.16.2.windows.1


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

end of thread, other threads:[~2020-01-13 19:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-13 19:39 [PATCH v1 0/1] *** Unified Hash Calucation API *** Sukerkar, Amol N
2020-01-13 19:39 ` [PATCH v1 1/1] SecurityPkg: BaseHashLib: Implement Unified Hash API-for- 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