From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mx.groups.io with SMTP id smtpd.web11.1060.1666290939355166472 for ; Thu, 20 Oct 2022 11:35:42 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=gvRr2kRw; spf=pass (domain: intel.com, ip: 134.134.136.65, mailfrom: michael.d.kinney@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1666290941; x=1697826941; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=fZhjkssn9eaby1K92xwpVw3YpO7m/MGxVD8VT9TeKF0=; b=gvRr2kRwsNlteekuwXYEPl9ff+zCsvzgCI33kLYPZS0giJqwhIdCWLID wAQrpLmSklLiJWFkDzMqjBrYwHI4tcOKEouRXu1e9m2/SzpIxBShoZLJd TBzmpNOCu+i+29WoqP/pbl9HBXVhUynE1orrggTiuyC1ujjqRO8XC/u7E iJ/2vbLbHFU+fZvW4KpdPYDbTqjpeYiBkkXzyZwR1kC2XIF5ZXyKGEFiw AuLRVx1swtxjKzYM66Cu8OD6CmfuvH8zSPb8NYRnswr1B1k0tFC/AfWY4 e5O2aEkD++y9lT1s/KUmV8OMdbrAM9c2fCVyYHzjCshd+GFgtKyxzISDR A==; X-IronPort-AV: E=McAfee;i="6500,9779,10506"; a="308485598" X-IronPort-AV: E=Sophos;i="5.95,199,1661842800"; d="scan'208";a="308485598" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Oct 2022 11:35:38 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10506"; a="632427884" X-IronPort-AV: E=Sophos;i="5.95,199,1661842800"; d="scan'208";a="632427884" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.212.188.143]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Oct 2022 11:35:38 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Yi Li , Jiewen Yao , Jian J Wang , Xiaoyu Lu , Guomin Jiang , Christopher Zurcher Subject: [Patch v2 16/16] CryptoPkg/Library/OpensslLib: update auto-generated files Date: Thu, 20 Oct 2022 11:35:10 -0700 Message-Id: <20221020183510.1799-17-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.37.1.windows.1 In-Reply-To: <20221020183510.1799-1-michael.d.kinney@intel.com> References: <20221020183510.1799-1-michael.d.kinney@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Yi Li Update OpensslLib INF files to match results from running process_files.pl to auto-generate the INF files. * OpensslLib.inf * OpensslLibAccel.inf * OpensslLibCrypto.inf * OpensslLibFull.inf * OpensslLibFullAccel.inf These INF files are generated by running the following perl scripts: * process_files.pl * process_files.pl X64 * process_files.pl X64Gcc * process_files.pl IA32 * process_files.pl IA32Gcc Cc: Jiewen Yao Cc: Jian J Wang Cc: Xiaoyu Lu Cc: Guomin Jiang Cc: Christopher Zurcher Cc: Michael D Kinney Signed-off-by: Yi Li --- .../Library/Include/openssl/opensslconf.h | 10 +- CryptoPkg/Library/OpensslLib/OpensslLib.inf | 50 ----- .../Library/OpensslLib/OpensslLibAccel.inf | 131 ++++--------- .../Library/OpensslLib/OpensslLibCrypto.inf | 101 ---------- .../Library/OpensslLib/OpensslLibFull.inf | 100 +++++----- .../OpensslLib/OpensslLibFullAccel.inf | 181 +++++++++--------- 6 files changed, 185 insertions(+), 388 deletions(-) diff --git a/CryptoPkg/Library/Include/openssl/opensslconf.h b/CryptoPkg/Library/Include/openssl/opensslconf.h index b98b068b3d3b..09a6641ffcf9 100644 --- a/CryptoPkg/Library/Include/openssl/opensslconf.h +++ b/CryptoPkg/Library/Include/openssl/opensslconf.h @@ -250,11 +250,11 @@ extern "C" { # undef DECLARE_DEPRECATED # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); # endif -#elif defined(__SUNPRO_C) -#if (__SUNPRO_C >= 0x5130) -#undef DECLARE_DEPRECATED -#define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); -#endif +# elif defined(__SUNPRO_C) +# if (__SUNPRO_C >= 0x5130) +# undef DECLARE_DEPRECATED +# define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); +# endif # endif #endif diff --git a/CryptoPkg/Library/OpensslLib/OpensslLib.inf b/CryptoPkg/Library/OpensslLib/OpensslLib.inf index 82ffe4ec2f8e..60c6c24b0a67 100644 --- a/CryptoPkg/Library/OpensslLib/OpensslLib.inf +++ b/CryptoPkg/Library/OpensslLib/OpensslLib.inf @@ -204,43 +204,6 @@ [Sources] $(OPENSSL_PATH)/crypto/dso/dso_vms.c $(OPENSSL_PATH)/crypto/dso/dso_win32.c $(OPENSSL_PATH)/crypto/ebcdic.c -# $(OPENSSL_PATH)/crypto/ec/curve25519.c -# $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/f_impl.c -# $(OPENSSL_PATH)/crypto/ec/curve448/curve448.c -# $(OPENSSL_PATH)/crypto/ec/curve448/curve448_tables.c -# $(OPENSSL_PATH)/crypto/ec/curve448/eddsa.c -# $(OPENSSL_PATH)/crypto/ec/curve448/f_generic.c -# $(OPENSSL_PATH)/crypto/ec/curve448/scalar.c -# $(OPENSSL_PATH)/crypto/ec/ec2_oct.c -# $(OPENSSL_PATH)/crypto/ec/ec2_smpl.c -# $(OPENSSL_PATH)/crypto/ec/ec_ameth.c -# $(OPENSSL_PATH)/crypto/ec/ec_asn1.c -# $(OPENSSL_PATH)/crypto/ec/ec_check.c -# $(OPENSSL_PATH)/crypto/ec/ec_curve.c -# $(OPENSSL_PATH)/crypto/ec/ec_cvt.c -# $(OPENSSL_PATH)/crypto/ec/ec_err.c -# $(OPENSSL_PATH)/crypto/ec/ec_key.c -# $(OPENSSL_PATH)/crypto/ec/ec_kmeth.c -# $(OPENSSL_PATH)/crypto/ec/ec_lib.c -# $(OPENSSL_PATH)/crypto/ec/ec_mult.c -# $(OPENSSL_PATH)/crypto/ec/ec_oct.c -# $(OPENSSL_PATH)/crypto/ec/ec_pmeth.c -# $(OPENSSL_PATH)/crypto/ec/ec_print.c -# $(OPENSSL_PATH)/crypto/ec/ecdh_kdf.c -# $(OPENSSL_PATH)/crypto/ec/ecdh_ossl.c -# $(OPENSSL_PATH)/crypto/ec/ecdsa_ossl.c -# $(OPENSSL_PATH)/crypto/ec/ecdsa_sign.c -# $(OPENSSL_PATH)/crypto/ec/ecdsa_vrf.c -# $(OPENSSL_PATH)/crypto/ec/eck_prn.c -# $(OPENSSL_PATH)/crypto/ec/ecp_mont.c -# $(OPENSSL_PATH)/crypto/ec/ecp_nist.c -# $(OPENSSL_PATH)/crypto/ec/ecp_nistp224.c -# $(OPENSSL_PATH)/crypto/ec/ecp_nistp256.c -# $(OPENSSL_PATH)/crypto/ec/ecp_nistp521.c -# $(OPENSSL_PATH)/crypto/ec/ecp_nistputil.c -# $(OPENSSL_PATH)/crypto/ec/ecp_oct.c -# $(OPENSSL_PATH)/crypto/ec/ecp_smpl.c -# $(OPENSSL_PATH)/crypto/ec/ecx_meth.c $(OPENSSL_PATH)/crypto/err/err.c $(OPENSSL_PATH)/crypto/err/err_prn.c $(OPENSSL_PATH)/crypto/evp/bio_b64.c @@ -426,10 +389,6 @@ [Sources] $(OPENSSL_PATH)/crypto/siphash/siphash.c $(OPENSSL_PATH)/crypto/siphash/siphash_ameth.c $(OPENSSL_PATH)/crypto/siphash/siphash_pmeth.c -# $(OPENSSL_PATH)/crypto/sm2/sm2_crypt.c -# $(OPENSSL_PATH)/crypto/sm2/sm2_err.c -# $(OPENSSL_PATH)/crypto/sm2/sm2_pmeth.c -# $(OPENSSL_PATH)/crypto/sm2/sm2_sign.c $(OPENSSL_PATH)/crypto/sm3/m_sm3.c $(OPENSSL_PATH)/crypto/sm3/sm3.c $(OPENSSL_PATH)/crypto/sm4/sm4.c @@ -542,15 +501,6 @@ [Sources] $(OPENSSL_PATH)/crypto/conf/conf_local.h $(OPENSSL_PATH)/crypto/dh/dh_local.h $(OPENSSL_PATH)/crypto/dso/dso_local.h -# $(OPENSSL_PATH)/crypto/ec/ec_local.h -# $(OPENSSL_PATH)/crypto/ec/curve448/curve448_local.h -# $(OPENSSL_PATH)/crypto/ec/curve448/curve448utils.h -# $(OPENSSL_PATH)/crypto/ec/curve448/ed448.h -# $(OPENSSL_PATH)/crypto/ec/curve448/field.h -# $(OPENSSL_PATH)/crypto/ec/curve448/point_448.h -# $(OPENSSL_PATH)/crypto/ec/curve448/word.h -# $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/arch_intrinsics.h -# $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/f_impl.h $(OPENSSL_PATH)/crypto/evp/evp_local.h $(OPENSSL_PATH)/crypto/hmac/hmac_local.h $(OPENSSL_PATH)/crypto/lhash/lhash_local.h diff --git a/CryptoPkg/Library/OpensslLib/OpensslLibAccel.inf b/CryptoPkg/Library/OpensslLib/OpensslLibAccel.inf index 98b07fd2eab9..103ef7bda2a3 100644 --- a/CryptoPkg/Library/OpensslLib/OpensslLibAccel.inf +++ b/CryptoPkg/Library/OpensslLib/OpensslLibAccel.inf @@ -205,43 +205,6 @@ [Sources] $(OPENSSL_PATH)/crypto/dso/dso_vms.c $(OPENSSL_PATH)/crypto/dso/dso_win32.c $(OPENSSL_PATH)/crypto/ebcdic.c -# $(OPENSSL_PATH)/crypto/ec/curve25519.c -# $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/f_impl.c -# $(OPENSSL_PATH)/crypto/ec/curve448/curve448.c -# $(OPENSSL_PATH)/crypto/ec/curve448/curve448_tables.c -# $(OPENSSL_PATH)/crypto/ec/curve448/eddsa.c -# $(OPENSSL_PATH)/crypto/ec/curve448/f_generic.c -# $(OPENSSL_PATH)/crypto/ec/curve448/scalar.c -# $(OPENSSL_PATH)/crypto/ec/ec2_oct.c -# $(OPENSSL_PATH)/crypto/ec/ec2_smpl.c -# $(OPENSSL_PATH)/crypto/ec/ec_ameth.c -# $(OPENSSL_PATH)/crypto/ec/ec_asn1.c -# $(OPENSSL_PATH)/crypto/ec/ec_check.c -# $(OPENSSL_PATH)/crypto/ec/ec_curve.c -# $(OPENSSL_PATH)/crypto/ec/ec_cvt.c -# $(OPENSSL_PATH)/crypto/ec/ec_err.c -# $(OPENSSL_PATH)/crypto/ec/ec_key.c -# $(OPENSSL_PATH)/crypto/ec/ec_kmeth.c -# $(OPENSSL_PATH)/crypto/ec/ec_lib.c -# $(OPENSSL_PATH)/crypto/ec/ec_mult.c -# $(OPENSSL_PATH)/crypto/ec/ec_oct.c -# $(OPENSSL_PATH)/crypto/ec/ec_pmeth.c -# $(OPENSSL_PATH)/crypto/ec/ec_print.c -# $(OPENSSL_PATH)/crypto/ec/ecdh_kdf.c -# $(OPENSSL_PATH)/crypto/ec/ecdh_ossl.c -# $(OPENSSL_PATH)/crypto/ec/ecdsa_ossl.c -# $(OPENSSL_PATH)/crypto/ec/ecdsa_sign.c -# $(OPENSSL_PATH)/crypto/ec/ecdsa_vrf.c -# $(OPENSSL_PATH)/crypto/ec/eck_prn.c -# $(OPENSSL_PATH)/crypto/ec/ecp_mont.c -# $(OPENSSL_PATH)/crypto/ec/ecp_nist.c -# $(OPENSSL_PATH)/crypto/ec/ecp_nistp224.c -# $(OPENSSL_PATH)/crypto/ec/ecp_nistp256.c -# $(OPENSSL_PATH)/crypto/ec/ecp_nistp521.c -# $(OPENSSL_PATH)/crypto/ec/ecp_nistputil.c -# $(OPENSSL_PATH)/crypto/ec/ecp_oct.c -# $(OPENSSL_PATH)/crypto/ec/ecp_smpl.c -# $(OPENSSL_PATH)/crypto/ec/ecx_meth.c $(OPENSSL_PATH)/crypto/err/err.c $(OPENSSL_PATH)/crypto/err/err_prn.c $(OPENSSL_PATH)/crypto/evp/bio_b64.c @@ -320,7 +283,6 @@ [Sources] $(OPENSSL_PATH)/crypto/md5/md5_dgst.c $(OPENSSL_PATH)/crypto/md5/md5_one.c $(OPENSSL_PATH)/crypto/mem.c -# $(OPENSSL_PATH)/crypto/mem_clr.c # Replaced by assembly optimized NASM/S files $(OPENSSL_PATH)/crypto/mem_dbg.c $(OPENSSL_PATH)/crypto/mem_sec.c $(OPENSSL_PATH)/crypto/modes/cbc128.c @@ -427,10 +389,6 @@ [Sources] $(OPENSSL_PATH)/crypto/siphash/siphash.c $(OPENSSL_PATH)/crypto/siphash/siphash_ameth.c $(OPENSSL_PATH)/crypto/siphash/siphash_pmeth.c -# $(OPENSSL_PATH)/crypto/sm2/sm2_crypt.c -# $(OPENSSL_PATH)/crypto/sm2/sm2_err.c -# $(OPENSSL_PATH)/crypto/sm2/sm2_pmeth.c -# $(OPENSSL_PATH)/crypto/sm2/sm2_sign.c $(OPENSSL_PATH)/crypto/sm3/m_sm3.c $(OPENSSL_PATH)/crypto/sm3/sm3.c $(OPENSSL_PATH)/crypto/sm4/sm4.c @@ -543,15 +501,6 @@ [Sources] $(OPENSSL_PATH)/crypto/conf/conf_local.h $(OPENSSL_PATH)/crypto/dh/dh_local.h $(OPENSSL_PATH)/crypto/dso/dso_local.h -# $(OPENSSL_PATH)/crypto/ec/ec_local.h -# $(OPENSSL_PATH)/crypto/ec/curve448/curve448_local.h -# $(OPENSSL_PATH)/crypto/ec/curve448/curve448utils.h -# $(OPENSSL_PATH)/crypto/ec/curve448/ed448.h -# $(OPENSSL_PATH)/crypto/ec/curve448/field.h -# $(OPENSSL_PATH)/crypto/ec/curve448/point_448.h -# $(OPENSSL_PATH)/crypto/ec/curve448/word.h -# $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/arch_intrinsics.h -# $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/f_impl.h $(OPENSSL_PATH)/crypto/evp/evp_local.h $(OPENSSL_PATH)/crypto/hmac/hmac_local.h $(OPENSSL_PATH)/crypto/lhash/lhash_local.h @@ -634,57 +583,57 @@ [Sources] [Sources.IA32] # Autogenerated IA32 files list starts here - IA32/crypto/aes/aesni-x86.nasm | MSFT - IA32/crypto/aes/vpaes-x86.nasm | MSFT - IA32/crypto/modes/ghash-x86.nasm | MSFT - IA32/crypto/sha/sha1-586.nasm | MSFT - IA32/crypto/sha/sha256-586.nasm | MSFT - IA32/crypto/sha/sha512-586.nasm | MSFT - IA32/crypto/x86cpuid.nasm | MSFT + IA32/crypto/aes/aesni-x86.nasm |MSFT + IA32/crypto/aes/vpaes-x86.nasm |MSFT + IA32/crypto/modes/ghash-x86.nasm |MSFT + IA32/crypto/sha/sha1-586.nasm |MSFT + IA32/crypto/sha/sha256-586.nasm |MSFT + IA32/crypto/sha/sha512-586.nasm |MSFT + IA32/crypto/x86cpuid.nasm |MSFT # Autogenerated files list ends here # Autogenerated IA32Gcc files list starts here - IA32Gcc/crypto/aes/aesni-x86.S | GCC - IA32Gcc/crypto/aes/vpaes-x86.S | GCC - IA32Gcc/crypto/modes/ghash-x86.S | GCC - IA32Gcc/crypto/sha/sha1-586.S | GCC - IA32Gcc/crypto/sha/sha256-586.S | GCC - IA32Gcc/crypto/sha/sha512-586.S | GCC - IA32Gcc/crypto/x86cpuid.S | GCC + IA32Gcc/crypto/aes/aesni-x86.S |GCC + IA32Gcc/crypto/aes/vpaes-x86.S |GCC + IA32Gcc/crypto/modes/ghash-x86.S |GCC + IA32Gcc/crypto/sha/sha1-586.S |GCC + IA32Gcc/crypto/sha/sha256-586.S |GCC + IA32Gcc/crypto/sha/sha512-586.S |GCC + IA32Gcc/crypto/x86cpuid.S |GCC # Autogenerated files list ends here [Sources.X64] X64/ApiHooks.c # Autogenerated X64 files list starts here - X64/crypto/aes/aesni-mb-x86_64.nasm | MSFT - X64/crypto/aes/aesni-sha1-x86_64.nasm | MSFT - X64/crypto/aes/aesni-sha256-x86_64.nasm | MSFT - X64/crypto/aes/aesni-x86_64.nasm | MSFT - X64/crypto/aes/vpaes-x86_64.nasm | MSFT - X64/crypto/modes/aesni-gcm-x86_64.nasm | MSFT - X64/crypto/modes/ghash-x86_64.nasm | MSFT - X64/crypto/sha/sha1-mb-x86_64.nasm | MSFT - X64/crypto/sha/sha1-x86_64.nasm | MSFT - X64/crypto/sha/sha256-mb-x86_64.nasm | MSFT - X64/crypto/sha/sha256-x86_64.nasm | MSFT - X64/crypto/sha/sha512-x86_64.nasm | MSFT - X64/crypto/x86_64cpuid.nasm | MSFT + X64/crypto/aes/aesni-mb-x86_64.nasm |MSFT + X64/crypto/aes/aesni-sha1-x86_64.nasm |MSFT + X64/crypto/aes/aesni-sha256-x86_64.nasm |MSFT + X64/crypto/aes/aesni-x86_64.nasm |MSFT + X64/crypto/aes/vpaes-x86_64.nasm |MSFT + X64/crypto/modes/aesni-gcm-x86_64.nasm |MSFT + X64/crypto/modes/ghash-x86_64.nasm |MSFT + X64/crypto/sha/sha1-mb-x86_64.nasm |MSFT + X64/crypto/sha/sha1-x86_64.nasm |MSFT + X64/crypto/sha/sha256-mb-x86_64.nasm |MSFT + X64/crypto/sha/sha256-x86_64.nasm |MSFT + X64/crypto/sha/sha512-x86_64.nasm |MSFT + X64/crypto/x86_64cpuid.nasm |MSFT # Autogenerated files list ends here # Autogenerated X64Gcc files list starts here - X64Gcc/crypto/aes/aesni-mb-x86_64.S | GCC - X64Gcc/crypto/aes/aesni-sha1-x86_64.S | GCC - X64Gcc/crypto/aes/aesni-sha256-x86_64.S | GCC - X64Gcc/crypto/aes/aesni-x86_64.S | GCC - X64Gcc/crypto/aes/vpaes-x86_64.S | GCC - X64Gcc/crypto/modes/aesni-gcm-x86_64.S | GCC - X64Gcc/crypto/modes/ghash-x86_64.S | GCC - X64Gcc/crypto/sha/sha1-mb-x86_64.S | GCC - X64Gcc/crypto/sha/sha1-x86_64.S | GCC - X64Gcc/crypto/sha/sha256-mb-x86_64.S | GCC - X64Gcc/crypto/sha/sha256-x86_64.S | GCC - X64Gcc/crypto/sha/sha512-x86_64.S | GCC - X64Gcc/crypto/x86_64cpuid.S | GCC + X64Gcc/crypto/aes/aesni-mb-x86_64.S |GCC + X64Gcc/crypto/aes/aesni-sha1-x86_64.S |GCC + X64Gcc/crypto/aes/aesni-sha256-x86_64.S |GCC + X64Gcc/crypto/aes/aesni-x86_64.S |GCC + X64Gcc/crypto/aes/vpaes-x86_64.S |GCC + X64Gcc/crypto/modes/aesni-gcm-x86_64.S |GCC + X64Gcc/crypto/modes/ghash-x86_64.S |GCC + X64Gcc/crypto/sha/sha1-mb-x86_64.S |GCC + X64Gcc/crypto/sha/sha1-x86_64.S |GCC + X64Gcc/crypto/sha/sha256-mb-x86_64.S |GCC + X64Gcc/crypto/sha/sha256-x86_64.S |GCC + X64Gcc/crypto/sha/sha512-x86_64.S |GCC + X64Gcc/crypto/x86_64cpuid.S |GCC # Autogenerated files list ends here [Packages] diff --git a/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf b/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf index d02769428b86..c4eaea888c1a 100644 --- a/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf +++ b/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf @@ -205,43 +205,6 @@ [Sources] $(OPENSSL_PATH)/crypto/dso/dso_vms.c $(OPENSSL_PATH)/crypto/dso/dso_win32.c $(OPENSSL_PATH)/crypto/ebcdic.c -# $(OPENSSL_PATH)/crypto/ec/curve25519.c -# $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/f_impl.c -# $(OPENSSL_PATH)/crypto/ec/curve448/curve448.c -# $(OPENSSL_PATH)/crypto/ec/curve448/curve448_tables.c -# $(OPENSSL_PATH)/crypto/ec/curve448/eddsa.c -# $(OPENSSL_PATH)/crypto/ec/curve448/f_generic.c -# $(OPENSSL_PATH)/crypto/ec/curve448/scalar.c -# $(OPENSSL_PATH)/crypto/ec/ec2_oct.c -# $(OPENSSL_PATH)/crypto/ec/ec2_smpl.c -# $(OPENSSL_PATH)/crypto/ec/ec_ameth.c -# $(OPENSSL_PATH)/crypto/ec/ec_asn1.c -# $(OPENSSL_PATH)/crypto/ec/ec_check.c -# $(OPENSSL_PATH)/crypto/ec/ec_curve.c -# $(OPENSSL_PATH)/crypto/ec/ec_cvt.c -# $(OPENSSL_PATH)/crypto/ec/ec_err.c -# $(OPENSSL_PATH)/crypto/ec/ec_key.c -# $(OPENSSL_PATH)/crypto/ec/ec_kmeth.c -# $(OPENSSL_PATH)/crypto/ec/ec_lib.c -# $(OPENSSL_PATH)/crypto/ec/ec_mult.c -# $(OPENSSL_PATH)/crypto/ec/ec_oct.c -# $(OPENSSL_PATH)/crypto/ec/ec_pmeth.c -# $(OPENSSL_PATH)/crypto/ec/ec_print.c -# $(OPENSSL_PATH)/crypto/ec/ecdh_kdf.c -# $(OPENSSL_PATH)/crypto/ec/ecdh_ossl.c -# $(OPENSSL_PATH)/crypto/ec/ecdsa_ossl.c -# $(OPENSSL_PATH)/crypto/ec/ecdsa_sign.c -# $(OPENSSL_PATH)/crypto/ec/ecdsa_vrf.c -# $(OPENSSL_PATH)/crypto/ec/eck_prn.c -# $(OPENSSL_PATH)/crypto/ec/ecp_mont.c -# $(OPENSSL_PATH)/crypto/ec/ecp_nist.c -# $(OPENSSL_PATH)/crypto/ec/ecp_nistp224.c -# $(OPENSSL_PATH)/crypto/ec/ecp_nistp256.c -# $(OPENSSL_PATH)/crypto/ec/ecp_nistp521.c -# $(OPENSSL_PATH)/crypto/ec/ecp_nistputil.c -# $(OPENSSL_PATH)/crypto/ec/ecp_oct.c -# $(OPENSSL_PATH)/crypto/ec/ecp_smpl.c -# $(OPENSSL_PATH)/crypto/ec/ecx_meth.c $(OPENSSL_PATH)/crypto/err/err.c $(OPENSSL_PATH)/crypto/err/err_prn.c $(OPENSSL_PATH)/crypto/evp/bio_b64.c @@ -427,10 +390,6 @@ [Sources] $(OPENSSL_PATH)/crypto/siphash/siphash.c $(OPENSSL_PATH)/crypto/siphash/siphash_ameth.c $(OPENSSL_PATH)/crypto/siphash/siphash_pmeth.c -# $(OPENSSL_PATH)/crypto/sm2/sm2_crypt.c -# $(OPENSSL_PATH)/crypto/sm2/sm2_err.c -# $(OPENSSL_PATH)/crypto/sm2/sm2_pmeth.c -# $(OPENSSL_PATH)/crypto/sm2/sm2_sign.c $(OPENSSL_PATH)/crypto/sm3/m_sm3.c $(OPENSSL_PATH)/crypto/sm3/sm3.c $(OPENSSL_PATH)/crypto/sm4/sm4.c @@ -543,15 +502,6 @@ [Sources] $(OPENSSL_PATH)/crypto/conf/conf_local.h $(OPENSSL_PATH)/crypto/dh/dh_local.h $(OPENSSL_PATH)/crypto/dso/dso_local.h -# $(OPENSSL_PATH)/crypto/ec/ec_local.h -# $(OPENSSL_PATH)/crypto/ec/curve448/curve448_local.h -# $(OPENSSL_PATH)/crypto/ec/curve448/curve448utils.h -# $(OPENSSL_PATH)/crypto/ec/curve448/ed448.h -# $(OPENSSL_PATH)/crypto/ec/curve448/field.h -# $(OPENSSL_PATH)/crypto/ec/curve448/point_448.h -# $(OPENSSL_PATH)/crypto/ec/curve448/word.h -# $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/arch_intrinsics.h -# $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/f_impl.h $(OPENSSL_PATH)/crypto/evp/evp_local.h $(OPENSSL_PATH)/crypto/hmac/hmac_local.h $(OPENSSL_PATH)/crypto/lhash/lhash_local.h @@ -574,57 +524,6 @@ [Sources] $(OPENSSL_PATH)/crypto/x509v3/pcy_local.h $(OPENSSL_PATH)/crypto/x509v3/standard_exts.h $(OPENSSL_PATH)/crypto/x509v3/v3_admis.h -# $(OPENSSL_PATH)/ssl/bio_ssl.c -# $(OPENSSL_PATH)/ssl/d1_lib.c -# $(OPENSSL_PATH)/ssl/d1_msg.c -# $(OPENSSL_PATH)/ssl/d1_srtp.c -# $(OPENSSL_PATH)/ssl/methods.c -# $(OPENSSL_PATH)/ssl/packet.c -# $(OPENSSL_PATH)/ssl/pqueue.c -# $(OPENSSL_PATH)/ssl/record/dtls1_bitmap.c -# $(OPENSSL_PATH)/ssl/record/rec_layer_d1.c -# $(OPENSSL_PATH)/ssl/record/rec_layer_s3.c -# $(OPENSSL_PATH)/ssl/record/ssl3_buffer.c -# $(OPENSSL_PATH)/ssl/record/ssl3_record.c -# $(OPENSSL_PATH)/ssl/record/ssl3_record_tls13.c -# $(OPENSSL_PATH)/ssl/s3_cbc.c -# $(OPENSSL_PATH)/ssl/s3_enc.c -# $(OPENSSL_PATH)/ssl/s3_lib.c -# $(OPENSSL_PATH)/ssl/s3_msg.c -# $(OPENSSL_PATH)/ssl/ssl_asn1.c -# $(OPENSSL_PATH)/ssl/ssl_cert.c -# $(OPENSSL_PATH)/ssl/ssl_ciph.c -# $(OPENSSL_PATH)/ssl/ssl_conf.c -# $(OPENSSL_PATH)/ssl/ssl_err.c -# $(OPENSSL_PATH)/ssl/ssl_init.c -# $(OPENSSL_PATH)/ssl/ssl_lib.c -# $(OPENSSL_PATH)/ssl/ssl_mcnf.c -# $(OPENSSL_PATH)/ssl/ssl_rsa.c -# $(OPENSSL_PATH)/ssl/ssl_sess.c -# $(OPENSSL_PATH)/ssl/ssl_stat.c -# $(OPENSSL_PATH)/ssl/ssl_txt.c -# $(OPENSSL_PATH)/ssl/ssl_utst.c -# $(OPENSSL_PATH)/ssl/statem/extensions.c -# $(OPENSSL_PATH)/ssl/statem/extensions_clnt.c -# $(OPENSSL_PATH)/ssl/statem/extensions_cust.c -# $(OPENSSL_PATH)/ssl/statem/extensions_srvr.c -# $(OPENSSL_PATH)/ssl/statem/statem.c -# $(OPENSSL_PATH)/ssl/statem/statem_clnt.c -# $(OPENSSL_PATH)/ssl/statem/statem_dtls.c -# $(OPENSSL_PATH)/ssl/statem/statem_lib.c -# $(OPENSSL_PATH)/ssl/statem/statem_srvr.c -# $(OPENSSL_PATH)/ssl/t1_enc.c -# $(OPENSSL_PATH)/ssl/t1_lib.c -# $(OPENSSL_PATH)/ssl/t1_trce.c -# $(OPENSSL_PATH)/ssl/tls13_enc.c -# $(OPENSSL_PATH)/ssl/tls_srp.c -# $(OPENSSL_PATH)/ssl/packet_local.h -# $(OPENSSL_PATH)/ssl/ssl_cert_table.h -# $(OPENSSL_PATH)/ssl/ssl_local.h -# $(OPENSSL_PATH)/ssl/record/record.h -# $(OPENSSL_PATH)/ssl/record/record_local.h -# $(OPENSSL_PATH)/ssl/statem/statem.h -# $(OPENSSL_PATH)/ssl/statem/statem_local.h # Autogenerated files list ends here buildinf.h ossl_store.c diff --git a/CryptoPkg/Library/OpensslLib/OpensslLibFull.inf b/CryptoPkg/Library/OpensslLib/OpensslLibFull.inf index aa73265931f7..309e43055ce2 100644 --- a/CryptoPkg/Library/OpensslLib/OpensslLibFull.inf +++ b/CryptoPkg/Library/OpensslLib/OpensslLibFull.inf @@ -209,43 +209,6 @@ [Sources] $(OPENSSL_PATH)/crypto/dso/dso_vms.c $(OPENSSL_PATH)/crypto/dso/dso_win32.c $(OPENSSL_PATH)/crypto/ebcdic.c - $(OPENSSL_PATH)/crypto/ec/curve25519.c - $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/f_impl.c - $(OPENSSL_PATH)/crypto/ec/curve448/curve448.c - $(OPENSSL_PATH)/crypto/ec/curve448/curve448_tables.c - $(OPENSSL_PATH)/crypto/ec/curve448/eddsa.c - $(OPENSSL_PATH)/crypto/ec/curve448/f_generic.c - $(OPENSSL_PATH)/crypto/ec/curve448/scalar.c - $(OPENSSL_PATH)/crypto/ec/ec2_oct.c - $(OPENSSL_PATH)/crypto/ec/ec2_smpl.c - $(OPENSSL_PATH)/crypto/ec/ec_ameth.c - $(OPENSSL_PATH)/crypto/ec/ec_asn1.c - $(OPENSSL_PATH)/crypto/ec/ec_check.c - $(OPENSSL_PATH)/crypto/ec/ec_curve.c - $(OPENSSL_PATH)/crypto/ec/ec_cvt.c - $(OPENSSL_PATH)/crypto/ec/ec_err.c - $(OPENSSL_PATH)/crypto/ec/ec_key.c - $(OPENSSL_PATH)/crypto/ec/ec_kmeth.c - $(OPENSSL_PATH)/crypto/ec/ec_lib.c - $(OPENSSL_PATH)/crypto/ec/ec_mult.c - $(OPENSSL_PATH)/crypto/ec/ec_oct.c - $(OPENSSL_PATH)/crypto/ec/ec_pmeth.c - $(OPENSSL_PATH)/crypto/ec/ec_print.c - $(OPENSSL_PATH)/crypto/ec/ecdh_kdf.c - $(OPENSSL_PATH)/crypto/ec/ecdh_ossl.c - $(OPENSSL_PATH)/crypto/ec/ecdsa_ossl.c - $(OPENSSL_PATH)/crypto/ec/ecdsa_sign.c - $(OPENSSL_PATH)/crypto/ec/ecdsa_vrf.c - $(OPENSSL_PATH)/crypto/ec/eck_prn.c - $(OPENSSL_PATH)/crypto/ec/ecp_mont.c - $(OPENSSL_PATH)/crypto/ec/ecp_nist.c - $(OPENSSL_PATH)/crypto/ec/ecp_nistp224.c - $(OPENSSL_PATH)/crypto/ec/ecp_nistp256.c - $(OPENSSL_PATH)/crypto/ec/ecp_nistp521.c - $(OPENSSL_PATH)/crypto/ec/ecp_nistputil.c - $(OPENSSL_PATH)/crypto/ec/ecp_oct.c - $(OPENSSL_PATH)/crypto/ec/ecp_smpl.c - $(OPENSSL_PATH)/crypto/ec/ecx_meth.c $(OPENSSL_PATH)/crypto/err/err.c $(OPENSSL_PATH)/crypto/err/err_prn.c $(OPENSSL_PATH)/crypto/evp/bio_b64.c @@ -431,10 +394,6 @@ [Sources] $(OPENSSL_PATH)/crypto/siphash/siphash.c $(OPENSSL_PATH)/crypto/siphash/siphash_ameth.c $(OPENSSL_PATH)/crypto/siphash/siphash_pmeth.c - $(OPENSSL_PATH)/crypto/sm2/sm2_crypt.c - $(OPENSSL_PATH)/crypto/sm2/sm2_err.c - $(OPENSSL_PATH)/crypto/sm2/sm2_pmeth.c - $(OPENSSL_PATH)/crypto/sm2/sm2_sign.c $(OPENSSL_PATH)/crypto/sm3/m_sm3.c $(OPENSSL_PATH)/crypto/sm3/sm3.c $(OPENSSL_PATH)/crypto/sm4/sm4.c @@ -547,15 +506,6 @@ [Sources] $(OPENSSL_PATH)/crypto/conf/conf_local.h $(OPENSSL_PATH)/crypto/dh/dh_local.h $(OPENSSL_PATH)/crypto/dso/dso_local.h - $(OPENSSL_PATH)/crypto/ec/ec_local.h - $(OPENSSL_PATH)/crypto/ec/curve448/curve448_local.h - $(OPENSSL_PATH)/crypto/ec/curve448/curve448utils.h - $(OPENSSL_PATH)/crypto/ec/curve448/ed448.h - $(OPENSSL_PATH)/crypto/ec/curve448/field.h - $(OPENSSL_PATH)/crypto/ec/curve448/point_448.h - $(OPENSSL_PATH)/crypto/ec/curve448/word.h - $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/arch_intrinsics.h - $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/f_impl.h $(OPENSSL_PATH)/crypto/evp/evp_local.h $(OPENSSL_PATH)/crypto/hmac/hmac_local.h $(OPENSSL_PATH)/crypto/lhash/lhash_local.h @@ -629,6 +579,56 @@ [Sources] $(OPENSSL_PATH)/ssl/record/record_local.h $(OPENSSL_PATH)/ssl/statem/statem.h $(OPENSSL_PATH)/ssl/statem/statem_local.h + $(OPENSSL_PATH)/crypto/ec/curve25519.c + $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/f_impl.c + $(OPENSSL_PATH)/crypto/ec/curve448/curve448.c + $(OPENSSL_PATH)/crypto/ec/curve448/curve448_tables.c + $(OPENSSL_PATH)/crypto/ec/curve448/eddsa.c + $(OPENSSL_PATH)/crypto/ec/curve448/f_generic.c + $(OPENSSL_PATH)/crypto/ec/curve448/scalar.c + $(OPENSSL_PATH)/crypto/ec/ec2_oct.c + $(OPENSSL_PATH)/crypto/ec/ec2_smpl.c + $(OPENSSL_PATH)/crypto/ec/ec_ameth.c + $(OPENSSL_PATH)/crypto/ec/ec_asn1.c + $(OPENSSL_PATH)/crypto/ec/ec_check.c + $(OPENSSL_PATH)/crypto/ec/ec_curve.c + $(OPENSSL_PATH)/crypto/ec/ec_cvt.c + $(OPENSSL_PATH)/crypto/ec/ec_err.c + $(OPENSSL_PATH)/crypto/ec/ec_key.c + $(OPENSSL_PATH)/crypto/ec/ec_kmeth.c + $(OPENSSL_PATH)/crypto/ec/ec_lib.c + $(OPENSSL_PATH)/crypto/ec/ec_mult.c + $(OPENSSL_PATH)/crypto/ec/ec_oct.c + $(OPENSSL_PATH)/crypto/ec/ec_pmeth.c + $(OPENSSL_PATH)/crypto/ec/ec_print.c + $(OPENSSL_PATH)/crypto/ec/ecdh_kdf.c + $(OPENSSL_PATH)/crypto/ec/ecdh_ossl.c + $(OPENSSL_PATH)/crypto/ec/ecdsa_ossl.c + $(OPENSSL_PATH)/crypto/ec/ecdsa_sign.c + $(OPENSSL_PATH)/crypto/ec/ecdsa_vrf.c + $(OPENSSL_PATH)/crypto/ec/eck_prn.c + $(OPENSSL_PATH)/crypto/ec/ecp_mont.c + $(OPENSSL_PATH)/crypto/ec/ecp_nist.c + $(OPENSSL_PATH)/crypto/ec/ecp_nistp224.c + $(OPENSSL_PATH)/crypto/ec/ecp_nistp256.c + $(OPENSSL_PATH)/crypto/ec/ecp_nistp521.c + $(OPENSSL_PATH)/crypto/ec/ecp_nistputil.c + $(OPENSSL_PATH)/crypto/ec/ecp_oct.c + $(OPENSSL_PATH)/crypto/ec/ecp_smpl.c + $(OPENSSL_PATH)/crypto/ec/ecx_meth.c + $(OPENSSL_PATH)/crypto/sm2/sm2_crypt.c + $(OPENSSL_PATH)/crypto/sm2/sm2_err.c + $(OPENSSL_PATH)/crypto/sm2/sm2_pmeth.c + $(OPENSSL_PATH)/crypto/sm2/sm2_sign.c + $(OPENSSL_PATH)/crypto/ec/ec_local.h + $(OPENSSL_PATH)/crypto/ec/curve448/curve448_local.h + $(OPENSSL_PATH)/crypto/ec/curve448/curve448utils.h + $(OPENSSL_PATH)/crypto/ec/curve448/ed448.h + $(OPENSSL_PATH)/crypto/ec/curve448/field.h + $(OPENSSL_PATH)/crypto/ec/curve448/point_448.h + $(OPENSSL_PATH)/crypto/ec/curve448/word.h + $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/arch_intrinsics.h + $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/f_impl.h # Autogenerated files list ends here buildinf.h ossl_store.c diff --git a/CryptoPkg/Library/OpensslLib/OpensslLibFullAccel.inf b/CryptoPkg/Library/OpensslLib/OpensslLibFullAccel.inf index 6525b73a9e7b..4eeeeb79bd94 100644 --- a/CryptoPkg/Library/OpensslLib/OpensslLibFullAccel.inf +++ b/CryptoPkg/Library/OpensslLib/OpensslLibFullAccel.inf @@ -210,43 +210,6 @@ [Sources] $(OPENSSL_PATH)/crypto/dso/dso_vms.c $(OPENSSL_PATH)/crypto/dso/dso_win32.c $(OPENSSL_PATH)/crypto/ebcdic.c - $(OPENSSL_PATH)/crypto/ec/curve25519.c - $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/f_impl.c - $(OPENSSL_PATH)/crypto/ec/curve448/curve448.c - $(OPENSSL_PATH)/crypto/ec/curve448/curve448_tables.c - $(OPENSSL_PATH)/crypto/ec/curve448/eddsa.c - $(OPENSSL_PATH)/crypto/ec/curve448/f_generic.c - $(OPENSSL_PATH)/crypto/ec/curve448/scalar.c - $(OPENSSL_PATH)/crypto/ec/ec2_oct.c - $(OPENSSL_PATH)/crypto/ec/ec2_smpl.c - $(OPENSSL_PATH)/crypto/ec/ec_ameth.c - $(OPENSSL_PATH)/crypto/ec/ec_asn1.c - $(OPENSSL_PATH)/crypto/ec/ec_check.c - $(OPENSSL_PATH)/crypto/ec/ec_curve.c - $(OPENSSL_PATH)/crypto/ec/ec_cvt.c - $(OPENSSL_PATH)/crypto/ec/ec_err.c - $(OPENSSL_PATH)/crypto/ec/ec_key.c - $(OPENSSL_PATH)/crypto/ec/ec_kmeth.c - $(OPENSSL_PATH)/crypto/ec/ec_lib.c - $(OPENSSL_PATH)/crypto/ec/ec_mult.c - $(OPENSSL_PATH)/crypto/ec/ec_oct.c - $(OPENSSL_PATH)/crypto/ec/ec_pmeth.c - $(OPENSSL_PATH)/crypto/ec/ec_print.c - $(OPENSSL_PATH)/crypto/ec/ecdh_kdf.c - $(OPENSSL_PATH)/crypto/ec/ecdh_ossl.c - $(OPENSSL_PATH)/crypto/ec/ecdsa_ossl.c - $(OPENSSL_PATH)/crypto/ec/ecdsa_sign.c - $(OPENSSL_PATH)/crypto/ec/ecdsa_vrf.c - $(OPENSSL_PATH)/crypto/ec/eck_prn.c - $(OPENSSL_PATH)/crypto/ec/ecp_mont.c - $(OPENSSL_PATH)/crypto/ec/ecp_nist.c - $(OPENSSL_PATH)/crypto/ec/ecp_nistp224.c - $(OPENSSL_PATH)/crypto/ec/ecp_nistp256.c - $(OPENSSL_PATH)/crypto/ec/ecp_nistp521.c - $(OPENSSL_PATH)/crypto/ec/ecp_nistputil.c - $(OPENSSL_PATH)/crypto/ec/ecp_oct.c - $(OPENSSL_PATH)/crypto/ec/ecp_smpl.c - $(OPENSSL_PATH)/crypto/ec/ecx_meth.c $(OPENSSL_PATH)/crypto/err/err.c $(OPENSSL_PATH)/crypto/err/err_prn.c $(OPENSSL_PATH)/crypto/evp/bio_b64.c @@ -325,7 +288,6 @@ [Sources] $(OPENSSL_PATH)/crypto/md5/md5_dgst.c $(OPENSSL_PATH)/crypto/md5/md5_one.c $(OPENSSL_PATH)/crypto/mem.c -# $(OPENSSL_PATH)/crypto/mem_clr.c # Replaced by assembly optimized NASM/S files $(OPENSSL_PATH)/crypto/mem_dbg.c $(OPENSSL_PATH)/crypto/mem_sec.c $(OPENSSL_PATH)/crypto/modes/cbc128.c @@ -432,10 +394,6 @@ [Sources] $(OPENSSL_PATH)/crypto/siphash/siphash.c $(OPENSSL_PATH)/crypto/siphash/siphash_ameth.c $(OPENSSL_PATH)/crypto/siphash/siphash_pmeth.c - $(OPENSSL_PATH)/crypto/sm2/sm2_crypt.c - $(OPENSSL_PATH)/crypto/sm2/sm2_err.c - $(OPENSSL_PATH)/crypto/sm2/sm2_pmeth.c - $(OPENSSL_PATH)/crypto/sm2/sm2_sign.c $(OPENSSL_PATH)/crypto/sm3/m_sm3.c $(OPENSSL_PATH)/crypto/sm3/sm3.c $(OPENSSL_PATH)/crypto/sm4/sm4.c @@ -548,15 +506,6 @@ [Sources] $(OPENSSL_PATH)/crypto/conf/conf_local.h $(OPENSSL_PATH)/crypto/dh/dh_local.h $(OPENSSL_PATH)/crypto/dso/dso_local.h - $(OPENSSL_PATH)/crypto/ec/ec_local.h - $(OPENSSL_PATH)/crypto/ec/curve448/curve448_local.h - $(OPENSSL_PATH)/crypto/ec/curve448/curve448utils.h - $(OPENSSL_PATH)/crypto/ec/curve448/ed448.h - $(OPENSSL_PATH)/crypto/ec/curve448/field.h - $(OPENSSL_PATH)/crypto/ec/curve448/point_448.h - $(OPENSSL_PATH)/crypto/ec/curve448/word.h - $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/arch_intrinsics.h - $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/f_impl.h $(OPENSSL_PATH)/crypto/evp/evp_local.h $(OPENSSL_PATH)/crypto/hmac/hmac_local.h $(OPENSSL_PATH)/crypto/lhash/lhash_local.h @@ -630,6 +579,56 @@ [Sources] $(OPENSSL_PATH)/ssl/record/record_local.h $(OPENSSL_PATH)/ssl/statem/statem.h $(OPENSSL_PATH)/ssl/statem/statem_local.h + $(OPENSSL_PATH)/crypto/ec/curve25519.c + $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/f_impl.c + $(OPENSSL_PATH)/crypto/ec/curve448/curve448.c + $(OPENSSL_PATH)/crypto/ec/curve448/curve448_tables.c + $(OPENSSL_PATH)/crypto/ec/curve448/eddsa.c + $(OPENSSL_PATH)/crypto/ec/curve448/f_generic.c + $(OPENSSL_PATH)/crypto/ec/curve448/scalar.c + $(OPENSSL_PATH)/crypto/ec/ec2_oct.c + $(OPENSSL_PATH)/crypto/ec/ec2_smpl.c + $(OPENSSL_PATH)/crypto/ec/ec_ameth.c + $(OPENSSL_PATH)/crypto/ec/ec_asn1.c + $(OPENSSL_PATH)/crypto/ec/ec_check.c + $(OPENSSL_PATH)/crypto/ec/ec_curve.c + $(OPENSSL_PATH)/crypto/ec/ec_cvt.c + $(OPENSSL_PATH)/crypto/ec/ec_err.c + $(OPENSSL_PATH)/crypto/ec/ec_key.c + $(OPENSSL_PATH)/crypto/ec/ec_kmeth.c + $(OPENSSL_PATH)/crypto/ec/ec_lib.c + $(OPENSSL_PATH)/crypto/ec/ec_mult.c + $(OPENSSL_PATH)/crypto/ec/ec_oct.c + $(OPENSSL_PATH)/crypto/ec/ec_pmeth.c + $(OPENSSL_PATH)/crypto/ec/ec_print.c + $(OPENSSL_PATH)/crypto/ec/ecdh_kdf.c + $(OPENSSL_PATH)/crypto/ec/ecdh_ossl.c + $(OPENSSL_PATH)/crypto/ec/ecdsa_ossl.c + $(OPENSSL_PATH)/crypto/ec/ecdsa_sign.c + $(OPENSSL_PATH)/crypto/ec/ecdsa_vrf.c + $(OPENSSL_PATH)/crypto/ec/eck_prn.c + $(OPENSSL_PATH)/crypto/ec/ecp_mont.c + $(OPENSSL_PATH)/crypto/ec/ecp_nist.c + $(OPENSSL_PATH)/crypto/ec/ecp_nistp224.c + $(OPENSSL_PATH)/crypto/ec/ecp_nistp256.c + $(OPENSSL_PATH)/crypto/ec/ecp_nistp521.c + $(OPENSSL_PATH)/crypto/ec/ecp_nistputil.c + $(OPENSSL_PATH)/crypto/ec/ecp_oct.c + $(OPENSSL_PATH)/crypto/ec/ecp_smpl.c + $(OPENSSL_PATH)/crypto/ec/ecx_meth.c + $(OPENSSL_PATH)/crypto/sm2/sm2_crypt.c + $(OPENSSL_PATH)/crypto/sm2/sm2_err.c + $(OPENSSL_PATH)/crypto/sm2/sm2_pmeth.c + $(OPENSSL_PATH)/crypto/sm2/sm2_sign.c + $(OPENSSL_PATH)/crypto/ec/ec_local.h + $(OPENSSL_PATH)/crypto/ec/curve448/curve448_local.h + $(OPENSSL_PATH)/crypto/ec/curve448/curve448utils.h + $(OPENSSL_PATH)/crypto/ec/curve448/ed448.h + $(OPENSSL_PATH)/crypto/ec/curve448/field.h + $(OPENSSL_PATH)/crypto/ec/curve448/point_448.h + $(OPENSSL_PATH)/crypto/ec/curve448/word.h + $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/arch_intrinsics.h + $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/f_impl.h # Autogenerated files list ends here buildinf.h ossl_store.c @@ -639,57 +638,57 @@ [Sources] [Sources.IA32] # Autogenerated IA32 files list starts here - IA32/crypto/aes/aesni-x86.nasm | MSFT - IA32/crypto/aes/vpaes-x86.nasm | MSFT - IA32/crypto/modes/ghash-x86.nasm | MSFT - IA32/crypto/sha/sha1-586.nasm | MSFT - IA32/crypto/sha/sha256-586.nasm | MSFT - IA32/crypto/sha/sha512-586.nasm | MSFT - IA32/crypto/x86cpuid.nasm | MSFT + IA32/crypto/aes/aesni-x86.nasm |MSFT + IA32/crypto/aes/vpaes-x86.nasm |MSFT + IA32/crypto/modes/ghash-x86.nasm |MSFT + IA32/crypto/sha/sha1-586.nasm |MSFT + IA32/crypto/sha/sha256-586.nasm |MSFT + IA32/crypto/sha/sha512-586.nasm |MSFT + IA32/crypto/x86cpuid.nasm |MSFT # Autogenerated files list ends here # Autogenerated IA32Gcc files list starts here - IA32Gcc/crypto/aes/aesni-x86.S | GCC - IA32Gcc/crypto/aes/vpaes-x86.S | GCC - IA32Gcc/crypto/modes/ghash-x86.S | GCC - IA32Gcc/crypto/sha/sha1-586.S | GCC - IA32Gcc/crypto/sha/sha256-586.S | GCC - IA32Gcc/crypto/sha/sha512-586.S | GCC - IA32Gcc/crypto/x86cpuid.S | GCC + IA32Gcc/crypto/aes/aesni-x86.S |GCC + IA32Gcc/crypto/aes/vpaes-x86.S |GCC + IA32Gcc/crypto/modes/ghash-x86.S |GCC + IA32Gcc/crypto/sha/sha1-586.S |GCC + IA32Gcc/crypto/sha/sha256-586.S |GCC + IA32Gcc/crypto/sha/sha512-586.S |GCC + IA32Gcc/crypto/x86cpuid.S |GCC # Autogenerated files list ends here [Sources.X64] X64/ApiHooks.c # Autogenerated X64 files list starts here - X64/crypto/aes/aesni-mb-x86_64.nasm | MSFT - X64/crypto/aes/aesni-sha1-x86_64.nasm | MSFT - X64/crypto/aes/aesni-sha256-x86_64.nasm | MSFT - X64/crypto/aes/aesni-x86_64.nasm | MSFT - X64/crypto/aes/vpaes-x86_64.nasm | MSFT - X64/crypto/modes/aesni-gcm-x86_64.nasm | MSFT - X64/crypto/modes/ghash-x86_64.nasm | MSFT - X64/crypto/sha/sha1-mb-x86_64.nasm | MSFT - X64/crypto/sha/sha1-x86_64.nasm | MSFT - X64/crypto/sha/sha256-mb-x86_64.nasm | MSFT - X64/crypto/sha/sha256-x86_64.nasm | MSFT - X64/crypto/sha/sha512-x86_64.nasm | MSFT - X64/crypto/x86_64cpuid.nasm | MSFT + X64/crypto/aes/aesni-mb-x86_64.nasm |MSFT + X64/crypto/aes/aesni-sha1-x86_64.nasm |MSFT + X64/crypto/aes/aesni-sha256-x86_64.nasm |MSFT + X64/crypto/aes/aesni-x86_64.nasm |MSFT + X64/crypto/aes/vpaes-x86_64.nasm |MSFT + X64/crypto/modes/aesni-gcm-x86_64.nasm |MSFT + X64/crypto/modes/ghash-x86_64.nasm |MSFT + X64/crypto/sha/sha1-mb-x86_64.nasm |MSFT + X64/crypto/sha/sha1-x86_64.nasm |MSFT + X64/crypto/sha/sha256-mb-x86_64.nasm |MSFT + X64/crypto/sha/sha256-x86_64.nasm |MSFT + X64/crypto/sha/sha512-x86_64.nasm |MSFT + X64/crypto/x86_64cpuid.nasm |MSFT # Autogenerated files list ends here # Autogenerated X64Gcc files list starts here - X64Gcc/crypto/aes/aesni-mb-x86_64.S | GCC - X64Gcc/crypto/aes/aesni-sha1-x86_64.S | GCC - X64Gcc/crypto/aes/aesni-sha256-x86_64.S | GCC - X64Gcc/crypto/aes/aesni-x86_64.S | GCC - X64Gcc/crypto/aes/vpaes-x86_64.S | GCC - X64Gcc/crypto/modes/aesni-gcm-x86_64.S | GCC - X64Gcc/crypto/modes/ghash-x86_64.S | GCC - X64Gcc/crypto/sha/sha1-mb-x86_64.S | GCC - X64Gcc/crypto/sha/sha1-x86_64.S | GCC - X64Gcc/crypto/sha/sha256-mb-x86_64.S | GCC - X64Gcc/crypto/sha/sha256-x86_64.S | GCC - X64Gcc/crypto/sha/sha512-x86_64.S | GCC - X64Gcc/crypto/x86_64cpuid.S | GCC + X64Gcc/crypto/aes/aesni-mb-x86_64.S |GCC + X64Gcc/crypto/aes/aesni-sha1-x86_64.S |GCC + X64Gcc/crypto/aes/aesni-sha256-x86_64.S |GCC + X64Gcc/crypto/aes/aesni-x86_64.S |GCC + X64Gcc/crypto/aes/vpaes-x86_64.S |GCC + X64Gcc/crypto/modes/aesni-gcm-x86_64.S |GCC + X64Gcc/crypto/modes/ghash-x86_64.S |GCC + X64Gcc/crypto/sha/sha1-mb-x86_64.S |GCC + X64Gcc/crypto/sha/sha1-x86_64.S |GCC + X64Gcc/crypto/sha/sha256-mb-x86_64.S |GCC + X64Gcc/crypto/sha/sha256-x86_64.S |GCC + X64Gcc/crypto/sha/sha512-x86_64.S |GCC + X64Gcc/crypto/x86_64cpuid.S |GCC # Autogenerated files list ends here [Packages] -- 2.37.1.windows.1