Re: [dm-devel] Desynchronizing dm-raid1

2008-05-22 Thread Herbert Xu
On Thu, May 22, 2008 at 08:32:45AM -0400, Mikulas Patocka wrote: > > There may be external modules. Sorry but we don't support external modules. They should be merged upstream rather than distributed in the wild. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~}

Re: [dm-devel] Desynchronizing dm-raid1

2008-05-22 Thread Mikulas Patocka
All the ciphers comply, so the bug is only a theroretical issue (but I didn't check assembler versions --- they should be checked by the person who wrote them, assembler is write-only language). Since every current algorithm sets the flag could you invert its sense? Sorry to have to do this to y

Re: [PATCH] tcrypt: add self test for des3_ebe cipher operating in cbc mode

2008-05-22 Thread Neil Horman
On Thu, May 22, 2008 at 08:03:00AM +0800, Herbert Xu wrote: > On Wed, May 21, 2008 at 04:09:38PM -0400, Neil Horman wrote: > > Patch to add checking of DES3 test vectors using CBC mode. FIPS-1402-2 > > compliance mandates that any supported mode of oepration must include a self > > test. This sat