From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 31EBC21954060 for ; Thu, 27 Apr 2017 02:31:31 -0700 (PDT) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Apr 2017 02:31:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,383,1488873600"; d="scan'208";a="254095374" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga004.fm.intel.com with ESMTP; 27 Apr 2017 02:31:30 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 27 Apr 2017 02:31:30 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 27 Apr 2017 02:31:29 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.246]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.224]) with mapi id 14.03.0319.002; Thu, 27 Apr 2017 17:31:26 +0800 From: "Gao, Liming" To: "Zhu, Yonghong" , "edk2-devel@lists.01.org" Thread-Topic: [Patch 0/4] BaseTools: support OPENSSL_PATH has space character Thread-Index: AQHSuPZUgfjuH4u1TkC26Rh3IIAdsaHZABJA Date: Thu, 27 Apr 2017 09:31:25 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14D725DE4@shsmsx102.ccr.corp.intel.com> References: <1492597098-35836-1-git-send-email-yonghong.zhu@intel.com> In-Reply-To: <1492597098-35836-1-git-send-email-yonghong.zhu@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch 0/4] BaseTools: support OPENSSL_PATH has space character X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Apr 2017 09:31:31 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: Zhu, Yonghong >Sent: Wednesday, April 19, 2017 6:18 PM >To: edk2-devel@lists.01.org >Cc: Gao, Liming >Subject: [Patch 0/4] BaseTools: support OPENSSL_PATH has space character > >Update related Tools to support OPENSSL_PATH has space characters. > >Cc: Liming Gao >Contributed-under: TianoCore Contribution Agreement 1.0 >Signed-off-by: Yonghong Zhu > >Yonghong Zhu (4): > BaseTools/VolInfo: Update OPENSSL_PATH to support space characters > BaseTools: Pkcs7Sign Tool to support OPENSSL_PATH has space > BaseTools: Rsa2048Sha256Sign Tool to support OPENSSL_PATH has space > BaseTools: Rsa2048Sha256GenerateKeys to support OPENSSL_PATH has >space > > BaseTools/Source/C/VolInfo/VolInfo.c | 13 ++++++++= +---- > BaseTools/Source/Python/Pkcs7Sign/Pkcs7Sign.py | 2 ++ > .../Python/Rsa2048Sha256Sign/Rsa2048Sha256GenerateKeys.py | 2 ++ > .../Source/Python/Rsa2048Sha256Sign/Rsa2048Sha256Sign.py | 2 ++ > 4 files changed, 15 insertions(+), 4 deletions(-) > >-- >2.6.1.windows.1