Re: [ACRYPTO] new release of asynchronous crrypto layer.

From: Herbert Xu
Date: Tue Jul 11 2006 - 00:54:00 EST


Hi Evgeniy:

Evgeniy Polyakov <johnpol@xxxxxxxxxxx> wrote:
>
> * IPsec ESP4 port to acrypto

I noticed a bug in the ESP IV processing. When you do ESP asynchronously,
you can no longer use the last block of the previous packet as the IV of
the next. This is because the next packet may have started processing
before the last packet has even been finalised.

A simple solution is to generate a random IV.

Cheers,
--
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/