From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::444; helo=mail-wr1-x444.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr1-x444.google.com (mail-wr1-x444.google.com [IPv6:2a00:1450:4864:20::444]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 2FED221167455 for ; Wed, 17 Oct 2018 23:25:41 -0700 (PDT) Received: by mail-wr1-x444.google.com with SMTP id l6-v6so31821160wrt.1 for ; Wed, 17 Oct 2018 23:25:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=/ikEOHntlxH/Krf9yKsUGUq9cdJqwDPUTXYoi4+K5FU=; b=L/3Q47F1Udfvl9CYJF0c8rT+TP/dXUryMilP2CrjyrXutkiWkhJwQcKpmE5BXO66eL KNMj4oYMioulBzJfbAwXGU4iqhyz/Pc4Yff/VBDbX8L3g1Xir2cE92CXE2FcUwWV77a/ UxCvQIYKq9RUzEik1UHWtoWNR+odpXjGp+ljo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=/ikEOHntlxH/Krf9yKsUGUq9cdJqwDPUTXYoi4+K5FU=; b=E0sgtPZlmsd+RvBKjYbdufNg/Af/r0/ZXxmD0X6bx60RgOA436m+qh8br1bkoOlZsv 8yTgb9yFqR8WXTiL+D3CDSOTilfkcGkl1USzpg1PDumSeB9viRmTxDge/UiYiIC0XakR CWpPOOnBo4Xvr/Qy32YS5kupnvevj6NsQB0NwyqZRRWskHRhzySy9PflssESc+vIFCXj dX1TUfC/mZcUOxteKgNUIv4PzjvjUDjZle/EFNyX4M4ys+kj6cxEQ8izmyitCdDKpp2H 5f5Owcgj8337oXo8tXeCL0YZ6AB0bAvCj+8+QeITxzQBZ6y2x/rreN9AtRPzWak5P/An 8STg== X-Gm-Message-State: ABuFfoiX2FZv3OEiCSyYPgoZC26RFPytP+Ww90exCWJHMmKMwc1H/7iM Ar5u/0qoiS6r8lU2tAUbd8X4jmC6sZ2GFA== X-Google-Smtp-Source: ACcGV60Ki5Jdeb2NYHtwSuZd80XR3beX3sqH5prcnktENKH+wmkaTV5RB4UZCAecumWs+xfqR84KVA== X-Received: by 2002:adf:e70f:: with SMTP id c15-v6mr28690686wrm.165.1539843939518; Wed, 17 Oct 2018 23:25:39 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id 20-v6sm4675865wml.10.2018.10.17.23.25.38 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 17 Oct 2018 23:25:38 -0700 (PDT) Date: Thu, 18 Oct 2018 07:25:37 +0100 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, masahisa.kojima@linaro.org Message-ID: <20181018062537.z63zcm2bjxnervoe@bivouac.eciton.net> References: <20181018060933.24603-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20181018060933.24603-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms] Platform/DeveloperBox: enable HTTPS boot X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2018 06:25:41 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Oct 18, 2018 at 02:09:33PM +0800, Ard Biesheuvel wrote: > Enable support for HTTPS boot by incorporating the TLS DXE driver into > the build, and the driver that permits enrolling the TLS certificates. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm > --- > Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 5 ++++- > Platform/Socionext/DeveloperBox/DeveloperBox.fdf | 2 ++ > 2 files changed, 6 insertions(+), 1 deletion(-) > > diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc > index bab72442ec9d..801caf52afcf 100644 > --- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc > +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc > @@ -130,7 +130,8 @@ > NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf > > BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf > - OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf > + OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf > + TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf > IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf > > NorFlashInfoLib|EmbeddedPkg/Library/NorFlashInfoLib/NorFlashInfoLib.inf > @@ -657,6 +658,8 @@ > NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf > NetworkPkg/HttpDxe/HttpDxe.inf > NetworkPkg/HttpBootDxe/HttpBootDxe.inf > + NetworkPkg/TlsDxe/TlsDxe.inf > + NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf > > # > # Console preference selection > diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.fdf b/Platform/Socionext/DeveloperBox/DeveloperBox.fdf > index 7b009516ae11..8bbad1741de8 100644 > --- a/Platform/Socionext/DeveloperBox/DeveloperBox.fdf > +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.fdf > @@ -213,6 +213,8 @@ READ_LOCK_STATUS = TRUE > INF NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf > INF NetworkPkg/HttpDxe/HttpDxe.inf > INF NetworkPkg/HttpBootDxe/HttpBootDxe.inf > + INF NetworkPkg/TlsDxe/TlsDxe.inf > + INF NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf > > # > # Console preference selection > -- > 2.17.1 >