From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::d41; helo=mail-io1-xd41.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io1-xd41.google.com (mail-io1-xd41.google.com [IPv6:2607:f8b0:4864:20::d41]) (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 77FA32194D3AE for ; Thu, 18 Oct 2018 21:36:37 -0700 (PDT) Received: by mail-io1-xd41.google.com with SMTP id m16-v6so22346327ioj.4 for ; Thu, 18 Oct 2018 21:36:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=uK3HtYAk1nntGAV9ZL3mcjdZejn8x+ame/HofGmHy38=; b=H5ptv2NUbVQCt2AuLWvpNEPLjfnfr/h0yL10LnjVn7QtSEVhLDrWL5kpoBJuj/Q2pD Vn2wxupobhhqgjf/E6Ar9JkBybo+GviB8FLY6MwUokwahjfDKUMfi6eCA3WKCNWcZJ+/ qPPuwUkmNBKqhVStuUNie5JVERtqnIhGjNhng= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=uK3HtYAk1nntGAV9ZL3mcjdZejn8x+ame/HofGmHy38=; b=YsnvS9xpx9c/hDeirZtoOpBG3NRFwEqkoUnlIML818EMw7sEaiKLG1273VJfmKtnLA nb12bnMOcOfnOnKoNjvq9GJzX0Y5OJEeXkOCXRFArJEzN1NvgLhQ77y0kpIF93WdbogK dveUHmySDJCeZQwDK6Kpmvc+FP/BH0tbQAXi0iSEiw2w3U8ohgjHjT5t0N/1eJVnvp4p Bua9WI71SE+1L7qEEBK5jH67XVcBMrUb5wrp81njNQ3I08ExCsxJS9sy6AVMTJ3FpJRi lyJqKQICgvyUs89JJnv0z1hBDNBqI3ibwGWVPc0+2++SRIo3bdoize23PmKRnNfRTQX2 EILw== X-Gm-Message-State: AGRZ1gJsJELZBTK6Qg5FtK9Go6IfdYEaCiWa45/sytbxjAirVOiQNnB5 FFng8U8yB252ROJln4nMsLJIFmOsnpXfHZZO0r46Jg== X-Google-Smtp-Source: AJdET5cmPkTXU6wMW90KSzv3aP4xaPp3cfggwjs8v8MYm3Q+r8OfbfJua5odahHlWR2jFpfxbNE5he2zhoNlnc2iEtY= X-Received: by 2002:a6b:be83:: with SMTP id o125-v6mr2015111iof.173.1539923796641; Thu, 18 Oct 2018 21:36:36 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a6b:5910:0:0:0:0:0 with HTTP; Thu, 18 Oct 2018 21:36:36 -0700 (PDT) In-Reply-To: <20181018062537.z63zcm2bjxnervoe@bivouac.eciton.net> References: <20181018060933.24603-1-ard.biesheuvel@linaro.org> <20181018062537.z63zcm2bjxnervoe@bivouac.eciton.net> From: Ard Biesheuvel Date: Fri, 19 Oct 2018 12:36:36 +0800 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" , Masahisa Kojima 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: Fri, 19 Oct 2018 04:36:37 -0000 Content-Type: text/plain; charset="UTF-8" On 18 October 2018 at 14:25, Leif Lindholm wrote: > 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 > Thanks. Pushed as 6aad08ad6c9a..ba0a48ecf801 >> --- >> 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 >>