]> git.karo-electronics.de Git - karo-tx-linux.git/commit
CRYPTO: eseqiv: Fix off-by-one encryption
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 6 May 2008 06:01:24 +0000 (14:01 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 10 May 2008 04:40:52 +0000 (21:40 -0700)
commitd020055f5217be264e0bac9cd09ffc04233b9682
tree26ac9e539badd03a893fcd44db75573abe0c41d2
parent054640e012028f0c10d7e7ed7a601016c9251ca5
CRYPTO: eseqiv: Fix off-by-one encryption

[CRYPTO] eseqiv: Fix off-by-one encryption

[ Upstream commit: 46f8153cc59384eb09a426d044668d4801f818ce ]

After attaching the IV to the head during encryption, eseqiv does not
increase the encryption length by that amount.  As such the last block
of the actual plain text will be left unencrypted.

Fortunately the only user of this code hifn currently crashes so this
shouldn't affect anyone :)

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
crypto/eseqiv.c