From owner-freebsd-security@FreeBSD.ORG Thu Apr 15 08:34:56 2004 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3691E16A4CE for ; Thu, 15 Apr 2004 08:34:56 -0700 (PDT) Received: from smtp3b.sentex.ca (smtp3b.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90C0843D46 for ; Thu, 15 Apr 2004 08:34:55 -0700 (PDT) (envelope-from mike@sentex.net) Received: from avscan1.sentex.ca (avscan1.sentex.ca [199.212.134.11]) by smtp3b.sentex.ca (8.12.11/8.12.11) with ESMTP id i3FFYtJb034294; Thu, 15 Apr 2004 11:34:55 -0400 (EDT) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by avscan1.sentex.ca (8.12.10/8.12.10) with ESMTP id i3FFYs3x011944; Thu, 15 Apr 2004 11:34:54 -0400 (EDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.12.11/8.12.11) with ESMTP id i3FFYrb4018866; Thu, 15 Apr 2004 11:34:53 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.0.3.0.0.20040415105459.0477f488@209.112.4.2> X-Sender: mdtpop@209.112.4.2 (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.3.0 Date: Thu, 15 Apr 2004 11:05:30 -0400 To: andy@lewman.com From: Mike Tancsa In-Reply-To: <20040415145148.GA99338@phobos.osem.com> References: <20040408144322.GA83448@bewilderbeast.blackhelicopters.org> <26486.1081437513@critter.freebsd.dk> <20040413181943.GA55219@bewilderbeast.blackhelicopters.org> <20040415030319.GA71038@phobos.osem.com> <6.0.3.0.0.20040414230754.07d7cf18@209.112.4.2> <20040415145148.GA99338@phobos.osem.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new cc: freebsd-security@freebsd.org Subject: Re: recommended SSL-friendly crypto accelerator X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Security issues [members-only posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2004 15:34:56 -0000 At 10:51 AM 15/04/2004, andy@lewman.com wrote: >hifnstats shows decent amounts of traffic through it (at least >interrupts) however cryptokeytest doesn't work due to an unsupport call >apparently. > >Here's my hifnstats: > >input 476104224 bytes 1527365 packets >output 476104224 bytes 1527365 packets But is that your ssh session that is being accelerated ? To test, login via the console, or login using blowfish as the cipher. Then run hifnstats and make sure that the packet counters are not incrementing. Then do your https test. ---Mike