2008-09-18: version 1.3.3 * Added session start timestamp to the TCP session object 2008-07-11: version 1.3.2 * Missing const keyword added to SessionSetUserData function * TCP session capture can no longer start from the middle of TCP session 2008-07-05: version 1.3.1 * Fixed wrong ASSERT statement bug in decoder.c 2008-05-06: version 1.3.0 * Added SSL version 2.0 support * Fixed TCP reassembly bug 2008-03-23: version 1.2.0 * Added DEFLATE compression support (RFC 3749) * Added MacOS support - thanks to Michael Dickey from Atomic Labs (http://www.atomiclabs.com) 2007-06-05: version 1.0.3 * Fixed session management bug causing non-existing empty sessions being created and destroyed * Added ssltrace sample - a simple command line utility that dumps decrypted SSL data * Added server's certificate check to make sure the cert is signed with the same private key DSSL initialized with * New error codes added (see errors.h) * Fixed SSL decryption engine: block cipher padding length check added to prevent possible buffer overrun condition * Fixed NULL password parameter was causing a segmentation fault (access violation on Win32) 2007-04-19: build 1.0.2 * DSSL_NO_PCAP define added. Now you can compile DSSL without referencing functions from pcap library. 2007-03-26: version 1.0.1 * Fix RSA private key file loading errors. * Fix memory leak in MAC calculation. 2007-01-17: version 1.0.0 * First public release.