public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/6] Add new APIs for BaseCryptLib
@ 2019-03-25  4:01 Zhichao Gao
  2019-03-25  4:01 ` [PATCH 1/6] CryptoPkg/BaseCryptLib.h: Add new API to get organization name Zhichao Gao
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Zhichao Gao @ 2019-03-25  4:01 UTC (permalink / raw)
  To: edk2-devel
  Cc: Ting Ye, Gang Wei, Wang Jian J, Liming Gao, Sean Brogan,
	Michael Turner, Bret Barkelew

Add new API to get organization name
Add new API VerifyEKUsInPkcs7Signature
Add PKCS1v2 (RSAES-OAEP) support

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhichao Gao <zhichao.gao@intel.com>
Cc: Ting Ye <ting.ye@intel.com>
Cc: Gang Wei <gang.wei@intel.com>
Cc: Wang Jian J <jian.j.wang@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Michael Turner <Michael.Turner@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>

Bret Barkelew (6):
  CryptoPkg/BaseCryptLib.h: Add new API to get organization name
  CryptoPkg/BaseCryptLib: Add new API to get organization name
  CryptoPkg/BaseCryptLib.h: Add new API VerifyEKUsInPkcs7Signature
  CryptoPkg/BaseCryptLib: Add new API VerifyEKUsInPkcs7Signature
  CryptoPkg/BaseCryptLib.h: Add PKCS1v2 (RSAES-OAEP) support.
  CryptoPkg/BaseCryptLib: Add PKCS1v2 (RSAES-OAEP) support.

 CryptoPkg/Include/Library/BaseCryptLib.h           | 121 ++++-
 CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf    |   2 +
 CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf     |   4 +-
 CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs1Oaep.c | 218 +++++++++
 .../Library/BaseCryptLib/Pk/CryptPkcs1OaepNull.c   |  61 +++
 .../Library/BaseCryptLib/Pk/CryptPkcs7VerifyEku.c  | 539 +++++++++++++++++++++
 .../BaseCryptLib/Pk/CryptPkcs7VerifyEkuRuntime.c   |  75 +++
 CryptoPkg/Library/BaseCryptLib/Pk/CryptX509.c      | 102 +++-
 CryptoPkg/Library/BaseCryptLib/Pk/CryptX509Null.c  |  32 ++
 CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf |   2 +
 CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf     |   2 +
 11 files changed, 1144 insertions(+), 14 deletions(-)
 create mode 100644 CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs1Oaep.c
 create mode 100644 CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs1OaepNull.c
 create mode 100644 CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyEku.c
 create mode 100644 CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyEkuRuntime.c

-- 
2.16.2.windows.1



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

end of thread, other threads:[~2019-04-17  6:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-25  4:01 [PATCH 0/6] Add new APIs for BaseCryptLib Zhichao Gao
2019-03-25  4:01 ` [PATCH 1/6] CryptoPkg/BaseCryptLib.h: Add new API to get organization name Zhichao Gao
2019-03-25  4:01 ` [PATCH 2/6] CryptoPkg/BaseCryptLib: " Zhichao Gao
2019-03-25  4:01 ` [PATCH 3/6] CryptoPkg/BaseCryptLib.h: Add new API VerifyEKUsInPkcs7Signature Zhichao Gao
2019-03-25  4:01 ` [PATCH 4/6] CryptoPkg/BaseCryptLib: " Zhichao Gao
2019-03-25  4:01 ` [PATCH 5/6] CryptoPkg/BaseCryptLib.h: Add PKCS1v2 (RSAES-OAEP) support Zhichao Gao
2019-03-25  4:01 ` [PATCH 6/6] CryptoPkg/BaseCryptLib: " Zhichao Gao
2019-03-25  8:22 ` [PATCH 0/6] Add new APIs for BaseCryptLib Yao, Jiewen
2019-03-28  4:04   ` Gao, Zhichao
2019-04-17  5:57     ` [edk2] " Gao, Zhichao
2019-04-17  6:09       ` Wang, Jian J

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