From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web10.12625.1588950829636683852 for ; Fri, 08 May 2020 08:13:49 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: jian.j.wang@intel.com) IronPort-SDR: 0Kel5LElW6o2/0RtlYiTJWCy4C0Cbp/rzC+Jmbv9HM5K3GptH+N3gInoX2NzVe2hfNC7/Hle7O WE61Il5NlP0Q== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 May 2020 08:13:49 -0700 IronPort-SDR: 7Zp5jm/l8a1l8/tUiQb2eQ6OQvicWDEF3lzBrKxIo4y3KeI23nf+bEmc5xq6VJwSTPxQMyoEfn e9X/3XItqexw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,368,1583222400"; d="scan'208";a="285492382" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga004.fm.intel.com with ESMTP; 08 May 2020 08:13:48 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 8 May 2020 08:13:48 -0700 Received: from shsmsx107.ccr.corp.intel.com ([169.254.9.200]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.91]) with mapi id 14.03.0439.000; Fri, 8 May 2020 23:13:45 +0800 From: "Wang, Jian J" To: "Gao, Zhichao" , "devel@edk2.groups.io" CC: "Lu, XiaoyuX" , "Fu, Siyuan" , "Kinney, Michael D" , "Yao, Jiewen" Subject: Re: [PATCH V3 8/8] CryptoPkg/Crypto.h: Update the version of Crypto Driver Thread-Topic: [PATCH V3 8/8] CryptoPkg/Crypto.h: Update the version of Crypto Driver Thread-Index: AQHWJAI2xuad9zrQ4U2U+40caQfMUqieTinQ Date: Fri, 8 May 2020 15:13:45 +0000 Message-ID: References: <20200506235746.19500-1-zhichao.gao@intel.com> <20200506235746.19500-9-zhichao.gao@intel.com> In-Reply-To: <20200506235746.19500-9-zhichao.gao@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 Zhichao, You could add 'Intel' copyright in file header. With it addressed, Reviewed-by: Jian J Wang Regards, Jian > -----Original Message----- > From: Gao, Zhichao > Sent: Thursday, May 07, 2020 7:58 AM > To: devel@edk2.groups.io > Cc: Wang, Jian J ; Lu, XiaoyuX ; > Fu, Siyuan ; Kinney, Michael D > ; Yao, Jiewen > Subject: [PATCH V3 8/8] CryptoPkg/Crypto.h: Update the version of Crypto > Driver >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1898 >=20 > The binary is totally changed, so update the Crypto Version to 7: > 1. Retire below deprecated function: > MD4, ARC4, TDES, AES ECB MODE, HMAC MD5, HMAC SHA1 >=20 > Cc: Jian J Wang > Cc: Xiaoyu Lu > Cc: Siyuan Fu > Cc: Michael D Kinney > Cc: Jiewen Yao > Signed-off-by: Zhichao Gao > --- > CryptoPkg/Private/Protocol/Crypto.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/CryptoPkg/Private/Protocol/Crypto.h > b/CryptoPkg/Private/Protocol/Crypto.h > index d167390774..4e3292ffc1 100644 > --- a/CryptoPkg/Private/Protocol/Crypto.h > +++ b/CryptoPkg/Private/Protocol/Crypto.h > @@ -20,7 +20,7 @@ > /// the EDK II Crypto Protocol is extended, this version define must be > /// increased. > /// > -#define EDKII_CRYPTO_VERSION 6 > +#define EDKII_CRYPTO_VERSION 7 >=20 > /// > /// EDK II Crypto Protocol forward declaration > -- > 2.21.0.windows.1