Re: [PATCH v3 02/10] certs: Fix blacklisted hexadecimal hash string check

2021-01-20 Thread Jarkko Sakkinen
On Wed, Jan 20, 2021 at 12:12:50PM +0100, Mickaël Salaün wrote: > > On 20/01/2021 04:43, Jarkko Sakkinen wrote: > > On Thu, Jan 14, 2021 at 04:19:01PM +0100, Mickaël Salaün wrote: > >> From: Mickaël Salaün > >> > >> When looking for a blacklisted hash, bin2hex() is used to transform a > >> binary

Re: [PATCH v3 02/10] certs: Fix blacklisted hexadecimal hash string check

2021-01-20 Thread Mickaël Salaün
On 20/01/2021 04:43, Jarkko Sakkinen wrote: > On Thu, Jan 14, 2021 at 04:19:01PM +0100, Mickaël Salaün wrote: >> From: Mickaël Salaün >> >> When looking for a blacklisted hash, bin2hex() is used to transform a >> binary hash to an ascii (lowercase) hexadecimal string. This string is >> then sea

Re: [PATCH v3 02/10] certs: Fix blacklisted hexadecimal hash string check

2021-01-19 Thread Jarkko Sakkinen
On Thu, Jan 14, 2021 at 04:19:01PM +0100, Mickaël Salaün wrote: > From: Mickaël Salaün > > When looking for a blacklisted hash, bin2hex() is used to transform a > binary hash to an ascii (lowercase) hexadecimal string. This string is > then search for in the description of the keys from the blac

[PATCH v3 02/10] certs: Fix blacklisted hexadecimal hash string check

2021-01-14 Thread Mickaël Salaün
From: Mickaël Salaün When looking for a blacklisted hash, bin2hex() is used to transform a binary hash to an ascii (lowercase) hexadecimal string. This string is then search for in the description of the keys from the blacklist keyring. When adding a key to the blacklist keyring, blacklist_vet_