From owner-freebsd-ports@FreeBSD.ORG Fri May 26 14:33:25 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC75C16A43B for ; Fri, 26 May 2006 14:33:25 +0000 (UTC) (envelope-from corsmith@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EB2043D4C for ; Fri, 26 May 2006 14:33:24 +0000 (GMT) (envelope-from corsmith@gmail.com) Received: by wx-out-0102.google.com with SMTP id h28so62392wxd for ; Fri, 26 May 2006 07:33:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=L0Fgmy9WdQnQNtgL1GRtr6cbueu0C8gf78Yj6cpgmeyyjt8Vwd6eCt42qBq1rDsCwYCn+1dCfZTBZRhlzVLq0Mn4NNBqBZLUIEO2Xud19GG6KrGajDfKcx4OyjZqzGQTbT/TWRPOE/GISC00tNRNajH4YxHjzzI04SolIDHMuvg= Received: by 10.70.96.2 with SMTP id t2mr344570wxb; Fri, 26 May 2006 07:33:24 -0700 (PDT) Received: by 10.70.33.13 with HTTP; Fri, 26 May 2006 07:33:24 -0700 (PDT) Message-ID: <8061fbee0605260733u38daffa4n7fd31398a4f40b47@mail.gmail.com> Date: Fri, 26 May 2006 10:33:24 -0400 From: "Corey Smith" To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: FreeBSD Port: net/ssldump X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 May 2006 14:33:25 -0000 When I run ssldump on my box I get: $ ssldump -Adean -k priv.key -r test.tcpdump ERROR: Couldn't create network handler If I run the same command with the same set of files on an older FreeBSD machine I get the decrypted output. Could this be a problem with using the latest openssl? Maybe libpcap? $ uname -a FreeBSD me 6.1-STABLE FreeBSD 6.1-STABLE #0: Thu May 25 15:22:40 EDT 2006 root@me:/usr/obj/usr/src/sys/GENERIC i386 $ pkg_info | egrep '^(openssl|ssldump)' openssl-0.9.8b_1 SSL and crypto library ssldump-0.9b3_1 SSLv3/TLS network protocol analyzer $ ldd `which ssldump` /usr/local/bin/ssldump: libssl.so.5 =3D> /usr/local/lib/libssl.so.5 (0x2807d000) libcrypto.so.5 =3D> /usr/local/lib/libcrypto.so.5 (0x280b5000) libpcap.so.4 =3D> /usr/lib/libpcap.so.4 (0x281c4000) libm.so.4 =3D> /lib/libm.so.4 (0x281e9000) libc.so.6 =3D> /lib/libc.so.6 (0x281ff000) -Corey Smith