public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Bi, Dandan" <dandan.bi@intel.com>
To: "Gao, Liming" <liming.gao@intel.com>,
	"edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Cc: "Dong, Eric" <eric.dong@intel.com>,
	"Yao, Jiewen" <jiewen.yao@intel.com>,
	 "Tian, Feng" <feng.tian@intel.com>,
	"Zeng, Star" <star.zeng@intel.com>,
	"Ni, Ruiyu" <ruiyu.ni@intel.com>,
	"Justen, Jordan L" <jordan.l.justen@intel.com>,
	Andrew Fish <afish@apple.com>
Subject: Re: [patch 0/4] MdeModulePkg: Use SHA256 algorithm for password encoding
Date: Thu, 17 Nov 2016 03:40:41 +0000	[thread overview]
Message-ID: <3C0D5C461C9E904E8F62152F6274C0BB3965E7ED@shsmsx102.ccr.corp.intel.com> (raw)
In-Reply-To: <4A89E2EF3DFEDB4C8BFDE51014F606A14B4B4993@shsmsx102.ccr.corp.intel.com>

Hi Liming,

Got it ! Thanks for your comments. I will remove the password sample in the DriverSampleDxe.

Hi all,

Please ignore these patch series! Sorry for any inconvenience.

Thanks,
Dandan

-----Original Message-----
From: Gao, Liming 
Sent: Thursday, November 17, 2016 11:28 AM
To: Bi, Dandan <dandan.bi@intel.com>; edk2-devel@lists.01.org
Cc: Dong, Eric <eric.dong@intel.com>; Yao, Jiewen <jiewen.yao@intel.com>; Tian, Feng <feng.tian@intel.com>; Zeng, Star <star.zeng@intel.com>; Ni, Ruiyu <ruiyu.ni@intel.com>; Justen, Jordan L <jordan.l.justen@intel.com>; Andrew Fish <afish@apple.com>
Subject: RE: [patch 0/4] MdeModulePkg: Use SHA256 algorithm for password encoding

Dandan:

I don't think MdeModulePkg can depend on CryptoPkg. Could you drop password sample in DriverSample driver? You may consider add such sample in some SecurityPkg driver. 

Thanks
Liming
-----Original Message-----
From: Bi, Dandan
Sent: Thursday, November 17, 2016 10:26 AM
To: edk2-devel@lists.01.org
Cc: Gao, Liming <liming.gao@intel.com>; Dong, Eric <eric.dong@intel.com>; Yao, Jiewen <jiewen.yao@intel.com>; Tian, Feng <feng.tian@intel.com>; Zeng, Star <star.zeng@intel.com>; Ni, Ruiyu <ruiyu.ni@intel.com>; Justen, Jordan L <jordan.l.justen@intel.com>; Andrew Fish <afish@apple.com>
Subject: [patch 0/4] MdeModulePkg: Use SHA256 algorithm for password encoding

Patch 1-3: Update the dsc file of related package which ues the DriverSampleDxe, becasue DriverSampleDxe will consume BaseCryptLib/OpensslLib/IntrinsicLib.
Patch 4: Use SHA256 algorithm for password encoding

Cc: Feng Tian <feng.tian@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Andrew Fish <afish@apple.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>

Dandan Bi (4):
  MdeModulePkg: Add BaseCryptLib/OpensslLib/IntrinsicLib
  Nt32Pkg: Add BaseCryptLib/OpensslLib/IntrinsicLib
  EmulatorPkg: Add BaseCryptLib/OpensslLib/IntrinsicLib
  MdeModulePkg/DriverSample: Use SHA256 algorithm for password encoding

 EmulatorPkg/EmulatorPkg.dsc                        |   5 +-
 MdeModulePkg/MdeModulePkg.dsc                      |   4 +
 .../Universal/DriverSampleDxe/DriverSample.c       | 171 ++++++++++++---------
 .../Universal/DriverSampleDxe/DriverSample.h       |   3 +-
 .../Universal/DriverSampleDxe/DriverSampleDxe.inf  |   4 +-
 .../Universal/DriverSampleDxe/NVDataStruc.h        |   7 +-
 MdeModulePkg/Universal/DriverSampleDxe/Vfr.vfr     |   8 -
 Nt32Pkg/Nt32Pkg.dsc                                |   7 +-
 8 files changed, 123 insertions(+), 86 deletions(-)

--
1.9.5.msysgit.1



      reply	other threads:[~2016-11-17  3:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-17  2:25 [patch 0/4] MdeModulePkg: Use SHA256 algorithm for password encoding Dandan Bi
2016-11-17  2:25 ` [patch 1/4] MdeModulePkg: Add BaseCryptLib/OpensslLib/IntrinsicLib Dandan Bi
2016-11-17  2:25 ` [patch 2/4] Nt32Pkg: " Dandan Bi
2016-11-17  2:34   ` Ni, Ruiyu
2016-11-17  2:25 ` [patch 3/4] EmulatorPkg: " Dandan Bi
2016-11-17  2:25 ` [patch 4/4] MdeModulePkg/DriverSample: Use SHA256 algorithm for password encoding Dandan Bi
2016-11-17  3:28 ` [patch 0/4] MdeModulePkg: " Gao, Liming
2016-11-17  3:40   ` Bi, Dandan [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=3C0D5C461C9E904E8F62152F6274C0BB3965E7ED@shsmsx102.ccr.corp.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