Date: Fri, 16 Jul 2004 22:11:19 -0400 From: Mike Tancsa <mike@sentex.net> To: Cor Bosman <cor@xs4all.nl> Cc: freebsd-hackers@freebsd.org Subject: Re: HIFN/7955 Soekris 1401 openssl problem Message-ID: <392hf09pbb6ca5val0aimm00sg0u8knv1d@4ax.com> In-Reply-To: <200407162339.i6GNdvtS065629@xs1.xs4all.nl> References: <200407162339.i6GNdvtS065629@xs1.xs4all.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
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.=20 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 ? =20 ---Mike
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?392hf09pbb6ca5val0aimm00sg0u8knv1d>