From nobody Sat Apr 27 06:28:10 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+82074+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+82074+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=gmail.com ARC-Seal: i=1; a=rsa-sha256; t=1634261870; cv=none; d=zohomail.com; s=zohoarc; b=K3Wq/mqjyARWVJJxsaWQ6oiXFaYC0IHvQI9nCTjJUWe4c1DduUj4X8wmkDQ+EgjExIgcP7cES/hsE68bvLYVcoU69x4nTbN6r6HQCF9zw2Mh0N6xjVAWc2+tlNQzyzJAI/UXThqFjYm5S5waEPLBZ0CuGfS2F493ZAsDOpPIzvQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1634261870; h=Cc:Date:From:List-Subscribe:List-Id:List-Help:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To; bh=Ur72sizIofe57s5uT9SG6NvnaD6YlDMfy5rzh2Pe9Eo=; b=K0mLW/2CKkIpAJb54tcukVNkzXwPKUTDexh3nzb24MQFvk/nj+fo9OxfaML6Nvl+3FfWqSF6+4yzXMAZkD1orP2fEiNbLCiSmvazqg+AJ5Y+2towwyjVDC4xu2j7gjwxpPjbRmkiKHmUW7kP2AEcW2tKkxs1FoK0cGPOHJbs13k= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+82074+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1634261870049864.7863202184716; Thu, 14 Oct 2021 18:37:50 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id qLBGYY1788612xj4GpLF3ubo; Thu, 14 Oct 2021 18:37:49 -0700 X-Received: from mail-pf1-f180.google.com (mail-pf1-f180.google.com [209.85.210.180]) by mx.groups.io with SMTP id smtpd.web12.3336.1634259251068345099 for ; Thu, 14 Oct 2021 17:54:11 -0700 X-Received: by mail-pf1-f180.google.com with SMTP id c29so6968029pfp.2 for ; Thu, 14 Oct 2021 17:54:11 -0700 (PDT) X-Gm-Message-State: Jz0ZKrm2T26ogi8VQHlN1970x1787277AA= X-Google-Smtp-Source: ABdhPJz7EdOJLBQHeaCHFG/MQDSsPvCQ/hXBGF750i5KvTbjqAEfmz80Q3JkYY5oY4CVTVgOYXrqVQ== X-Received: by 2002:a62:445:0:b0:44c:3b5b:f680 with SMTP id 66-20020a620445000000b0044c3b5bf680mr8804606pfe.30.1634259250506; Thu, 14 Oct 2021 17:54:10 -0700 (PDT) X-Received: from VIN-Z2-DEV.redmond.corp.microsoft.com ([50.35.92.111]) by smtp.gmail.com with ESMTPSA id r7sm3483127pff.112.2021.10.14.17.54.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 14 Oct 2021 17:54:10 -0700 (PDT) From: Vineel Kovvuri X-Google-Original-From: Vineel Kovvuri To: maciej.rabeda@intel.com, jiewen.yao@intel.com, devel@edk2.groups.io Cc: Vineel Kovvuri Subject: [edk2-devel] [PATCH] Add ECC cipher support and Wildcard host name matching in to HTTPS/TLS implementation Date: Thu, 14 Oct 2021 17:54:03 -0700 Message-Id: <5d91966004058b2444ad069c25904347e65cb8de.1634253034.git.vineelko@microsoft.com> Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,vineel.kovvuri@gmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1634261869; bh=43XJV85eGT40Tr0h8Ya1d4e9R+qZTmoTFzZB+KToGVc=; h=Cc:Date:From:Reply-To:Subject:To; b=DfU0LoT/K8SWpVo7pa8VluiSuMV4d7Z9TzC5SFqqhzw2S0C/cfoIvNPt05qMSz5ufac GjWBbpjkhYztyo+kvvEfeGMaYrx6wfrdS9IXBgAUPsV8lF1x3F4dZ9nvOaxpWRL6qRE5m ego40fUwLXWrGkZQq94vMS6Rle9sI2V4So0= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1634261870327100001 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Vineel Kovvuri --- EDK-II-Release-Planning.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/EDK-II-Release-Planning.md b/EDK-II-Release-Planning.md index 21edc5b..adf0961 100644 --- a/EDK-II-Release-Planning.md +++ b/EDK-II-Release-Planning.md @@ -20,6 +20,8 @@ * [OVMF/ArmVirt: add support for virtio-mmio 1.0](https://bugzilla.tianoco= re.org/show_bug.cgi?id=3D3597) * [IntelFsp2Pkg: adopt FSP 2.3 specification](https://bugzilla.tianocore.o= rg/show_bug.cgi?id=3D3674) * [UefiCpuPkg VTF0 X64: Build page tables using Linear-Address Translation= to a 1-GByte Page](https://bugzilla.tianocore.org/show_bug.cgi?id=3D3473) +* [Configure/Enable elliptic curve ciphers in OpenSSL in EDK2](https://bug= zilla.tianocore.org/show_bug.cgi?id=3D3679) +* [Enable wildcard host name matching in EDK2 HTTPS/TLS implementation](ht= tps://bugzilla.tianocore.org/show_bug.cgi?id=3D3473) * TBD =20 ## [Previous edk2 stable tags](https://github.com/tianocore/edk2/tags) --=20 2.17.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#82074): https://edk2.groups.io/g/devel/message/82074 Mute This Topic: https://groups.io/mt/86329483/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-