public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/6] CryptoPkg: Upgrade OpenSSL to 1.1.1b
@ 2019-05-09  9:06 Xiaoyu lu
  0 siblings, 0 replies; only message in thread
From: Xiaoyu lu @ 2019-05-09  9:06 UTC (permalink / raw)
  To: devel; +Cc: lersek

(1) CryptoPkg/OpensslLib: Modify process_files.pl for
 upgrading OpenSSL
  OpenSSL_1_1_1b(50eaac9f3337667259de725451f201e784599687)
only support seeding NONE for UEFI(rand_unix.c line 93).
  So add --with-rand-seed=none to process_files.pl.

(2) CryptoPkg/OpensslLib: Exclude unnecessary files in
 process_files.pl
  When running process_files.py to configure OpenSSL, we can exclude
some unnecessary files. This can reduce porting time, compiling
time and library size.

(3) CryptoPkg/IntrinsicLib: Fix possible unresolved
 external symbol issue

(4) CryptoPkg/OpensslLib: Prepare for upgrading OpenSSL
  Disable warning for building OpenSSL_1_1_1b

(5) CryptoPkg: Upgrade OpenSSL to 1.1.1b
  Update OpenSSL submodule to OpenSSL_1_1_1b
  OpenSSL_1_1_1b(50eaac9f3337667259de725451f201e784599687)

  OpenSSL doesn't implement some rand_pool function for UEFI.
  Using TimerLib to implement for UEFI.

(6) CryptoPkg/BaseCryptLib: Make HMAC_CTX size backward
 compatible

  Note: Will be remove next update.

*** BLURB HERE ***

Xiaoyu Lu (3):
  CryptoPkg/IntrinsicLib: Fix possible unresolved external symbol issue
  CryptoPkg: Upgrade OpenSSL to 1.1.1b
  CryptoPkg/BaseCryptLib: Make HMAC_CTX size backward compatible

Xiaoyu lu (3):
  CryptoPkg/OpensslLib: Modify process_files.pl for upgrading OpenSSL
  CryptoPkg/OpensslLib: Exclude unnecessary files in process_files.pl
  CryptoPkg/OpensslLib: Prepare for upgrading OpenSSL

 CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacMd5.c |   8 +-
 .../Library/BaseCryptLib/Hmac/CryptHmacSha1.c      |   9 +-
 .../Library/BaseCryptLib/Hmac/CryptHmacSha256.c    |   8 +-
 CryptoPkg/Library/Include/CrtLibSupport.h          |   8 +
 CryptoPkg/Library/Include/openssl/opensslconf.h    |  54 +++-
 CryptoPkg/Library/IntrinsicLib/Ia32/MathFtol.c     |  22 ++
 CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf    |   4 +-
 CryptoPkg/Library/OpensslLib/OpensslLib.inf        |  60 ++++-
 CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf  |  51 +++-
 CryptoPkg/Library/OpensslLib/buildinf.h            |   2 +
 CryptoPkg/Library/OpensslLib/openssl               |   2 +-
 CryptoPkg/Library/OpensslLib/ossl_store.c          |  17 ++
 CryptoPkg/Library/OpensslLib/process_files.pl      |  11 +-
 CryptoPkg/Library/OpensslLib/rand_pool.c           | 292 +++++++++++++++++++++
 14 files changed, 499 insertions(+), 49 deletions(-)
 create mode 100644 CryptoPkg/Library/IntrinsicLib/Ia32/MathFtol.c
 create mode 100644 CryptoPkg/Library/OpensslLib/ossl_store.c
 create mode 100644 CryptoPkg/Library/OpensslLib/rand_pool.c

-- 
2.7.4


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-05-09  9:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-09  9:06 [PATCH v2 0/6] CryptoPkg: Upgrade OpenSSL to 1.1.1b Xiaoyu lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox