public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Yao, Jiewen" <jiewen.yao@intel.com>
To: "Li, Yi1" <yi1.li@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>,
	"Kinney, Michael D" <michael.d.kinney@intel.com>,
	"Gao, Liming" <gaoliming@byosoft.com.cn>
Subject: Re: [edk2-devel] [PATCH V3 0/3] CryptoPkg: Extend Tls library
Date: Mon, 10 Oct 2022 06:31:03 +0000	[thread overview]
Message-ID: <MW4PR11MB5872FE205110CB12B8E3E9C58C209@MW4PR11MB5872.namprd11.prod.outlook.com> (raw)
In-Reply-To: <SJ1PR11MB6227C779EE562C34095BFCC6C5209@SJ1PR11MB6227.namprd11.prod.outlook.com>

Thanks. Merged https://github.com/tianocore/edk2/pull/3458

> -----Original Message-----
> From: Li, Yi1 <yi1.li@intel.com>
> Sent: Monday, October 10, 2022 1:38 PM
> To: Yao, Jiewen <jiewen.yao@intel.com>; 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>; Kinney,
> Michael D <michael.d.kinney@intel.com>; Gao, Liming
> <gaoliming@byosoft.com.cn>
> Subject: RE: [edk2-devel] [PATCH V3 0/3] CryptoPkg: Extend Tls library
> 
> Hi Jiewen,
> Yes it is, based on latest commit
> 3c9e2f239a38590b4e3a8c1ec2304227f2af0103.
> I applied them to EDKII master branch successfully, not sure why.
> Attachments are the successful patch files for reference, But they are same
> as the patches in the mail.
> Let me know if there are still conflicts.
> 
> Thanks,
> Yi
> 
> -----Original Message-----
> From: Yao, Jiewen <jiewen.yao@intel.com>
> Sent: Monday, October 10, 2022 12:46 PM
> To: devel@edk2.groups.io; Yao, Jiewen <jiewen.yao@intel.com>; Li, Yi1
> <yi1.li@intel.com>
> Cc: Wang, Jian J <jian.j.wang@intel.com>; Lu, Xiaoyu1
> <xiaoyu1.lu@intel.com>; Jiang, Guomin <guomin.jiang@intel.com>; Kinney,
> Michael D <michael.d.kinney@intel.com>; Gao, Liming
> <gaoliming@byosoft.com.cn>
> Subject: RE: [edk2-devel] [PATCH V3 0/3] CryptoPkg: Extend Tls library
> 
> Hi Yi
> Is this patch based on latest EDKII?
> 
> I failed to apply the patch 2/3.
> The 1/3 and 3/3 are good.
> 
> 
> 
> 
> > -----Original Message-----
> > From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Yao,
> > Jiewen
> > Sent: Monday, October 10, 2022 10:47 AM
> > To: Li, Yi1 <yi1.li@intel.com>; 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>;
> > Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming
> > <gaoliming@byosoft.com.cn>
> > Subject: Re: [edk2-devel] [PATCH V3 0/3] CryptoPkg: Extend Tls library
> >
> > Thanks for the update.
> > For all patches, reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>
> >
> > I think we need MdePkg owner to give R-B or A-B for TLS definition in
> > MdePkg. Mike or Liming?
> >
> > Thank you
> > Yao Jiewen
> >
> >
> > > -----Original Message-----
> > > From: Li, Yi1 <yi1.li@intel.com>
> > > Sent: Monday, October 10, 2022 10:40 AM
> > > To: devel@edk2.groups.io
> > > Cc: Li, Yi1 <yi1.li@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>;
> > > Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming
> > > <gaoliming@byosoft.com.cn>
> > > Subject: [PATCH V3 0/3] CryptoPkg: Extend Tls library
> > >
> > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3892
> > >
> > > Review PR: https://github.com/tianocore/edk2/pull/3400
> > > This patch sequence is used to extend Tls library, which are wrapped
> > > over OpenSSL. The implementation provides library functions for EFI
> > > DXE dirver and Protocol.
> > >
> > > All APIs passed unit test and fuzzing test, detail as:
> > > 1. Unit test:
> > > New Tls APIs tested on Intel platform as part of WIFI WPA3 feature.
> > > 2. Fuzzing test:
> > > Various Fuzz Testing are employed across the all introduced APIs,
> > > and the test is used AFL (2.52b) and Libfuzzer (clang+llvm-11.0.0)
> > > as the fuzzer, based on HBFA.
> > > Fuzzing Pass Rate is 100%;
> > > The Code Coverage of new APIs is 91%.
> > > All test case show in:
> > > https://github.com/liyi77/edk2-
> > >
> staging/tree/HBFA/HBFA/UefiHostFuzzTestCasePkg/TestCase/CryptoPkg
> > >
> > > V2 change:
> > > Move the newly added APIs to the end of struct PCD.
> > > V3 change:
> > > Corrected tls specification reference and tls cipher suite names.
> > >
> > > Tested-by: Yi Li <yi1.li@intel.com>
> > > 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>
> > > Cc: Michael D Kinney <michael.d.kinney@intel.com>
> > > Cc: Liming Gao <gaoliming@byosoft.com.cn>
> > >
> > > Signed-off-by: Yi Li <yi1.li@intel.com>
> > >
> > > Yi Li (3):
> > >   MdePkg: Add Tls configuration related define
> > >   CryptoPkg: Extend Tls function library
> > >   CryptoPkg: Add new Tls APIs to DXE and protocol
> > >
> > >  CryptoPkg/Driver/Crypto.c                     | 155 +++++++-
> > >  CryptoPkg/Include/Library/TlsLib.h            | 126 +++++-
> > >  .../Pcd/PcdCryptoServiceFamilyEnable.h        |   5 +
> > >  .../BaseCryptLibOnProtocolPpi/CryptLib.c      | 146 ++++++-
> > >  CryptoPkg/Library/TlsLib/InternalTlsLib.h     |   4 +
> > >  CryptoPkg/Library/TlsLib/TlsConfig.c          | 366 +++++++++++++++++-
> > >  CryptoPkg/Library/TlsLib/TlsProcess.c         |  32 ++
> > >  CryptoPkg/Library/TlsLibNull/TlsConfigNull.c  | 123 +++++-
> > > CryptoPkg/Library/TlsLibNull/TlsProcessNull.c |  23 ++
> > >  CryptoPkg/Private/Protocol/Crypto.h           | 136 ++++++-
> > >  MdePkg/Include/IndustryStandard/Tls1.h        | 112 ++++--
> > >  11 files changed, 1177 insertions(+), 51 deletions(-)
> > >
> > > --
> > > 2.31.1.windows.1
> >
> >
> >
> > 
> >


      reply	other threads:[~2022-10-10  6:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-10  2:39 [PATCH V3 0/3] CryptoPkg: Extend Tls library Li, Yi
2022-10-10  2:39 ` [PATCH V3 1/3] MdePkg: Add Tls configuration related define Li, Yi
2022-10-10  3:06   ` Michael D Kinney
2022-10-10  2:39 ` [PATCH V3 2/3] CryptoPkg: Extend Tls function library Li, Yi
2022-10-10  2:39 ` [PATCH V3 3/3] CryptoPkg: Add new Tls APIs to DXE and protocol Li, Yi
2022-10-10  2:46 ` [PATCH V3 0/3] CryptoPkg: Extend Tls library Yao, Jiewen
     [not found] ` <171C9530E5033AAA.32766@groups.io>
2022-10-10  4:45   ` [edk2-devel] " Yao, Jiewen
2022-10-10  5:38     ` Li, Yi
2022-10-10  6:31       ` 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=MW4PR11MB5872FE205110CB12B8E3E9C58C209@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