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: [email protected] Cc: Gao, Liming <[email protected]>; Dong, Eric <[email protected]>; Yao, Jiewen <[email protected]>; Tian, Feng <[email protected]>; Zeng, Star <[email protected]>; Ni, Ruiyu <[email protected]>; Justen, Jordan L <[email protected]>; Andrew Fish <[email protected]> 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 <[email protected]> Cc: Star Zeng <[email protected]> Cc: Ruiyu Ni <[email protected]> Cc: Jordan Justen <[email protected]> Cc: Andrew Fish <[email protected]> Cc: Liming Gao <[email protected]> Cc: Eric Dong <[email protected]> Cc: Jiewen Yao <[email protected]> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <[email protected]> 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 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

