public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Yao, Jiewen" <jiewen.yao@intel.com>
To: "Zhang, Qi1" <qi1.zhang@intel.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: "Wang, Jian J" <jian.j.wang@intel.com>,
	"Lu, Xiaoyu1" <xiaoyu1.lu@intel.com>,
	"Jiang, Guomin" <guomin.jiang@intel.com>
Subject: Re: [PATCH V2 0/3] CryptoPkg: Add EC key retrieving and signature interface.
Date: Wed, 12 Oct 2022 05:57:44 +0000	[thread overview]
Message-ID: <MW4PR11MB58720C8AF6FA9C4A65415DA28C229@MW4PR11MB5872.namprd11.prod.outlook.com> (raw)
In-Reply-To: <cover.1665542309.git.qi1.zhang@intel.com>

Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>

Merged https://github.com/tianocore/edk2/pull/3469

> -----Original Message-----
> From: Zhang, Qi1 <qi1.zhang@intel.com>
> Sent: Wednesday, October 12, 2022 10:48 AM
> To: devel@edk2.groups.io
> Cc: Zhang, Qi1 <qi1.zhang@intel.com>; Yao, Jiewen
> <jiewen.yao@intel.com>; Wang, Jian J <jian.j.wang@intel.com>; Lu, Xiaoyu1
> <xiaoyu1.lu@intel.com>; Jiang, Guomin <guomin.jiang@intel.com>
> Subject: [PATCH V2 0/3] CryptoPkg: Add EC key retrieving and signature
> interface.
> 
> This patch is used to retrieve EC key from PEM and X509 and
> carry out the EC-DSA signature and verify it.
> 
> The interface was tested by:
> 1. DeviceSecurity on edk2-staging
> https://github.com/tianocore/edk2-staging/tree/DeviceSecurity.
> 2. Unit test in CryptoPkg/Test
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4102
> PR: https://github.com/tianocore/edk2/pull/3464
> 
> V2 change: change the protocol version.
> 
> Cc: Jiewen Yao <jiewen.yao@intel.com>
> Cc: Jian J Wang <jian.j.wang@intel.com>
> Cc: Xiaoyu Lu <xiaoyu1.lu@intel.com>
> Cc: Guomin Jiang <guomin.jiang@intel.com>
> Signed-off-by: Qi Zhang <qi1.zhang@intel.com>
> 
> Qi Zhang (3):
>   CryptoPkg: Add EC key retrieving and signature interface.
>   CryptoPkg: Add EC key interface to DXE and protocol
>   CryptoPkg: add unit test for EC key interface.
> 
>  CryptoPkg/Driver/Crypto.c                     | 143 +++++++++-
>  CryptoPkg/Include/Library/BaseCryptLib.h      | 129 +++++++++
>  .../Pcd/PcdCryptoServiceFamilyEnable.h        |   4 +
>  CryptoPkg/Library/BaseCryptLib/Pem/CryptPem.c |  87 ++++++
>  .../Library/BaseCryptLib/Pem/CryptPemNull.c   |  30 ++
>  CryptoPkg/Library/BaseCryptLib/Pk/CryptEc.c   | 258
> ++++++++++++++++++
>  .../Library/BaseCryptLib/Pk/CryptEcNull.c     |  82 ++++++
>  CryptoPkg/Library/BaseCryptLib/Pk/CryptX509.c |  83 ++++++
>  .../Library/BaseCryptLib/Pk/CryptX509Null.c   |  28 ++
>  .../BaseCryptLibNull/Pem/CryptPemNull.c       |  30 ++
>  .../Library/BaseCryptLibNull/Pk/CryptEcNull.c |  82 ++++++
>  .../BaseCryptLibNull/Pk/CryptX509Null.c       |  28 ++
>  .../BaseCryptLibOnProtocolPpi/CryptLib.c      | 136 +++++++++
>  CryptoPkg/Private/Protocol/Crypto.h           | 131 ++++++++-
>  .../UnitTest/Library/BaseCryptLib/EcTests.c   | 156 +++++++++++
>  15 files changed, 1405 insertions(+), 2 deletions(-)
> 
> --
> 2.26.2.windows.1


      parent reply	other threads:[~2022-10-12  5:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-12  2:47 [PATCH V2 0/3] CryptoPkg: Add EC key retrieving and signature interface Qi Zhang
2022-10-12  2:47 ` [PATCH V2 1/3] " Qi Zhang
2022-10-12  2:47 ` [PATCH V2 2/3] CryptoPkg: Add EC key interface to DXE and protocol Qi Zhang
2022-10-12  2:48 ` [PATCH V2 3/3] CryptoPkg: add unit test for EC key interface Qi Zhang
2022-10-12  5:57 ` Yao, Jiewen [this message]

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=MW4PR11MB58720C8AF6FA9C4A65415DA28C229@MW4PR11MB5872.namprd11.prod.outlook.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