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.web11.34294.1669022521325389894 for ; Mon, 21 Nov 2022 01:22:01 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=bYeIicjX; 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=1669022520; 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=pM/P/Wi2sMIQVjStcOZJlhVXQPYF6JkFdQvuDYQpXLY=; b=bYeIicjXgLUK6SAy8iddNHS4APl4JPPghbJ/3NzMmCQoMBZzJEHEUojgwzn8Nf04/jJnGi bsR/nn9iW4Xx0NZtIvGVZ0PcbipKzlQtPy07I43oFT3ZIqWLaXDtsgtvmw47DLJ/WEIeDH BQ62JPnpIGYeieLi/7CXLxqZ8GkgIoU= 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-241-Q1ICha-iMkayesCWEEnb9g-1; Mon, 21 Nov 2022 04:21:58 -0500 X-MC-Unique: Q1ICha-iMkayesCWEEnb9g-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 725463803902; Mon, 21 Nov 2022 09:21:58 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.24]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 2BD891410DD9; Mon, 21 Nov 2022 09:21:58 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id B09A8180091D; Mon, 21 Nov 2022 10:21:53 +0100 (CET) Date: Mon, 21 Nov 2022 10:21:53 +0100 From: "Gerd Hoffmann" To: devel@edk2.groups.io, yi1.li@intel.com Cc: "Wang, Jian J" , "Lu, Xiaoyu1" , "Jiang, Guomin" , "Yao, Jiewen" Subject: Re: [edk2-devel] [PATCH] CryptoPkg: Add b_print.c which removed floating-point to OpensslLib Message-ID: <20221121092153.p4umhcaptgoxf3ra@sirius.home.kraxel.org> References: <20221119162754.1034-1-yi1.li@intel.com> <20221121062346.fu5n2dgx3s74fcrb@sirius.home.kraxel.org> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.1 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Nov 21, 2022 at 08:31:19AM +0000, Li, Yi wrote: > Hi Gerd, > > Cool! I noticed your patch in openssl3.0 branch. > Because the Tls cert time check needs to be solved as soon as possible, > I will cherry-pick your patch to 1.1.1 branch instead of updating edk2 openssl to 3.0. The latter seems to take a long time. > > By the way, I remember you are already working on upstream openssl3.0, right? Tried, yes (that's why it is fixed already in upstream openssl3). > How is it doing now, I can help with some work if needed. The blocker is that openssl 3 noticeable larger than the 1.1.1 version. Which is according to Jiewen Yao not acceptable because it wouldn't fit into the flash layout for existing roms. I don't have any good idea how to move forward with this. My old WIP branch is here: https://github.com/kraxel/edk2/commits/archive/openssl3-v1 take care, Gerd