From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web08.2545.1648195588795251896 for ; Fri, 25 Mar 2022 01:06:29 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=YNs7hW5C; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1648195588; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=1cuQf4p1Og9enA+pxO0TLhmJBTUaLQQFyePtKT09eV8=; b=YNs7hW5CAiPGKxT4uF7yFVOb99Katl45zIV8tPC5XqMDiCPdLCrig6et5OAasmChfl1AXL hHcASyghCd8FXBo+1eZyUbLpFE3XACGl+WJMg3Ui8Kv1Co1Da0Ua8/cKHNX+hZKU1uqMxH Spsx3xdFGFoIc8lXCO+TPEonvaOKO5U= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-317-etziFdZHMH6T2Ri1_d-Leg-1; Fri, 25 Mar 2022 04:06:24 -0400 X-MC-Unique: etziFdZHMH6T2Ri1_d-Leg-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id E58543804524; Fri, 25 Mar 2022 08:06:23 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.196.67]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5DD8C1D093; Fri, 25 Mar 2022 08:06:13 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id DA9291800091; Fri, 25 Mar 2022 09:06:11 +0100 (CET) From: "Gerd Hoffmann" To: devel@edk2.groups.io Cc: Oliver Steffen , Guomin Jiang , Xiaoyu Lu , Jiewen Yao , Jian J Wang , Pawel Polawski , Gerd Hoffmann Subject: [PATCH 1/1] CryptoPkg: update openssl submodule to 1.1.1n Date: Fri, 25 Mar 2022 09:06:11 +0100 Message-Id: <20220325080611.1176255-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true Pick up bugfixes from latest openssl release. Includes CVE-2022-0778 fix (I don't think edk2 is affected though due to EC being disabled). Signed-off-by: Gerd Hoffmann --- CryptoPkg/Library/OpensslLib/openssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CryptoPkg/Library/OpensslLib/openssl b/CryptoPkg/Library/OpensslLib/openssl index 52c587d60be6..d82e959e621a 160000 --- a/CryptoPkg/Library/OpensslLib/openssl +++ b/CryptoPkg/Library/OpensslLib/openssl @@ -1 +1 @@ -Subproject commit 52c587d60be67c337364b830dd3fdc15404a2f04 +Subproject commit d82e959e621a3d597f1e0d50ff8c2d8b96915fd7 -- 2.35.1