Re: [RFC PATCH v1 0/7] ima: get rid of hard dependency on SHA-1

2025-03-18 Thread Nicolai Stange
Roberto Sassu writes: > On Thu, 2025-03-13 at 18:33 +0100, Nicolai Stange wrote: >> Hi all, >> >> if no SHA-1 implementation was available to the kernel, IMA init would >> currently fail, rendering the whole subsystem unusable. >> >> This patch series is an attempt to make SHA-1 availability no

Re: [RFC PATCH v1 0/7] ima: get rid of hard dependency on SHA-1

2025-03-18 Thread Roberto Sassu
On Thu, 2025-03-13 at 18:33 +0100, Nicolai Stange wrote: > Hi all, > > if no SHA-1 implementation was available to the kernel, IMA init would > currently fail, rendering the whole subsystem unusable. > > This patch series is an attempt to make SHA-1 availability non-mandatory > for IMA. The main