From owner-freebsd-hackers@FreeBSD.ORG Sat Jul 17 02:11:11 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA8D916A4CE for ; Sat, 17 Jul 2004 02:11:11 +0000 (GMT) Received: from smtp3.sentex.ca (smtp3.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86EE643D31 for ; Sat, 17 Jul 2004 02:11:11 +0000 (GMT) (envelope-from mike@sentex.net) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smtp3.sentex.ca (8.12.11/8.12.11) with ESMTP id i6H2B4pO042403; Fri, 16 Jul 2004 22:11:04 -0400 (EDT) (envelope-from mike@sentex.net) Received: from BLUELAPIS.sentex.ca (cage.simianscience.com [64.7.134.1]) by smtp2.sentex.ca (8.12.11/8.12.11) with SMTP id i6H2BAc6028964; Fri, 16 Jul 2004 22:11:10 -0400 (EDT) (envelope-from mike@sentex.net) From: Mike Tancsa To: Cor Bosman Date: Fri, 16 Jul 2004 22:11:19 -0400 Message-ID: <392hf09pbb6ca5val0aimm00sg0u8knv1d@4ax.com> References: <200407162339.i6GNdvtS065629@xs1.xs4all.nl> In-Reply-To: <200407162339.i6GNdvtS065629@xs1.xs4all.nl> X-Mailer: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable cc: freebsd-hackers@freebsd.org Subject: Re: HIFN/7955 Soekris 1401 openssl problem X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jul 2004 02:11:12 -0000 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