Re: Crypto Fixes for 2.6.29

From: Herbert Xu
Date: Tue Jan 27 2009 - 01:16:08 EST


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 (only occurs for certification
testing).

Please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git

or

master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git


Herbert Xu (2):
crypto: authenc - Fix zero-length IV crash
crypto: blkcipher - Fix WARN_ON handling in walk_done

Jarod Wilson (1):
crypto: ccm - Fix handling of null assoc data

crypto/authenc.c | 24 +++++++++++++++---------
crypto/blkcipher.c | 2 +-
crypto/ccm.c | 2 ++
3 files changed, 18 insertions(+), 10 deletions(-)

Thanks,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@xxxxxxxxxxxxxxxxxxx>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/