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.web10.8952.1678172063696654468 for ; Mon, 06 Mar 2023 22:54:23 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=LqzpH7Ox; 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=1678172062; 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: in-reply-to:in-reply-to:references:references; bh=dUkgfHtW/fZjbuOeuFe9DCGdoqXTMJrCAXMT92oAWR4=; b=LqzpH7OxsD/JGLYAI9AlPR13YV6QBTzaymwpCS4NkbyalMuAN4HyDKonov6s+D79cr3WAG O1ETn8Ka5+MJ/+Dkysma/Ad457odps4frKiE7qPKjeAspuuZ2XD6koyudZL4LElUbGhI6i PUKuDmteRWom4apRYRxqu2DsMlN8r+M= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-295-cs0OSCL7PlC-z6sAiL_frg-1; Tue, 07 Mar 2023 01:54:19 -0500 X-MC-Unique: cs0OSCL7PlC-z6sAiL_frg-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 4E90B800B23; Tue, 7 Mar 2023 06:54:19 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.23]) by smtp.corp.redhat.com (Postfix) with ESMTPS id DF1F91121314; Tue, 7 Mar 2023 06:54:18 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 932DB180061C; Tue, 7 Mar 2023 07:54:17 +0100 (CET) Date: Tue, 7 Mar 2023 07:54:17 +0100 From: "Gerd Hoffmann" To: "Yao, Jiewen" Cc: "devel@edk2.groups.io" , Oliver Steffen , Pawel Polawski Subject: Re: [edk2-devel] [PATCH 0/4] CryptoPkg/BaseCryptLib: avoid certain openssl library calls Message-ID: <20230307065417.dn7ggwyzi7a6whbn@sirius.home.kraxel.org> References: <20230213191958.913689-1-kraxel@redhat.com> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.1 on 10.11.54.3 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, Ping. Code freeze is over, can we merge this now? thanks, Gerd On Wed, Feb 15, 2023 at 08:15:32AM +0000, Yao, Jiewen wrote: > Reviewed-by: Jiewen Yao > > > -----Original Message----- > > From: devel@edk2.groups.io On Behalf Of Gerd > > Hoffmann > > Sent: Tuesday, February 14, 2023 3:20 AM > > To: devel@edk2.groups.io > > Cc: Oliver Steffen ; Pawel Polawski > > ; Gerd Hoffmann > > Subject: [edk2-devel] [PATCH 0/4] CryptoPkg/BaseCryptLib: avoid certain > > openssl library calls > > > > In preparation for the openssl 3.0 switch ... > > > > openssl 3.0 sneak preview (WIP still, does not yet pass CI) is at > > https://github.com/kraxel/edk2/commits/openssl3 > > > > Gerd Hoffmann (4): > > CryptoPkg/BaseCryptLib: avoid using SHA1() > > CryptoPkg/BaseCryptLib: avoid using SHA256() > > CryptoPkg/BaseCryptLib: avoid using SHA384() > > CryptoPkg/BaseCryptLib: avoid using SHA512() > > > > .../Library/BaseCryptLib/Hash/CryptSha1.c | 16 ++++++++-- > > .../Library/BaseCryptLib/Hash/CryptSha256.c | 16 ++++++++-- > > .../Library/BaseCryptLib/Hash/CryptSha512.c | 32 +++++++++++++++---- > > 3 files changed, 52 insertions(+), 12 deletions(-) > > > > -- > > 2.39.1 > > > > > > > > > > > --