Enable FIPS mode in JitterEntropy random generator in order to let the function jent_read_entropy report failure if any of the continuous statistical tests fail.

This commit is contained in:
Mounir IDRASSI 2020-07-14 23:59:09 +02:00
parent ea256a669a
commit 425e4e7d36
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F

View File

@ -157,7 +157,7 @@ static
#endif
VC_INLINE int jent_fips_enabled(void)
{
return 0;
return 1;
}
/* --- helpers needed in user space -- */