On October 21, 2004 07:04 pm, Gurpreet Grewal wrote:
> I am facing a problem when I am trying to use the OpenSSL (0.9.7d to
> be precise) with the BraodCom BCM5823 card. I tried running the
> following two commands-
>       openssl des3  -in inputfile  -out outputfile -engine ubsec
>       openssl des3  -in inputfile  -out outputfile
>
> Ideally the first command should take less time/less main CPU coz it
> should be using the SSL processor. But they take almost the same
> amount of time/main CPU.

That's because the 'ubsec' ENGINE doesn't support des3 or any other 
ciphers or digests. It only has support for RSA, DSA, and DH.

Cheers,
Geoff

-- 
Geoff Thorpe
[EMAIL PROTECTED]
http://www.geoffthorpe.net/

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to