From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mx.groups.io with SMTP id smtpd.web11.12977.1579537520750138760 for ; Mon, 20 Jan 2020 08:25:20 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.31, mailfrom: jian.j.wang@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Jan 2020 08:25:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,342,1574150400"; d="scan'208";a="250008515" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga004.fm.intel.com with ESMTP; 20 Jan 2020 08:25:19 -0800 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 20 Jan 2020 08:25:19 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 20 Jan 2020 08:25:18 -0800 Received: from shsmsx107.ccr.corp.intel.com ([169.254.9.210]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.55]) with mapi id 14.03.0439.000; Tue, 21 Jan 2020 00:25:17 +0800 From: "Wang, Jian J" To: "Lu, XiaoyuX" , "devel@edk2.groups.io" CC: Laszlo Ersek Subject: Re: [edk2-devel] [PATCH v3 0/2] Remove deprecated code in BaseCryptLib Thread-Topic: [edk2-devel] [PATCH v3 0/2] Remove deprecated code in BaseCryptLib Thread-Index: AQHVzDOdjSrdh44xIUeB3vsAmNAKrafxO5UggAKIPPA= Date: Mon, 20 Jan 2020 16:25:16 +0000 Message-ID: References: <20200116061004.636-1-jian.j.wang@intel.com> <793d4ce1388b46dd814d660a2d71836d@intel.com> In-Reply-To: <793d4ce1388b46dd814d660a2d71836d@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODE3NGMxMjUtN2U2NS00NjUyLTg4NzQtMmZkYWQ2NzZjNTEzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoicm1wYmlGTDFlWnp1VDVIeVlkSGJaRThoZnNWbjJ0SEVjRldScGU4OStmWllzakpqbyt4U1JLeGhVZFlGanlHOSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: jian.j.wang@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Thanks for the comment. It will be updated before push. Regards, Jian > -----Original Message----- > From: Lu, XiaoyuX > Sent: Sunday, January 19, 2020 10:05 AM > To: devel@edk2.groups.io; Wang, Jian J > Cc: Laszlo Ersek > Subject: RE: [edk2-devel] [PATCH v3 0/2] Remove deprecated code in > BaseCryptLib >=20 > Hi Jian, >=20 > The date of copyright info should be update to 2020 in each changed fil= e. with > these changed: > Reviewed-by: Xiaoyu Lu >=20 > Thanks. >=20 > > -----Original Message----- > > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > > Wang, Jian J > > Sent: Thursday, January 16, 2020 2:10 PM > > To: devel@edk2.groups.io > > Cc: Lu, XiaoyuX ; Laszlo Ersek > > Subject: [edk2-devel] [PATCH v3 0/2] Remove deprecated code in > > BaseCryptLib > > > > v3 changes per Laszlo's comments: > > > > - Fix typos > > > > - Change api name also for BaseCryptLibNull > > > > - Split the patch into two > > > > (v3 branch: https://github.com/jwang36/edk2/tree/fix-bz1792-v3) > > > > > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1792 > > > > Cc: Xiaoyu Lu > > > > Cc: Laszlo Ersek > > > > Signed-off-by: Jian J Wang > > > > Jian J Wang (2): > > CryptoPkg/BaseCryptLib: replace HmacXxxInit API with HmacXxxSetKey > > CryptoPkg/BaseCryptLib: remove HmacXxxGetContextSize interface > > > > CryptoPkg/Include/Library/BaseCryptLib.h | 111 +++++------------- > > .../Library/BaseCryptLib/Hmac/CryptHmacMd5.c | 58 ++------- > > .../BaseCryptLib/Hmac/CryptHmacMd5Null.c | 28 +---- > > .../Library/BaseCryptLib/Hmac/CryptHmacSha1.c | 59 ++-------- > > .../BaseCryptLib/Hmac/CryptHmacSha1Null.c | 28 +---- > > .../BaseCryptLib/Hmac/CryptHmacSha256.c | 58 ++------- > > .../BaseCryptLib/Hmac/CryptHmacSha256Null.c | 28 +---- > > .../BaseCryptLibNull/Hmac/CryptHmacMd5Null.c | 28 +---- > > .../BaseCryptLibNull/Hmac/CryptHmacSha1Null.c | 28 +---- > > .../Hmac/CryptHmacSha256Null.c | 28 +---- > > 10 files changed, 84 insertions(+), 370 deletions(-) > > > > -- > > 2.24.0.windows.2 > > > > > > -=3D-=3D-=3D-=3D-=3D-=3D > > Groups.io Links: You receive all messages sent to this group. > > > > View/Reply Online (#53299): https://edk2.groups.io/g/devel/message/5329= 9 > > Mute This Topic: https://groups.io/mt/69742158/1780156 > > Group Owner: devel+owner@edk2.groups.io > > Unsubscribe: https://edk2.groups.io/g/devel/unsub [xiaoyux.lu@intel.co= m] > > -=3D-=3D-=3D-=3D-=3D-=3D