From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 E910A821DE for ; Tue, 13 Dec 2016 18:45:43 -0800 (PST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 13 Dec 2016 18:45:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,344,1477983600"; d="scan'208";a="797740612" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by FMSMGA003.fm.intel.com with ESMTP; 13 Dec 2016 18:45:43 -0800 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 13 Dec 2016 18:45:43 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 13 Dec 2016 18:45:42 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.9]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.235]) with mapi id 14.03.0248.002; Wed, 14 Dec 2016 10:45:41 +0800 From: "Yao, Jiewen" To: "Bi, Dandan" , "edk2-devel@lists.01.org" CC: "Yao, Jiewen" Thread-Topic: [edk2] [patch 04/18] Security:Add info string to UNI file for PcdPkcs7CertBuffer Thread-Index: AQHSVbNQrCVcJtd2TkCc50VN1ZJG06EGvELQ Date: Wed, 14 Dec 2016 02:45:41 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503A8BCCE4@SHSMSX104.ccr.corp.intel.com> References: <1481618428-101904-1-git-send-email-dandan.bi@intel.com> <1481618428-101904-5-git-send-email-dandan.bi@intel.com> <3C0D5C461C9E904E8F62152F6274C0BB3B856DCA@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <3C0D5C461C9E904E8F62152F6274C0BB3B856DCA@SHSMSX103.ccr.corp.intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [patch 04/18] Security:Add info string to UNI file for PcdPkcs7CertBuffer X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Dec 2016 02:45:44 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi Can we add below sentence to PcdRsa2048Sha256PublicKeyBuffer as well? "WARNING: The default value is treated as test key. Please do not use defau= lt value in the production." With that, reviewed-by: Jiewen.yao@intel.com Thank you Yao Jiewen >=20 > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Dandan Bi > Sent: Tuesday, December 13, 2016 4:40 PM > To: edk2-devel@lists.01.org > Cc: Yao, Jiewen ; Zhang, Chao B > > Subject: [edk2] [patch 04/18] Security:Add info string to UNI file for > PcdPkcs7CertBuffer >=20 > Cc: Jiewen Yao > Cc: Chao Zhang > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Dandan Bi > --- > SecurityPkg/SecurityPkg.uni | 5 +++++ > 1 file changed, 5 insertions(+) >=20 > diff --git a/SecurityPkg/SecurityPkg.uni b/SecurityPkg/SecurityPkg.uni in= dex > 17a6842..6d99638 100644 > --- a/SecurityPkg/SecurityPkg.uni > +++ b/SecurityPkg/SecurityPkg.uni > @@ -212,5 +212,10 @@ > #string STR_gEfiSecurityPkgTokenSpaceGuid_PcdUserPhysicalPresence_HELP > #language en-US > "Indicate whether a physical presence user exist. " > "When it is configured to Dynamic or DynamicEx, it can be set through de= tection > using " > "a platform-specific method (e.g. Button pressed) in a actual platform i= n early > boot phase.

" > +#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdPkcs7CertBuffer_PROMPT > #language en-US "One PKCS7 cert used to verify Recovery and Capsule Updat= e > images" > + > +#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdPkcs7CertBuffer_HELP > #language en-US "Provides one PKCS7 cert used to verify Recovery and Caps= ule > Update images\n" > + > "WARNING: The default value is treated as test key. Please do not use def= ault > value in the production." > + > -- > 1.9.5.msysgit.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel