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>
Subject: Re: [PATCH 0/3] CryptoPkg: Enable ECC in openssllib by a customize-able way
Date: Wed, 13 Apr 2022 06:41:56 +0000 [thread overview]
Message-ID: <MW4PR11MB58729213C2ABDD5F792342B08CEC9@MW4PR11MB5872.namprd11.prod.outlook.com> (raw)
In-Reply-To: <cover.1649826540.git.yi1.li@intel.com>
Thanks for the contribution. Great progress on adding ECC.
With PcdLib removed and "no-ec" removed, the series is reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>
> -----Original Message-----
> From: Li, Yi1 <yi1.li@intel.com>
> Sent: Wednesday, April 13, 2022 2:24 PM
> 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>
> Subject: [PATCH 0/3] CryptoPkg: Enable ECC in openssllib by a customize-able
> way
>
> EDK2 has Enabled a feature which allow SOURCE section in INF files to
> use Pcd to customize source files list. If Pcd equal to FALSE, this
> file will not be compiled.
> https://github.com/tianocore/edk2/commit/
> bf9230a9f3dde065c3c8b4175ccd32e44e8f0362
> The patches add a customizable EC feature to CryptoPkg by this feature.
>
> If Pcd equal to FALSE(Diabled), the binary size will not be changed.
>
> Size diff(Bytes):
> | CryptDxe.efi | CryptPei.efi | CryptSmm.efi |
> Before | 815,616 | 540,544 | 563,712 |
> Diabled | 815,616 | 540,544 | 563,712 |
> Enabled | 1,008,352 | 721,408 | 744,832 |
>
> Cc: Jiewen Yao <jiewen.yao@intel.com>
> Cc: Jian J Wang <jian.j.wang@intel.com>
>
> Signed-off-by: yi1 li <yi1.li@intel.com>
> yi1 li (3):
> CryptoPkg: Add instrinsics to support building ECC on IA32 windows
> CryptoPkg: Reconfigure OpensslLib to add EC algorithms
> CryptoPkg: Make EC source file config-able
>
> CryptoPkg/CryptoPkg.dec | 4 +
> .../Library/Include/openssl/opensslconf.h | 10 +-
> .../Library/IntrinsicLib/Ia32/MathLlmul.asm | 98 +++++++++++++++++++
> .../Library/IntrinsicLib/Ia32/MathLlshr.asm | 78 +++++++++++++++
> .../Library/IntrinsicLib/IntrinsicLib.inf | 2 +
> CryptoPkg/Library/OpensslLib/OpensslLib.inf | 50 ++++++++++
> .../Library/OpensslLib/OpensslLibCrypto.inf | 50 ++++++++++
> CryptoPkg/Library/OpensslLib/process_files.pl | 2 +-
> 8 files changed, 289 insertions(+), 5 deletions(-)
> create mode 100644 CryptoPkg/Library/IntrinsicLib/Ia32/MathLlmul.asm
> create mode 100644 CryptoPkg/Library/IntrinsicLib/Ia32/MathLlshr.asm
>
> --
> 2.33.0.windows.2
next prev parent reply other threads:[~2022-04-13 6:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-13 6:24 [PATCH 0/3] CryptoPkg: Enable ECC in openssllib by a customize-able way yi1 li
2022-04-13 6:24 ` [PATCH 1/3] CryptoPkg: Add instrinsics to support building ECC on IA32 windows yi1 li
2022-04-13 6:35 ` Yao, Jiewen
2022-04-13 6:24 ` [PATCH 2/3] CryptoPkg: Reconfigure OpensslLib to add EC algorithms yi1 li
2022-04-13 6:37 ` Yao, Jiewen
2022-04-13 6:24 ` [PATCH 3/3] CryptoPkg: Make EC source file config-able yi1 li
2022-04-13 6:34 ` Yao, Jiewen
2022-04-13 6:41 ` Yao, Jiewen [this message]
2022-04-13 7:03 ` [PATCH 0/3] CryptoPkg: Enable ECC in openssllib by a customize-able way yi1 li
2022-04-14 3:18 ` Yao, Jiewen
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=MW4PR11MB58729213C2ABDD5F792342B08CEC9@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