Hi Stephan, > -----Original Message----- > From: [email protected] [mailto:linux-crypto- > [email protected]] On Behalf Of Stephan Mueller > Sent: Wednesday, May 11, 2016 10:05 AM > To: Benedetto, Salvatore <[email protected]> > Cc: [email protected]; [email protected] > Subject: Re: [PATCH v6 0/3] Key-agreement Protocol Primitives (KPP) API > > Am Mittwoch, 11. Mai 2016, 08:26:00 schrieb Salvatore Benedetto: > > Hi Salvatore, > > > Changes from v5: > > * Fix ecdh loading in fips mode. > > Thanks. > > As I do not readily see how you solved the issue, may I ask for a pointer to > the code that handles that? >
Loading kpp ecdh was indeed calling panic() before because the P192 test was run anyway. Now when fips=1 is passed and CONFIG_CRYPTO_FIPS is set the P192 is not run. Regards, Salvatore -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
