HIFN/7955 Soekris 1401 openssl problem
Mike Tancsa
mike at sentex.net
Fri Jul 16 19:11:12 PDT 2004
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
More information about the freebsd-hackers
mailing list