From nobody Sun May 5 11:17:29 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+44358+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+44358+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1564023664; cv=none; d=zoho.com; s=zohoarc; b=VHSCWq0h7mkLVoEtvrIHEVZ1GM2S1zi41pHrDqMnfcFNQMhyN8sIrQKYp0sqMQKa60zCcg1OqGo96IAyEKH4SGQXeP6pJwDutdBOtMe7rY+sdVpkFhMJr584S5snrHdky7lmNTr4JBsfBNZ9jwf+gXoiKMqRddp5K9uCWKAEx4Q= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1564023664; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=vz2XQJxDdlXknw1lCNj00a4m/S8XMR57XAUW8q9NdHo=; b=knnhtPyL2wV29cTzXhU7D61LDvYNL/nmWjhqKVYZghaWgB3FWhbDME3DpJbNPrrlUnf8sAqPYdEztIFYzQ6JWgSdfrkGVgyQprHDq6Jyy4CDdo30t/io2a8n7KebSpI0rDztzUs8Ew/0kPd2kBG68Z+fTLieEumq4PuZA4uBKRg= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+44358+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1564023664664308.60794526306074; Wed, 24 Jul 2019 20:01:04 -0700 (PDT) Return-Path: X-Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by groups.io with SMTP; Wed, 24 Jul 2019 20:01:03 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Jul 2019 20:01:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,305,1559545200"; d="scan'208";a="175077448" X-Received: from zhijufax-mobl.ccr.corp.intel.com ([10.239.196.141]) by orsmga006.jf.intel.com with ESMTP; 24 Jul 2019 20:01:01 -0700 From: "Fan, ZhijuX" To: devel@edk2.groups.io Cc: Sean Brogan , Bob Feng , Liming Gao , "Zhiju . Fan" Subject: [edk2-devel] [PATCH V2] BaseTools: replace the chinese quotation mark with unicode " Date: Thu, 25 Jul 2019 11:00:44 +0800 Message-Id: <20190725030044.17280-1-zhijux.fan@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhijux.fan@intel.com Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1564023664; bh=YD2tpue9X2RL1BbjbzWRTuEUyF5BI3n2Zyv04IXR42c=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=LctWw/rNq40gIaO54tR6TbpxOVurmxGDM79MMNdvzVwaBM9ZemJ2WgQcKvKHg9g4lHC 11o9GvNuS/ba5Dz6Avs6RNre1NPe3mOH/ZYfHeHi7NX/3wmCchr0pft/zR51zmbGxT4Di 2BlX5EEDMC1LsTatX/DAdY8zpu16sa+S1+g= X-ZohoMail-DKIM: pass (identity @groups.io) From: Sean Brogan BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=3D2013 chinese quotation mark are used in the file This patch is going to fix that issue. Cc: Bob Feng Cc: Liming Gao Signed-off-by: Zhiju.Fan Reviewed-by: Liming Gao Reviewed-by: Philippe Mathieu-Daude --- BaseTools/Source/Python/Pkcs7Sign/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaseTools/Source/Python/Pkcs7Sign/Readme.md b/BaseTools/Source= /Python/Pkcs7Sign/Readme.md index 5315b7fca4..a7b9caf52c 100644 --- a/BaseTools/Source/Python/Pkcs7Sign/Readme.md +++ b/BaseTools/Source/Python/Pkcs7Sign/Readme.md @@ -10,7 +10,7 @@ NOTE: Below steps are required for Windows. Linux may alr= eady have the OPENSSL e set OPENSSL_HOME=3Dc:\home\openssl\openssl-[version] set OPENSSL_CONF=3D%OPENSSL_HOME%\apps\openssl.cnf =20 -When a user uses OpenSSL (req or ca command) to generate the certificates,= OpenSSL will use the openssl.cnf file as the configuration data (can use = =E2=80=9C-config path/to/openssl.cnf=E2=80=9D to describe the specific conf= ig file). +When a user uses OpenSSL (req or ca command) to generate the certificates,= OpenSSL will use the openssl.cnf file as the configuration data (can use "= -config path/to/openssl.cnf" to describe the specific config file). =20 The user need check the openssl.cnf file, to find your CA path setting, e.= g. check if the path exists in [ CA_default ] section. =20 --=20 2.14.1.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#44358): https://edk2.groups.io/g/devel/message/44358 Mute This Topic: https://groups.io/mt/32594579/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-