Re: [PATCH] KEYS: fix big_key dependency

2016-08-16 Thread Kirill Marinushkin
> May I suggest CRYPTO_DRBG? Hello Ciao, Thanks for your proposal. I submitted the PATCH v2 where I use CRYPTO_RNG_DEFAULT the same way it is used in crypto/Kconfig. It solves the issue, too. In addition, it selects CRYPTO_DRBG_MENU, which is a more universal use-case, as I understood from your c

Re: [PATCH] KEYS: fix big_key dependency

2016-08-15 Thread Stephan Mueller
Am Dienstag, 16. August 2016, 00:45:39 CEST schrieb Kirill Marinushkin: Hi Kirill, > + select CRYPTO_ANSI_CPRNG This change enables the RNG which will not pass FIPS testing any more. Hence, this selection could cause an issue in FIPS mode (i.e. booting the kernel with fips=1). May I sugge

[PATCH] KEYS: fix big_key dependency

2016-08-15 Thread Kirill Marinushkin
Signed-off-by: Kirill Marinushkin --- security/keys/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/keys/Kconfig b/security/keys/Kconfig index f826e87..8213221 100644 --- a/security/keys/Kconfig +++ b/security/keys/Kconfig @@ -44,7 +44,7 @@ config BIG_KEYS