From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.24; helo=mga09.intel.com; envelope-from=eric.jin@intel.com; receiver=edk2-devel@lists.01.org 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 AB37621B02822 for ; Wed, 28 Nov 2018 21:48:50 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Nov 2018 21:48:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,293,1539673200"; d="scan'208";a="115890245" Received: from shwdeopenpsi175.ccr.corp.intel.com ([10.239.9.140]) by fmsmga004.fm.intel.com with ESMTP; 28 Nov 2018 21:48:49 -0800 From: Eric Jin To: edk2-devel@lists.01.org Date: Thu, 29 Nov 2018 13:48:33 +0800 Message-Id: <20181129054833.27392-1-eric.jin@intel.com> X-Mailer: git-send-email 2.9.0.windows.1 Subject: [edk2-test][Patch 0/3] Add VerifySignature() Test X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Nov 2018 05:48:50 -0000 This is the cover letter. The series of patches are listed below. uefi-sct/SctPkg:Convert EOL to Windows(CRLF) in PKCS7Verify uefi-sct/SctPkg:Add VerifySignature() Func Test uefi-sct/SctPkg:Add VerifySignature() Conf Test .../EFI/Protocol/PKCS7Verify/BlackBoxTest/Guid.c | 93 +- .../EFI/Protocol/PKCS7Verify/BlackBoxTest/Guid.h | 193 +-- .../PKCS7Verify/BlackBoxTest/Pkcs7BBTest.inf | 126 +- .../BlackBoxTest/Pkcs7BBTestConformance.c | 1305 +++++++++------- .../PKCS7Verify/BlackBoxTest/Pkcs7BBTestData.c | 1568 +++++++++++++------- .../PKCS7Verify/BlackBoxTest/Pkcs7BBTestFunction.c | 553 ++++--- .../PKCS7Verify/BlackBoxTest/Pkcs7BBTestMain.c | 458 +++--- .../PKCS7Verify/BlackBoxTest/Pkcs7BBTestMain.h | 248 ++-- 8 files changed, 2690 insertions(+), 1854 deletions(-) -- 2.9.0.windows.1