From mboxrd@z Thu Jan 1 00:00:00 1970 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 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=mvEG9j5o; spf=pass (domain: gmail.com, ip: 209.85.210.180, mailfrom: vineel.kovvuri@gmail.com) Received: by mail-pf1-f180.google.com with SMTP id c29so6968029pfp.2 for ; Thu, 14 Oct 2021 17:54:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id; bh=ZkrR8myXIrnRHzYkBb6z32Jlsl03plZ5PVb+VB8msTk=; b=mvEG9j5oCb7Us77AjV0Ho2yjYWi3vPLhiiitiVaQHtTBx32LXvjz8Pjlb/kXxZ8xxC Y3MJwutGQHnx1erSIk2L0xXmA1u+sy6ZurBBJwIh8N9SBiUHHg++RIpHylHnDseKPX51 S5Gl4WK3orQVWYoDYPHthZDLUQnZLtCZyZtylA9vsBmpXxQJYjbN1M7w+aENwmSWTZeK S0j1bbwISta+nud2rnuSlUtST5nJm6arI0qdhsxheClYguVhAfknTMVbUhX3ecx6Mabx TZMW2gIxQbHHl4u26HuCnY4TtZd4ZAx2qMdSg1mfejd5HN+geIM7+i/q4Y4CEVK361KU L5kg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=ZkrR8myXIrnRHzYkBb6z32Jlsl03plZ5PVb+VB8msTk=; b=yINLcM4rvhx/qOQYTRIGNapf4a+XF6QNHpDEIMzz7AxLrDTehSTOEdXa+HQPsgrS5B 9AoGLwi0pN3DntH3BQcX2LoL3nzhWu2/YtVPNXRWW/dS53lxtlRvQ0zcjNKWnknrdirR YjgstrtTSZAUEFYKUo1xXbSdb8VCTjvfCZIaRFVFaKzz/ujgCELjcaohRy+cQYxoNcGX N5QcorbEP43JtqC6/ZenWtgC/NaGNZHk/MJPkAvi7oJiyPkCEQl9BeLbFCx1tbIS16pU nUbfGXsiRUUMohMQr/0CbJwfakVSLy6Raq1NYyHTkunUNl6FUwXnXCazaggRPxavQIiT vPDQ== X-Gm-Message-State: AOAM533UGCYhj1Ax/K9PViMU4dYYYKlXccnM47aoEDH9DUJwi6xCZgZ+ 4PeBcEbNJwNfvmakQJ3uifo= 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) Return-Path: 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: [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> X-Mailer: git-send-email 2.17.1 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.tianocore.org/show_bug.cgi?id=3597) * [IntelFsp2Pkg: adopt FSP 2.3 specification](https://bugzilla.tianocore.org/show_bug.cgi?id=3674) * [UefiCpuPkg VTF0 X64: Build page tables using Linear-Address Translation to a 1-GByte Page](https://bugzilla.tianocore.org/show_bug.cgi?id=3473) +* [Configure/Enable elliptic curve ciphers in OpenSSL in EDK2](https://bugzilla.tianocore.org/show_bug.cgi?id=3679) +* [Enable wildcard host name matching in EDK2 HTTPS/TLS implementation](https://bugzilla.tianocore.org/show_bug.cgi?id=3473) * TBD ## [Previous edk2 stable tags](https://github.com/tianocore/edk2/tags) -- 2.17.1