From owner-freebsd-current@FreeBSD.ORG Mon Aug 9 17:56:47 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D75F216A4CE; Mon, 9 Aug 2004 17:56:47 +0000 (GMT) Received: from avscan1.sentex.ca (avscan1.sentex.ca [199.212.134.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78D2143D2D; Mon, 9 Aug 2004 17:56:47 +0000 (GMT) (envelope-from mike@sentex.net) Received: from localhost (localhost.sentex.ca [127.0.0.1]) by avscan1.sentex.ca (8.12.11/8.12.11) with ESMTP id i79HukR9015767; Mon, 9 Aug 2004 13:56:46 -0400 (EDT) (envelope-from mike@sentex.net) Received: from avscan1.sentex.ca ([127.0.0.1]) by localhost (avscan1.sentex.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15402-05; Mon, 9 Aug 2004 13:56:46 -0400 (EDT) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by avscan1.sentex.ca (8.12.11/8.12.11) with ESMTP id i79Huk9O015759; Mon, 9 Aug 2004 13:56:46 -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 i79HudXU069820; Mon, 9 Aug 2004 13:56:39 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.1.2.0.0.20040809134944.058d4098@64.7.153.2> X-Sender: mdtpop@64.7.153.2 (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.1.2.0 Date: Mon, 09 Aug 2004 14:01:18 -0400 To: Mark Murray From: Mike Tancsa In-Reply-To: <200408091738.i79HcI89009474@grimreaper.grondar.org> References: <200408091738.i79HcI89009474@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at avscan1b cc: freebsd-current@FreeBSD.ORG Subject: Re: VIA C3 AES code ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 17:56:48 -0000 At 01:38 PM 09/08/2004, Mark Murray wrote: >Eric Anderson writes: > > Mike Tancsa wrote: > > > > > > > > Has anyone looked at making use of Via's ACE/AES encryption on FreeBSD > > > ? (e.g. http://www.via.com.tw/en/viac3/padlock.jsp). OpenBSD has some > > > patches to OpenSSL that will make use of the CPU's extra features. I > > > think they make use of it as well for their IPSEC. > > > > I think Mark Murray was working on getting it into -current. I think it > > is either there already, or should be there by 5.3. He has more details > > I'm sure.. > >Yup. It will be in 5.3. :-) Neato! Is this more than just the HRNG support ? ie will there be support for crypto offloading in OpenSSL or more ? How far along are you in it ? ---Mike