Re: [PATCH v3 19/19] tools: Use a single target-independent config to enable OpenSSL

2021-07-27 Thread Heiko Thiery
Hi Alex, Am Di., 27. Juli 2021 um 16:34 Uhr schrieb Alex G. : > > > > On 7/27/21 4:59 AM, Heiko Thiery wrote: > > Hi all, > > > > Am Do., 15. Juli 2021 um 00:09 Uhr schrieb Alexandru Gagniuc > > : > >> > >> Host tool features, such as mkimage's ability to sign FIT images were > >> enabled or disab

Re: [PATCH v3 19/19] tools: Use a single target-independent config to enable OpenSSL

2021-07-27 Thread Alex G.
On 7/27/21 4:59 AM, Heiko Thiery wrote: Hi all, Am Do., 15. Juli 2021 um 00:09 Uhr schrieb Alexandru Gagniuc : Host tool features, such as mkimage's ability to sign FIT images were enabled or disabled based on the target configuration. However, this misses the point of a target-agnostic hos

Re: [PATCH v3 19/19] tools: Use a single target-independent config to enable OpenSSL

2021-07-27 Thread Heiko Thiery
Hi all, Am Do., 15. Juli 2021 um 00:09 Uhr schrieb Alexandru Gagniuc : > > Host tool features, such as mkimage's ability to sign FIT images were > enabled or disabled based on the target configuration. However, this > misses the point of a target-agnostic host tool. > > A target's ability to verif

[PATCH v3 19/19] tools: Use a single target-independent config to enable OpenSSL

2021-07-14 Thread Alexandru Gagniuc
Host tool features, such as mkimage's ability to sign FIT images were enabled or disabled based on the target configuration. However, this misses the point of a target-agnostic host tool. A target's ability to verify FIT signatures is independent of mkimage's ability to create those signatures. In