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.web12.9705.1642416761330339295 for ; Mon, 17 Jan 2022 02:52:41 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=TiGwZbdv; 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=1642416760; 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=Q8sjOpE5/vFFUMtkJpnBBQdRzk36re8KdeMK2of3IL8=; b=TiGwZbdvLD7EiMP3uTNS51qXsJszWbMwSe/o2A8Pcq7pmnOdfQT78AAwZD83V7lHyC5P1y XaqMwS+Z5FgG+qTqtiwsjkilgDuaW/CQOroNCwYZLl9ZLAUtnz/dOM9lmpcjGP6nMFMSxo dj0O8JylJgGG1euDGL3r/A1Y50hj7D0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-481-MCIy5k8jMPmuTi9w2vWUPQ-1; Mon, 17 Jan 2022 05:52:37 -0500 X-MC-Unique: MCIy5k8jMPmuTi9w2vWUPQ-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 3DBB51937FC7; Mon, 17 Jan 2022 10:52:36 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.49]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 02F731059A79; Mon, 17 Jan 2022 10:52:35 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 36834180060D; Mon, 17 Jan 2022 11:52:34 +0100 (CET) From: "Gerd Hoffmann" To: devel@edk2.groups.io Cc: Xiaoyu Lu , Pawel Polawski , Guomin Jiang , Jiewen Yao , Jian J Wang , Gerd Hoffmann Subject: [PATCH 0/8] CryptoPkg updates for openssl 3.0 Date: Mon, 17 Jan 2022 11:52:26 +0100 Message-Id: <20220117105234.1981719-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 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-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit First batch of patches which update CrtLibSupport so it has everything needed to build openssl3. Also a testcase update for openssl3. This does not update the openssl submodule, that'll happen in a followup patch series. Gerd Hoffmann (8): CryptoPkg/CrtLibSupport: add fcntl.h CryptoPkg/CrtLibSupport: add strstr() CryptoPkg/CrtLibSupport: add INT_MIN CryptoPkg/CrtLibSupport: add UINT_MAX CryptoPkg/CrtLibSupport: add MODULESDIR CryptoPkg/CrtLibSupport: add off_t CryptoPkg/CrtLibSupport: fix strcpy CryptoPkg/UnitTest: fix DH testcase CryptoPkg/Library/Include/CrtLibSupport.h | 16 +++++++++++++++- CryptoPkg/Library/Include/fcntl.h | 9 +++++++++ .../Test/UnitTest/Library/BaseCryptLib/DhTests.c | 6 +++--- 3 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 CryptoPkg/Library/Include/fcntl.h -- 2.34.1