Re: Interleaved CBC

2007-08-28 Thread Andy Polyakov
Basically, I'm wondering if interleaved CBC or some other parallelized cipher method is available in OpenSSL. No. ... you should look at OpenSSL as multi-thread safe primitive provider and take care of parallelization in application. If there is remote possibility that interleaved CBC can be

Re: Interleaved CBC

2007-08-28 Thread Chris Rapier
Thanks for taking the time to reply. Andy Polyakov wrote: Basically, I'm wondering if interleaved CBC or some other parallelized cipher method is available in OpenSSL. No. Okay, this is what I thought but I wanted to make sure. If its not available I was wondering if there were any specific

Re: Interleaved CBC

2007-08-27 Thread Andy Polyakov
Basically, I'm wondering if interleaved CBC or some other parallelized cipher method is available in OpenSSL. No. If its not available I was wondering if there were any specific reasons that made it impossible, or highly difficult, to actually implement. Well, a library such as OpenSSL is n