[PATCH 2/2] crypto: testmgr: mark more algorithms as FIPS compliant

2016-02-05 Thread Marcus Meissner
Some more authenc() wrapped algorithms are FIPS compliant, tag them as such. Signed-off-by: Marcus Meissner --- crypto/testmgr.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/crypto/testmgr.c b/crypto/testmgr.c index ff6a799..b0cbad8 100644 --- a/crypto/testmgr.c +++ b/crypto/testmg

Re: [PATCH 2/2] crypto: testmgr: mark more algorithms as FIPS compliant

2016-02-05 Thread Stephan Mueller
Am Freitag, 5. Februar 2016, 14:22:25 schrieb Marcus Meissner: Hi Marcus, >Some more authenc() wrapped algorithms are FIPS compliant, tag >them as such. Is this patch a duplication of the first one? Ciao Stephan

Re: [PATCH 2/2] crypto: testmgr: mark more algorithms as FIPS compliant

2016-02-05 Thread Marcus Meissner
On Fri, Feb 05, 2016 at 02:41:01PM +0100, Stephan Mueller wrote: > Am Freitag, 5. Februar 2016, 14:22:25 schrieb Marcus Meissner: > > Hi Marcus, > > >Some more authenc() wrapped algorithms are FIPS compliant, tag > >them as such. > > Is this patch a duplication of the first one? yes, I mistaken