Re: Linux 2.6.28 and AEAD initialization

2009-01-26 Thread Herbert Xu
On Wed, Jan 21, 2009 at 02:29:48AM +, Andreas Steffen wrote: > > Because of type=nivaead > > if (alg->cra_type == &crypto_aead_type) > return alg; > > crypto_lookup_aead() does not return the algorithm and falls through > to the statement > > return ERR_PTR(crypto_nivaead_de

Re: Crypto Fixes for 2.6.29

2009-01-26 Thread Herbert Xu
Hi Linus: This push fixes a number of minor bugs: * A crash in authenc that may occur if null encryption is used (a rare configuration). * Error handling in blkcipher_walk_done (though this error should never occur unless underlying algorithm is buggy). * Crash in CCM with no association data