zweily / 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 32.6%Language:Roff 32.3%Language:Shell 24.7%Language:Makefile 9.6%Language:C++ 0.8%Language:Batchfile 0.1%