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.52602.1680263711876221186 for ; Fri, 31 Mar 2023 04:55:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=akY0ONPj; 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=1680263711; 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=rAavmihaIiYXFbjhTx16Ob3HtaVmg1rDE6LYgox/vKs=; b=akY0ONPj1h11giV55bnLBW7fxgaOJra9TWs/S4h82GiAuXRyYK5WzUKhS8PiyprXGjXlSQ 2uzBjKOVfTNIs+2c9ZafJ7JDq5y/FSs7eglFohUvxaserwYZMy1qGocafKIbYSev7XS5oR T9P8lBr9HQZrKDRCsZrUUy+V0ZNWjRs= 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-539-mPAKDdGSNdOPObYG_sTF5g-1; Fri, 31 Mar 2023 07:55:09 -0400 X-MC-Unique: mPAKDdGSNdOPObYG_sTF5g-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 09B7D3847093; Fri, 31 Mar 2023 11:55:09 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.193.100]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D0F454042AC0; Fri, 31 Mar 2023 11:55:08 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 63E6718000A3; Fri, 31 Mar 2023 13:55:07 +0200 (CEST) Date: Fri, 31 Mar 2023 13:55:07 +0200 From: "Gerd Hoffmann" To: devel@edk2.groups.io, pedro.falcato@gmail.com Cc: Michael D Kinney , Liming Gao , Zhiguang Liu , Benny Lin Subject: Re: [edk2-devel] [RFC PATCH 1/1] MdePkg: Add a libc implementation Message-ID: References: <20230331023045.66516-1-pedro.falcato@gmail.com> MIME-Version: 1.0 In-Reply-To: <20230331023045.66516-1-pedro.falcato@gmail.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, > Work in progress, does not support Windows targets (CLANGPDB and MSVC) > just yet. The header files CryptoPkg has for openssl would be probably a good starting point (instead of starting over from scratch ...). take care, Gerd