RE: status of async crypto

2007-08-07 Thread Ronen Shitrit
Message- From: Evgeniy Polyakov [mailto:[EMAIL PROTECTED] Sent: Sunday, August 05, 2007 6:16 PM To: Ronen Shitrit Cc: linux-crypto@vger.kernel.org Subject: Re: status of async crypto On Sun, Aug 05, 2007 at 01:50:48PM +0300, Ronen Shitrit ([EMAIL PROTECTED]) wrote: I saw

Re: status of async crypto

2007-08-07 Thread Herbert Xu
Ronen Shitrit [EMAIL PROTECTED] wrote: Hi Herbert I found a mailing thread discussing combined mode algorithms, I think that this is the main missing link for good async support. Are you planning that this combined alg mode will support the async API? Yes that's the main focus right now.

Re: status of async crypto

2007-08-07 Thread Sebastian Siewior
* Herbert Xu | 2007-08-07 15:29:44 [+0800]: Joy Latten is looking at CTR, as well as converting IPsec over once the crypto infrastructure is done. Can you estimate/guesstimate when the IPsec over async crypto will be available? I tried to test the dm-crypt user but the patches don't apply on top

Re: status of async crypto

2007-08-07 Thread Herbert Xu
On Tue, Aug 07, 2007 at 10:01:10AM +0200, Sebastian Siewior wrote: * Herbert Xu | 2007-08-07 15:29:44 [+0800]: Joy Latten is looking at CTR, as well as converting IPsec over once the crypto infrastructure is done. Can you estimate/guesstimate when the IPsec over async crypto will be

RE: status of async crypto

2007-08-06 Thread Ronen Shitrit
: Evgeniy Polyakov [mailto:[EMAIL PROTECTED] Sent: Sunday, August 05, 2007 6:16 PM To: Ronen Shitrit Cc: linux-crypto@vger.kernel.org Subject: Re: status of async crypto On Sun, Aug 05, 2007 at 01:50:48PM +0300, Ronen Shitrit ([EMAIL PROTECTED]) wrote: I saw that the current code support async

Re: status of async crypto

2007-08-06 Thread Evgeniy Polyakov
On Mon, Aug 06, 2007 at 12:00:13PM +0300, Ronen Shitrit ([EMAIL PROTECTED]) wrote: Wow, I thought that there was more progress ... BTW: I know that the OCF support the OpenSWAN, does it also support the KLIPS by now? I also noticed that the Acrypto have a patch to support KLIPS, does it

status of async crypto

2007-08-05 Thread Ronen Shitrit
Hi all Until recently I was using kernel 2.6.12 with the OCF package in order to get async encryption with HW engine for OpenSWAN, dm-crypt and OpenSSL. Lately I have decided its time to move on to the latest kernel, and I found that there is a new async crypto support in the kernel :) Now I

Re: status of async crypto

2007-08-05 Thread Evgeniy Polyakov
On Sun, Aug 05, 2007 at 01:50:48PM +0300, Ronen Shitrit ([EMAIL PROTECTED]) wrote: I saw that the current code support async crypto for the dm-crypt, does it also support async crypto for the klips? Is there any support for using the async crypto from the OpenSSL engine library? I saw that