From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.136; helo=mga12.intel.com; envelope-from=eric.jin@intel.com; receiver=edk2-devel@lists.01.org Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) (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 D392821195BDA for ; Sun, 2 Dec 2018 23:53:43 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Dec 2018 23:53:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,309,1539673200"; d="scan'208";a="298764400" Received: from shwdeopenpsi175.ccr.corp.intel.com ([10.239.9.140]) by fmsmga006.fm.intel.com with ESMTP; 02 Dec 2018 23:53:42 -0800 From: Eric Jin To: edk2-devel@lists.01.org Date: Mon, 3 Dec 2018 15:53:33 +0800 Message-Id: <20181203075333.59712-1-eric.jin@intel.com> X-Mailer: git-send-email 2.9.0.windows.1 Subject: [edk2-test][v2 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: Mon, 03 Dec 2018 07:53:44 -0000 This is the cover letter. The series of patches are listed below. uefi-sct/SctPkg:Format code style 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 | 192 +-- .../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, 2689 insertions(+), 1854 deletions(-) -- 2.9.0.windows.1