j-lowry / libdssl

DSSL library: network capture and SSL decryption toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DSSL library: network capture and SSL decryption toolkit

Copyright (C) 2007-2009 Atomic Labs, Inc.

To view the installation documentation, load docs/index.html into your browser.

For UNIX systems:

# ./autogen.sh  (only required if using subversion checkout)
# ./configure   (run ./configure --help to see available options)
# make all      (this will build everything except DSSL's unit tests)
# make install  (this may require superuser/Administrator privileges)

For Universal binaries on OSX, change this line in configure.in:

CFLAGS="-DDSSL"

to this:

CFLAGS="-DDSSL -arch i386 -arch x86_64 -arch ppc -arch ppc64"
 
And run "./configure --disable-dependency-tracking"

About

DSSL library: network capture and SSL decryption toolkit

License:GNU General Public License v2.0


Languages

Language:C 96.8%Language:C++ 2.3%Language:XML 0.7%Language:Shell 0.3%