From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 9AB98941164 for ; Fri, 28 Jul 2023 06:42:10 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=h3bqfpuzm9j8QdgsdDLySAwGm+O/cEU3na+QML+M3gU=; c=relaxed/simple; d=groups.io; h=X-Received:X-Received:X-IronPort-AV:X-IronPort-AV:X-Received:X-ExtLoop1:X-IronPort-AV:X-IronPort-AV:X-Received:From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:X-Gm-Message-State:Content-Transfer-Encoding; s=20140610; t=1690526529; v=1; b=PqC9iPkFd/ZhovV8zDzhGIqCJY96GALji5LtvvnaBcUc05zsDzTLk7LbB9FLCZHPc9LM4dF6 1Vwe20GXAp8cnzRKCCs2dlvNA/WjvupVYdX5342Un8UwkeBPNW8AkKjJyClDy9H7SYS1W+4BIIn JLCWbIZNz4Lhb5vly9kR/2Cw= X-Received: by 127.0.0.2 with SMTP id 4bQDYY7687511x8r8GZ4Ofjl; Thu, 27 Jul 2023 23:42:09 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web10.27105.1690526527007113995 for ; Thu, 27 Jul 2023 23:42:08 -0700 X-IronPort-AV: E=McAfee;i="6600,9927,10784"; a="434804471" X-IronPort-AV: E=Sophos;i="6.01,236,1684825200"; d="scan'208";a="434804471" X-Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jul 2023 23:41:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10784"; a="762496324" X-IronPort-AV: E=Sophos;i="6.01,236,1684825200"; d="scan'208";a="762496324" X-Received: from liyi4-desktop.ccr.corp.intel.com ([10.239.153.10]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jul 2023 23:41:54 -0700 From: "Li, Yi" To: devel@edk2.groups.io Cc: Gerd Hoffmann , Yi Li , Jiewen Yao , Xiaoyu Lu , Guomin Jiang Subject: [edk2-devel] [PATCH 28/29] CryptoPkg/openssl: update CI config for openssl 3.0 Date: Fri, 28 Jul 2023 14:40:14 +0800 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: 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,yi1.li@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: OotpB99HPVmCTVEtvTMRaIyZx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=PqC9iPkF; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io From: Gerd Hoffmann Signed-off-by: Gerd Hoffmann Signed-off-by: Yi Li Cc: Jiewen Yao Cc: Xiaoyu Lu Cc: Guomin Jiang --- CryptoPkg/CryptoPkg.ci.yaml | 54 +++++++++++++++++++++++++++++-------- 1 file changed, 43 insertions(+), 11 deletions(-) diff --git a/CryptoPkg/CryptoPkg.ci.yaml b/CryptoPkg/CryptoPkg.ci.yaml index 47f2975967..59ba56d41e 100644 --- a/CryptoPkg/CryptoPkg.ci.yaml +++ b/CryptoPkg/CryptoPkg.ci.yaml @@ -9,11 +9,7 @@ "LicenseCheck": { "IgnoreFiles": [ # These directories contain auto-generated OpenSSL content - "Library/OpensslLib/IA32", - "Library/OpensslLib/IA32Gcc", - "Library/OpensslLib/X64", - "Library/OpensslLib/X64Gcc", - "Library/Include/openssl" + "Library/OpensslLib/OpensslGen" ] }, "EccCheck": { @@ -30,14 +26,13 @@ ## Both file path and directory path are accepted. "IgnoreFiles": [ "Library/OpensslLib/openssl", - "Library/Include/openssl", - "Library/Include/crypto", + "Library/OpensslLib/OpensslGen", # The unit testing folder is not to be checked "Test/UnitTest", # This has OpenSSL interfaces that aren't UEFI spec compliant "Library/BaseCryptLib/SysCall", # This has OpenSSL interfaces that aren't UEFI spec compliant - "Library/OpensslLib/rand_pool.c", + "Library/OpensslLib/OpensslStub", # This has OpenSSL interfaces that aren't UEFI spec compliant "Library/Include/CrtLibSupport.h", # This has OpenSSL interfaces that aren't UEFI spec compliant @@ -96,9 +91,46 @@ # options defined in .pytool/Plugin/UncrustifyCheck "UncrustifyCheck": { "IgnoreFiles": [ - "opensslconf.h", - "dso_conf.h", - "opensslconf_generated.h" + "Library/OpensslLib/OpensslGen/include/crypto/bn_conf.h", + "Library/OpensslLib/OpensslGen/include/crypto/dso_conf.h", + "Library/OpensslLib/OpensslGen/include/openssl/asn1.h", + "Library/OpensslLib/OpensslGen/include/openssl/asn1t.h", + "Library/OpensslLib/OpensslGen/include/openssl/bio.h", + "Library/OpensslLib/OpensslGen/include/openssl/cmp.h", + "Library/OpensslLib/OpensslGen/include/openssl/cms.h", + "Library/OpensslLib/OpensslGen/include/openssl/conf.h", + "Library/OpensslLib/OpensslGen/include/openssl/configuration-ec.h", + "Library/OpensslLib/OpensslGen/include/openssl/configuration-noec.h", + "Library/OpensslLib/OpensslGen/include/openssl/configuration.h", + "Library/OpensslLib/OpensslGen/include/openssl/crmf.h", + "Library/OpensslLib/OpensslGen/include/openssl/crypto.h", + "Library/OpensslLib/OpensslGen/include/openssl/ct.h", + "Library/OpensslLib/OpensslGen/include/openssl/err.h", + "Library/OpensslLib/OpensslGen/include/openssl/ess.h", + "Library/OpensslLib/OpensslGen/include/openssl/fipskey.h", + "Library/OpensslLib/OpensslGen/include/openssl/lhash.h", + "Library/OpensslLib/OpensslGen/include/openssl/ocsp.h", + "Library/OpensslLib/OpensslGen/include/openssl/opensslv.h", + "Library/OpensslLib/OpensslGen/include/openssl/pkcs12.h", + "Library/OpensslLib/OpensslGen/include/openssl/pkcs7.h", + "Library/OpensslLib/OpensslGen/include/openssl/safestack.h", + "Library/OpensslLib/OpensslGen/include/openssl/srp.h", + "Library/OpensslLib/OpensslGen/include/openssl/ssl.h", + "Library/OpensslLib/OpensslGen/include/openssl/ui.h", + "Library/OpensslLib/OpensslGen/include/openssl/x509.h", + "Library/OpensslLib/OpensslGen/include/openssl/x509v3.h", + "Library/OpensslLib/OpensslGen/include/openssl/x509_vfy.h", + "Library/OpensslLib/OpensslGen/providers/common/der/der_digests_gen.c", + "Library/OpensslLib/OpensslGen/providers/common/der/der_ecx_gen.c", + "Library/OpensslLib/OpensslGen/providers/common/der/der_ec_gen.c", + "Library/OpensslLib/OpensslGen/providers/common/der/der_rsa_gen.c", + "Library/OpensslLib/OpensslGen/providers/common/der/der_wrap_gen.c", + "Library/OpensslLib/OpensslGen/providers/common/include/prov/der_digests.h", + "Library/OpensslLib/OpensslGen/providers/common/include/prov/der_ec.h", + "Library/OpensslLib/OpensslGen/providers/common/include/prov/der_ecx.h", + "Library/OpensslLib/OpensslGen/providers/common/include/prov/der_rsa.h", + "Library/OpensslLib/OpensslGen/providers/common/include/prov/der_wrap.h", + "Library/OpensslLib/OpensslStub/uefiprov.c" ] } } -- 2.31.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107367): https://edk2.groups.io/g/devel/message/107367 Mute This Topic: https://groups.io/mt/100406074/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-