From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.120; helo=mga04.intel.com; envelope-from=jiewen.yao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id F2E29211EAA1B for ; Mon, 25 Mar 2019 01:22:07 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Mar 2019 01:22:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,256,1549958400"; d="scan'208";a="125611750" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga007.jf.intel.com with ESMTP; 25 Mar 2019 01:22:06 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 25 Mar 2019 01:22:06 -0700 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 25 Mar 2019 01:22:05 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.163]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.223]) with mapi id 14.03.0415.000; Mon, 25 Mar 2019 16:22:03 +0800 From: "Yao, Jiewen" To: "Gao, Zhichao" , "edk2-devel@lists.01.org" CC: "Ye, Ting" , Michael Turner , Bret Barkelew , "Gao, Liming" , Gang Wei Thread-Topic: [edk2] [PATCH 0/6] Add new APIs for BaseCryptLib Thread-Index: AQHU4r995czQUso5gkWpX4b325w3sqYcAfow Date: Mon, 25 Mar 2019 08:22:03 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503F58E264@shsmsx102.ccr.corp.intel.com> References: <20190325040113.18848-1-zhichao.gao@intel.com> In-Reply-To: <20190325040113.18848-1-zhichao.gao@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNmYxZmYzYzgtZDdhNS00YjAyLWI1NDEtMzRjM2MyYTRkOTEzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoibCtSdUM2aTIyVzMyNmEycWpFR3A5cTh6VFwvVVYwR28yb0xzRFI1Qm8xcW9Ia0wzb0M1bEtxRWFKXC8yNHdcL3p5YyJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 0/6] Add new APIs for BaseCryptLib X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Mar 2019 08:22:08 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi Would you please describe what unit test has been run for the new API ? > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Zhichao Gao > Sent: Monday, March 25, 2019 12:01 PM > To: edk2-devel@lists.01.org > Cc: Ye, Ting ; Michael Turner > ; Bret Barkelew > ; Gao, Liming ; > Gang Wei > Subject: [edk2] [PATCH 0/6] Add new APIs for BaseCryptLib >=20 > Add new API to get organization name > Add new API VerifyEKUsInPkcs7Signature > Add PKCS1v2 (RSAES-OAEP) support >=20 > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Zhichao Gao > Cc: Ting Ye > Cc: Gang Wei > Cc: Wang Jian J > Cc: Liming Gao > Cc: Sean Brogan > Cc: Michael Turner > Cc: Bret Barkelew >=20 > Bret Barkelew (6): > CryptoPkg/BaseCryptLib.h: Add new API to get organization name > CryptoPkg/BaseCryptLib: Add new API to get organization name > CryptoPkg/BaseCryptLib.h: Add new API VerifyEKUsInPkcs7Signature > CryptoPkg/BaseCryptLib: Add new API VerifyEKUsInPkcs7Signature > CryptoPkg/BaseCryptLib.h: Add PKCS1v2 (RSAES-OAEP) support. > CryptoPkg/BaseCryptLib: Add PKCS1v2 (RSAES-OAEP) support. >=20 > CryptoPkg/Include/Library/BaseCryptLib.h | 121 ++++- > CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf | 2 + > CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf | 4 +- > CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs1Oaep.c | 218 +++++++++ > .../Library/BaseCryptLib/Pk/CryptPkcs1OaepNull.c | 61 +++ > .../Library/BaseCryptLib/Pk/CryptPkcs7VerifyEku.c | 539 > +++++++++++++++++++++ > .../BaseCryptLib/Pk/CryptPkcs7VerifyEkuRuntime.c | 75 +++ > CryptoPkg/Library/BaseCryptLib/Pk/CryptX509.c | 102 +++- > CryptoPkg/Library/BaseCryptLib/Pk/CryptX509Null.c | 32 ++ > CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf | 2 + > CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf | 2 + > 11 files changed, 1144 insertions(+), 14 deletions(-) > create mode 100644 CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs1Oaep.c > create mode 100644 > CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs1OaepNull.c > create mode 100644 > CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyEku.c > create mode 100644 > CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyEkuRuntime.c >=20 > -- > 2.16.2.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel