From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga04.intel.com (mga04.intel.com []) by mx.groups.io with SMTP id smtpd.web09.457.1579399489675196374 for ; Sat, 18 Jan 2020 18:04:50 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: xiaoyux.lu@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jan 2020 18:04:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,336,1574150400"; d="scan'208";a="258298729" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga002.fm.intel.com with ESMTP; 18 Jan 2020 18:04:49 -0800 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sat, 18 Jan 2020 18:04:40 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Sun, 19 Jan 2020 10:04:38 +0800 Received: from shsmsx603.ccr.corp.intel.com ([10.109.6.143]) by SHSMSX603.ccr.corp.intel.com ([10.109.6.143]) with mapi id 15.01.1713.004; Sun, 19 Jan 2020 10:04:38 +0800 From: "Xiaoyu Lu" To: "devel@edk2.groups.io" , "Wang, Jian J" 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: AQHVzDOdPs4qSRTA2keZFMxfQUeL0KfxO5Ug Date: Sun, 19 Jan 2020 02:04:38 +0000 Message-ID: <793d4ce1388b46dd814d660a2d71836d@intel.com> References: <20200116061004.636-1-jian.j.wang@intel.com> In-Reply-To: <20200116061004.636-1-jian.j.wang@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.36] MIME-Version: 1.0 Return-Path: xiaoyux.lu@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi Jian, The date of copyright info should be update to 2020 in each changed file.= with these changed: Reviewed-by: Xiaoyu Lu Thanks. > -----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 >=20 > v3 changes per Laszlo's comments: >=20 > - Fix typos >=20 > - Change api name also for BaseCryptLibNull >=20 > - Split the patch into two >=20 > (v3 branch: https://github.com/jwang36/edk2/tree/fix-bz1792-v3) >=20 >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1792 >=20 > Cc: Xiaoyu Lu >=20 > Cc: Laszlo Ersek >=20 > Signed-off-by: Jian J Wang >=20 > Jian J Wang (2): > CryptoPkg/BaseCryptLib: replace HmacXxxInit API with HmacXxxSetKey > CryptoPkg/BaseCryptLib: remove HmacXxxGetContextSize interface >=20 > 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(-) >=20 > -- > 2.24.0.windows.2 >=20 >=20 > -=3D-=3D-=3D-=3D-=3D-=3D > Groups.io Links: You receive all messages sent to this group. >=20 > View/Reply Online (#53299): https://edk2.groups.io/g/devel/message/53299 > 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.com] > -=3D-=3D-=3D-=3D-=3D-=3D