From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mx.groups.io with SMTP id smtpd.web11.97329.1680602084744828981 for ; Tue, 04 Apr 2023 02:54:45 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=G6G6p3Fy; spf=pass (domain: intel.com, ip: 192.55.52.93, mailfrom: yi1.li@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1680602085; x=1712138085; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=aVIkFTHQCxtRycpe4mI6MgMSrh8u8wKVWH4sK5LQtEw=; b=G6G6p3Fy/KDRea7a6M0Afkars48+i3Vn4sVlrzw+pEkG863pbKAXB3f5 oGQhANPmJbJtOfS9AjsaT/wjdzRj+AoHJUEkseECWniiDo+/c/pxn/o+4 DZ/9rtOaXKDFdFMuoWeQ8KEQcUiLOE3DztD8tO6ScQnOuDlK7Xw/BBXvX z/TvY9MB0J2imLnu4uV2M25E7tTpWw8jXgY89PPDswnrKm8FTwvG1Uiud J3kbhWn9sKRkzpKHMlQ+71pwpRaj26pR5H1mWJKe999L8qPkU2CXIWIVF ThSYQQM6VyDA6rmTYc36YWCcTJUukS9ilVpeJ8bWJNsQR2nZutNL6jgZK w==; X-IronPort-AV: E=McAfee;i="6600,9927,10669"; a="339626650" X-IronPort-AV: E=Sophos;i="5.98,317,1673942400"; d="scan'208";a="339626650" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Apr 2023 02:54:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10669"; a="688830702" X-IronPort-AV: E=Sophos;i="5.98,317,1673942400"; d="scan'208";a="688830702" Received: from liyi4-desktop.ccr.corp.intel.com ([10.239.153.82]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Apr 2023 02:54:44 -0700 From: "Li, Yi" To: devel@edk2.groups.io Cc: Yi Li Subject: [edk2-staging/OpenSSL11_EOL][PATCH 3/4] Readme: 0330 update Date: Tue, 4 Apr 2023 17:54:32 +0800 Message-Id: X-Mailer: git-send-email 2.31.1.windows.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Signed-off-by: Yi Li --- CryptoPkg/Readme-OpenSSL3.0.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/CryptoPkg/Readme-OpenSSL3.0.md b/CryptoPkg/Readme-OpenSSL3.0.md index fc5d24d074..1c77628b75 100644 --- a/CryptoPkg/Readme-OpenSSL3.0.md +++ b/CryptoPkg/Readme-OpenSSL3.0.md @@ -20,17 +20,17 @@ Will update latest result here (Build based on Intel platform). Binaries mode (use crypto drivers) | Driver | 1.1.1 | 3.0 | percent | |-----------------|------------|------------|------------| -|CryptoPei | 386 | 398 | 3.1% | +|CryptoPei | 386 | 400 | 3.6% | |CryptoPeiPreMem | 31 | 31 | 0% | -|CryptoDxeFull | 1014 | 997 | -1.6% | -|CryptoDxe | 804 | 871 | 8.3% | -|CryptoSmm | 558 | 581 | 4.1% | +|CryptoDxeFull | 1014 | 935 | -7.7% | +|CryptoDxe | 804 | 813 | 1.2% | +|CryptoSmm | 558 | 587 | 5.2% | | LZMA Compressed | 1.1.1 | 3.0 | percent | |-----------------|------------|------------|------------| -|CryptoDxe | 311 | 346 | 11.2% | +|CryptoDxe | 311 | 321 | 3.3% | |CryptoSmm | 211 | 233 | 10.4% | -|FV (Dxe+Smm) | 357 | 406 | 13.7% | +|FV (Dxe+Smm) | 357 | 381 | 6.8% | Library mode (use crypto library) | Driver | 1.1.1 | 3.0 | delta | @@ -61,6 +61,7 @@ SM2, SM3 - 12KB, MD5 - 8KB, PEM - 19KB, +TlsServer - 51KB (Only for DXE), ... #### Risk: 1. SM3 @@ -154,5 +155,8 @@ https://github.com/liyi77/openssl/commit/faa5d6781c3af601bcbc11ff199e2955d7ff430 https://github.com/liyi77/openssl/commit/8488c75701cdd5e626785e6d9d002f6fb30ae0ff (commit: x509: remove unused extentions 19KB) https://github.com/liyi77/openssl/commit/c27b3428708eb240b626946ce10d4219806d8adf +(commit: ssl: block out dtls code when OPENSSL_NO_DTLS defined 7KB) +https://github.com/liyi77/openssl/commit/a92f19cb85232a153f20303d7c9035b2b614fdb3 + ## Timeline Target for 2023 Q1 \ No newline at end of file -- 2.31.1.windows.1