Re: [PATCH 4/5] net: lwip: add support for built-in root certificates

2025-03-05 Thread Jerome Forissier
Hi Ilias, On 3/1/25 07:59, Ilias Apalodimas wrote: > Hi Jerome, > > On Thu, 27 Feb 2025 at 18:38, Jerome Forissier > wrote: >> >> Sorry for replying to myself, I spotted a small mistake. >> >> On 2/27/25 17:09, Jerome Forissier wrote: >>> Introduce Kconfig symbols WGET_BUILTIN_CACERT and >>> WGE

Re: [PATCH 4/5] net: lwip: add support for built-in root certificates

2025-02-28 Thread Ilias Apalodimas
Hi Jerome, On Thu, 27 Feb 2025 at 18:38, Jerome Forissier wrote: > > Sorry for replying to myself, I spotted a small mistake. > > On 2/27/25 17:09, Jerome Forissier wrote: > > Introduce Kconfig symbols WGET_BUILTIN_CACERT and > > WGET_BUILTIN_CACERT_PATH to provide root certificates at build time

Re: [PATCH 4/5] net: lwip: add support for built-in root certificates

2025-02-27 Thread Jerome Forissier
Sorry for replying to myself, I spotted a small mistake. On 2/27/25 17:09, Jerome Forissier wrote: > Introduce Kconfig symbols WGET_BUILTIN_CACERT and > WGET_BUILTIN_CACERT_PATH to provide root certificates at build time. The > file may be a DER-encoded (.crt) or PEM-encoded (.pem) X509 collection

[PATCH 4/5] net: lwip: add support for built-in root certificates

2025-02-27 Thread Jerome Forissier
Introduce Kconfig symbols WGET_BUILTIN_CACERT and WGET_BUILTIN_CACERT_PATH to provide root certificates at build time. The file may be a DER-encoded (.crt) or PEM-encoded (.pem) X509 collection of one or more certificates. PEM encoding needs MBEDTLS_LIB_X509_PEM. Usage example: wget https://curl