public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Yao, Jiewen" <jiewen.yao@intel.com>
To: "Sheng, W" <w.sheng@intel.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: "Wang, Jian J" <jian.j.wang@intel.com>,
	"Lu, Xiaoyu1" <xiaoyu1.lu@intel.com>,
	"Jiang, Guomin" <guomin.jiang@intel.com>
Subject: Re: [PATCH v2] CryptoPkg/OpensslLib: Upgrade OpenSSL to 1.1.1t
Date: Fri, 10 Mar 2023 05:58:33 +0000	[thread overview]
Message-ID: <MW4PR11MB587205418F7B2F4A00E865318CBA9@MW4PR11MB5872.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20230228024357.343-1-w.sheng@intel.com>

Merged https://github.com/tianocore/edk2/pull/4128

> -----Original Message-----
> From: Sheng, W <w.sheng@intel.com>
> Sent: Tuesday, February 28, 2023 10:44 AM
> To: devel@edk2.groups.io
> Cc: Wang, Jian J <jian.j.wang@intel.com>; Yao, Jiewen
> <jiewen.yao@intel.com>; Lu, Xiaoyu1 <xiaoyu1.lu@intel.com>; Jiang,
> Guomin <guomin.jiang@intel.com>
> Subject: [PATCH v2] CryptoPkg/OpensslLib: Upgrade OpenSSL to 1.1.1t
> 
> Upgrade openssl to 1.1.1t
> Pick up bugfixes from the latest openssl release.
> 
> Cc: Jian J Wang <jian.j.wang@intel.com>
> Cc: Jiewen Yao <jiewen.yao@intel.com>
> Cc: Xiaoyu Lu <xiaoyu1.lu@intel.com>
> Cc: Guomin Jiang <guomin.jiang@intel.com>
> Signed-off-by: Sheng Wei <w.sheng@intel.com>
> ---
>  CryptoPkg/Library/OpensslLib/OpensslLib.inf          | 1 +
>  CryptoPkg/Library/OpensslLib/OpensslLibAccel.inf     | 1 +
>  CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf    | 1 +
>  CryptoPkg/Library/OpensslLib/OpensslLibFull.inf      | 1 +
>  CryptoPkg/Library/OpensslLib/OpensslLibFullAccel.inf | 1 +
>  CryptoPkg/Library/OpensslLib/openssl                 | 2 +-
>  6 files changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/CryptoPkg/Library/OpensslLib/OpensslLib.inf
> b/CryptoPkg/Library/OpensslLib/OpensslLib.inf
> index 60c6c24b0a..1474df8125 100644
> --- a/CryptoPkg/Library/OpensslLib/OpensslLib.inf
> +++ b/CryptoPkg/Library/OpensslLib/OpensslLib.inf
> @@ -162,6 +162,7 @@
>    $(OPENSSL_PATH)/crypto/bn/bn_srp.c
> 
>    $(OPENSSL_PATH)/crypto/bn/bn_word.c
> 
>    $(OPENSSL_PATH)/crypto/bn/bn_x931p.c
> 
> +  $(OPENSSL_PATH)/crypto/bn/rsa_sup_mul.c
> 
>    $(OPENSSL_PATH)/crypto/buffer/buf_err.c
> 
>    $(OPENSSL_PATH)/crypto/buffer/buffer.c
> 
>    $(OPENSSL_PATH)/crypto/cmac/cm_ameth.c
> 
> diff --git a/CryptoPkg/Library/OpensslLib/OpensslLibAccel.inf
> b/CryptoPkg/Library/OpensslLib/OpensslLibAccel.inf
> index 103ef7bda2..3c5f6d5d17 100644
> --- a/CryptoPkg/Library/OpensslLib/OpensslLibAccel.inf
> +++ b/CryptoPkg/Library/OpensslLib/OpensslLibAccel.inf
> @@ -163,6 +163,7 @@
>    $(OPENSSL_PATH)/crypto/bn/bn_srp.c
> 
>    $(OPENSSL_PATH)/crypto/bn/bn_word.c
> 
>    $(OPENSSL_PATH)/crypto/bn/bn_x931p.c
> 
> +  $(OPENSSL_PATH)/crypto/bn/rsa_sup_mul.c
> 
>    $(OPENSSL_PATH)/crypto/buffer/buf_err.c
> 
>    $(OPENSSL_PATH)/crypto/buffer/buffer.c
> 
>    $(OPENSSL_PATH)/crypto/cmac/cm_ameth.c
> 
> diff --git a/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
> b/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
> index c4eaea888c..a9adb94720 100644
> --- a/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
> +++ b/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
> @@ -163,6 +163,7 @@
>    $(OPENSSL_PATH)/crypto/bn/bn_srp.c
> 
>    $(OPENSSL_PATH)/crypto/bn/bn_word.c
> 
>    $(OPENSSL_PATH)/crypto/bn/bn_x931p.c
> 
> +  $(OPENSSL_PATH)/crypto/bn/rsa_sup_mul.c
> 
>    $(OPENSSL_PATH)/crypto/buffer/buf_err.c
> 
>    $(OPENSSL_PATH)/crypto/buffer/buffer.c
> 
>    $(OPENSSL_PATH)/crypto/cmac/cm_ameth.c
> 
> diff --git a/CryptoPkg/Library/OpensslLib/OpensslLibFull.inf
> b/CryptoPkg/Library/OpensslLib/OpensslLibFull.inf
> index 309e43055c..4c2cbe9cf7 100644
> --- a/CryptoPkg/Library/OpensslLib/OpensslLibFull.inf
> +++ b/CryptoPkg/Library/OpensslLib/OpensslLibFull.inf
> @@ -167,6 +167,7 @@
>    $(OPENSSL_PATH)/crypto/bn/bn_srp.c
> 
>    $(OPENSSL_PATH)/crypto/bn/bn_word.c
> 
>    $(OPENSSL_PATH)/crypto/bn/bn_x931p.c
> 
> +  $(OPENSSL_PATH)/crypto/bn/rsa_sup_mul.c
> 
>    $(OPENSSL_PATH)/crypto/buffer/buf_err.c
> 
>    $(OPENSSL_PATH)/crypto/buffer/buffer.c
> 
>    $(OPENSSL_PATH)/crypto/cmac/cm_ameth.c
> 
> diff --git a/CryptoPkg/Library/OpensslLib/OpensslLibFullAccel.inf
> b/CryptoPkg/Library/OpensslLib/OpensslLibFullAccel.inf
> index 4eeeeb79bd..591c57fdc2 100644
> --- a/CryptoPkg/Library/OpensslLib/OpensslLibFullAccel.inf
> +++ b/CryptoPkg/Library/OpensslLib/OpensslLibFullAccel.inf
> @@ -168,6 +168,7 @@
>    $(OPENSSL_PATH)/crypto/bn/bn_srp.c
> 
>    $(OPENSSL_PATH)/crypto/bn/bn_word.c
> 
>    $(OPENSSL_PATH)/crypto/bn/bn_x931p.c
> 
> +  $(OPENSSL_PATH)/crypto/bn/rsa_sup_mul.c
> 
>    $(OPENSSL_PATH)/crypto/buffer/buf_err.c
> 
>    $(OPENSSL_PATH)/crypto/buffer/buffer.c
> 
>    $(OPENSSL_PATH)/crypto/cmac/cm_ameth.c
> 
> diff --git a/CryptoPkg/Library/OpensslLib/openssl
> b/CryptoPkg/Library/OpensslLib/openssl
> index 129058165d..830bf8e1e4 160000
> --- a/CryptoPkg/Library/OpensslLib/openssl
> +++ b/CryptoPkg/Library/OpensslLib/openssl
> @@ -1 +1 @@
> -Subproject commit 129058165d195e43a0ad10111b0c2e29bdf65980
> +Subproject commit 830bf8e1e4749ad65c51b6a1d0d769ae689404ba
> --
> 2.26.2.windows.1


  parent reply	other threads:[~2023-03-10  5:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-28  2:43 [PATCH v2] CryptoPkg/OpensslLib: Upgrade OpenSSL to 1.1.1t Sheng Wei
2023-02-28  3:26 ` [edk2-devel] " Michael D Kinney
2023-03-10  5:58 ` Yao, Jiewen [this message]
2023-03-10 18:21   ` Demeter, Miki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=MW4PR11MB587205418F7B2F4A00E865318CBA9@MW4PR11MB5872.namprd11.prod.outlook.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox