From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga18.intel.com (mga18.intel.com []) by mx.groups.io with SMTP id smtpd.web11.1071.1581550866480608443 for ; Wed, 12 Feb 2020 15:41:06 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: christopher.j.zurcher@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Feb 2020 15:41:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,434,1574150400"; d="scan'208";a="432484996" Received: from cjzurch-desk.amr.corp.intel.com ([10.9.70.181]) by fmsmga005.fm.intel.com with ESMTP; 12 Feb 2020 15:41:01 -0800 From: "Zurcher, Christopher J" To: devel@edk2.groups.io Cc: Jian J Wang , Xiaoyu Lu Subject: [PATCH 0/1] Remove "no-autoalginit" flag from OpenSSL build Date: Wed, 12 Feb 2020 15:40:59 -0800 Message-Id: <20200212234100.28300-1-christopher.j.zurcher@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 In order to implement the EVP interface, the EVP_get_digestbyname function requires the desired digest to be already initialized. Removing the "no-autoalginit" build option will allow algorithms to be retrieved by name. Cc: Jian J Wang Cc: Xiaoyu Lu Christopher J Zurcher (1): CryptoPkg/OpensslLib: Remove "no-autoalginit" flag from OpenSSL build CryptoPkg/Library/OpensslLib/OpensslLib.inf | 64 ++++++++++---------- CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf | 60 +++++++++--------- CryptoPkg/Library/Include/openssl/opensslconf.h | 3 - CryptoPkg/Library/OpensslLib/process_files.pl | 5 +- 4 files changed, 64 insertions(+), 68 deletions(-) -- 2.16.2.windows.1