On Sat, 17 Jul 2004 01:39:57 +0200 (CEST), in
sentex.lists.freebsd.hackers you wrote:

>The problem is, nothing else seems to use it. Ive been trying with
>sendmail/ssl and with apache/ssl. The card uses /dev/crypto, which exists,
>and I can make openssl load the cryptodev engine. But even a command like
>'openssl speed -engine cryptodev' doesnt use the card for any algorithm.
>Sendmail and apache are linked with libcrypto. 

Only certain commands /encryption schemes will use it in openssl. eg

/usr/bin/openssl enc  -des3 -in big.txt -k pass -out big.txt.enc

Also, for ipsec you need to use FAST_IPSEC if you want to use it for
IPSEC stuff.

You are using the base openssl right ?  

        ---Mike
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to