From owner-freebsd-current@FreeBSD.ORG Sat Jul 23 04:20:01 2005 Return-Path: X-Original-To: current@freebsd.org 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 6FCCC16A41F; Sat, 23 Jul 2005 04:20:01 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id D753D43D45; Sat, 23 Jul 2005 04:20:00 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j6N4JvFK084226; Fri, 22 Jul 2005 23:19:57 -0500 (CDT) (envelope-from dan) Date: Fri, 22 Jul 2005 23:19:57 -0500 From: Dan Nelson To: Julian Elischer Message-ID: <20050723041957.GD27856@dan.emsphone.com> References: <42E03812.4090801@elischer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42E03812.4090801@elischer.org> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.9i Cc: current@freebsd.org Subject: Re: libcipher replacement X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 23 Jul 2005 04:20:01 -0000 In the last episode (Jul 21), Julian Elischer said: > I have snet this mail 3 times and each time it never appeared on the list > (that I saw.. I think it got eaten by a spam filtrer somewhere..) > > trying again. > > Since setkey(3) has now gone away so thoroughly that there is not even > a manual page saying how to replace it, > I need to port some code that uses it.. > > What is the suggested replacement? Try DES_set_key() ; the des(2) manpage also lists all the other DES_* openssl functions. -- Dan Nelson dnelson@allantgroup.com