From c7f473642a35a18a014e57290e462e23d3771056 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Fri, 25 Jan 2019 03:44:20 +0100 Subject: payloads/ipxe: Enable HTTPS support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia25d4ce9260fa8c00fdea0e19f5e927559371af0 Signed-off-by: Felix Singer Signed-off-by: Piotr Król Signed-off-by: Krystian Hebel Reviewed-on: https://review.coreboot.org/c/coreboot/+/31086 Tested-by: build bot (Jenkins) Reviewed-by: Michał Żygowski --- payloads/external/iPXE/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'payloads/external/iPXE/Kconfig') diff --git a/payloads/external/iPXE/Kconfig b/payloads/external/iPXE/Kconfig index 7cb0d1e249..1636138039 100644 --- a/payloads/external/iPXE/Kconfig +++ b/payloads/external/iPXE/Kconfig @@ -113,5 +113,13 @@ config PXE_SCRIPT Uses the ipxe script instead showing the prompt: "Press Ctrl-B to start iPXE..." +config PXE_HAS_HTTPS + bool "Enable HTTPS protocol" + default y + depends on BUILD_IPXE + help + Enable HTTPS protocol, which allows you to encrypt all communication + with a web server and to verify the server's identity + endmenu endif -- cgit v1.2.3