Re: [PATCHv2 1/1] Disable fips-allowed for authenc() and des() ciphers

2015-10-01 Thread Herbert Xu
On Fri, Sep 25, 2015 at 07:58:10AM +0200, Stephan Mueller wrote: > Am Donnerstag, 24. September 2015, 18:24:35 schrieb John Haxby: > > Hi John, > > >No authenc() ciphers are FIPS approved, nor is ecb(des). > >After the end of 2015, ansi_cprng will also be non-approved. > > > >Signed-off-by: John

Re: [PATCHv2 1/1] Disable fips-allowed for authenc() and des() ciphers

2015-09-24 Thread Stephan Mueller
Am Donnerstag, 24. September 2015, 18:24:35 schrieb John Haxby: Hi John, >No authenc() ciphers are FIPS approved, nor is ecb(des). >After the end of 2015, ansi_cprng will also be non-approved. > >Signed-off-by: John Haxby Acked-by: Stephan Mueller Ciao Stephan -- To unsubscribe from this lis

[PATCHv2 1/1] Disable fips-allowed for authenc() and des() ciphers

2015-09-24 Thread John Haxby
No authenc() ciphers are FIPS approved, nor is ecb(des). After the end of 2015, ansi_cprng will also be non-approved. Signed-off-by: John Haxby --- crypto/testmgr.c | 16 1 file changed, 16 deletions(-) diff --git a/crypto/testmgr.c b/crypto/testmgr.c index fa18753..523c9b9 100