DSSL Library Documentation
Version 1.3.2
Installation
DSSL requires the libpcap
(WinPcap v. 3.1 for Windows platform) library and
the OpenSSL library v. 0.9.8d or above to
be installed on your system.
- Make sure that libpcap and OpenSSL libraries are installed on your system.
- Uncompress and unpack the dssl-1.0.3.tar.gz archive into a temp directory:
cd /tmp
gunzip dssl-1.0.3.tar.gz
tar xvf dssl-1.0.3.tar
- Build and install the DSSL library and header files:
cd /tmp/dssl-1.0.3
./configure
make
su -c "make install"
If everything went well, DSSL library and header files are installed into /usr/local/lib/ and /usr/local/include/dssl directories, respectively.
Currently, DSSL supports only VisualStudio.NET 2003 / 2005 compilers.
- Unzip dssl-1.0.3.zip into a folder you want DSSL to be installed (e.g. c:\dssl).
- Add the libdssl.vcproj file to your VS.NET solution.
- Adjust the OpenSSL and WinPcap include directories:
- In the Solution Explorer window, right-click on the libdssl project node, then click Properties
- In the libdssl Property Page dialog, go to Configuration Properties / C/C++ / General tab.
- In the Additional Include Directories field, replace the
..\WdpPack\Include
and
..\openssl\win32
entries with the actual paths to your WinPcap and OpenSSL include folders, respectively.
If everything went well, you should be able to build libdssl.vcproj project.
Copyright © SSLTech.net, 2005-2007. All rights reserved.