From: "Corey Smith" on
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(a)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
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"