Re: [PATCH v1 1/9] certs: Fix blacklisted hexadecimal hash string check

2020-12-04 Thread Mickaël Salaün
On 04/12/2020 15:05, David Howells wrote: > Mickaël Salaün wrote: > >> 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

Re: [PATCH v1 1/9] certs: Fix blacklisted hexadecimal hash string check

2020-12-04 Thread David Howells
Mickaël Salaün wrote: > 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, > bla

[PATCH v1 1/9] certs: Fix blacklisted hexadecimal hash string check

2020-11-20 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_