Message ID | 328b4225800ab778089f095019fcd4b75e872a37.1740672437.git.jerome.forissier@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | net: lwip: root certificates | expand |
On Thu, 27 Feb 2025 at 18:09, Jerome Forissier <jerome.forissier@linaro.org> wrote: > > Enable the "wget cacert" command as well as support for parsing X509 > certificates in PEM format. > > Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> > --- > configs/qemu_arm64_lwip_defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/configs/qemu_arm64_lwip_defconfig b/configs/qemu_arm64_lwip_defconfig > index 754c770c33f..f48c132743c 100644 > --- a/configs/qemu_arm64_lwip_defconfig > +++ b/configs/qemu_arm64_lwip_defconfig > @@ -8,3 +8,5 @@ CONFIG_CMD_DNS=y > CONFIG_CMD_WGET=y > CONFIG_EFI_HTTP_BOOT=y > CONFIG_WGET_HTTPS=y > +CONFIG_WGET_CACERT=y > +CONFIG_MBEDTLS_LIB_X509_PEM=y > -- > 2.43.0 > Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
diff --git a/configs/qemu_arm64_lwip_defconfig b/configs/qemu_arm64_lwip_defconfig index 754c770c33f..f48c132743c 100644 --- a/configs/qemu_arm64_lwip_defconfig +++ b/configs/qemu_arm64_lwip_defconfig @@ -8,3 +8,5 @@ CONFIG_CMD_DNS=y CONFIG_CMD_WGET=y CONFIG_EFI_HTTP_BOOT=y CONFIG_WGET_HTTPS=y +CONFIG_WGET_CACERT=y +CONFIG_MBEDTLS_LIB_X509_PEM=y
Enable the "wget cacert" command as well as support for parsing X509 certificates in PEM format. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> --- configs/qemu_arm64_lwip_defconfig | 2 ++ 1 file changed, 2 insertions(+)