Re: [RESEND][PATCH] crypto: drbg - panic on continuous self test error

2014-12-22 Thread Herbert Xu
On Fri, Dec 05, 2014 at 10:40:21PM +0100, Stephan Mueller wrote: This patch adds a panic if the FIPS 140-2 self test error failed. Note, that entire code is only executed with fips_enabled (i.e. when the kernel is booted with fips=1. It is therefore not executed for 99.9% of all user base.

[RESEND][PATCH] crypto: drbg - panic on continuous self test error

2014-12-05 Thread Stephan Mueller
This patch adds a panic if the FIPS 140-2 self test error failed. Note, that entire code is only executed with fips_enabled (i.e. when the kernel is booted with fips=1. It is therefore not executed for 99.9% of all user base. As mathematically such failure cannot occur, this panic should never be