Package Release Info

ssldump-1.4-bp154.1.31

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ssldump

Change Logs

* Mon Apr 12 2021 Martin Hauke <mardnh@gmx.de>
- Specfile overhaul
- Update source URL (original upstream is dead)
- Update to version 1.4
  * Add support for IPv6 traffic dump
  * Fix ja3(s) length of strings used in MD5 computation + update
    MD5 functions.
  * Add support for ja3 & ja3s.
- Update to version 1.3
  * Avoid leak in TCP segment reassembly code.
  * Avoid client session_id related leak.
  * Avoid server_random related leak.
  * Avoid client_random related leak.
  * Check ssl_decode_enum() return code correctly.
  * Exit process_tcp_packet() in case TCP header is incomplete.
  * Check timestamp_diff return code correctly.
  * Cleanup before exit on error.
  * Fix for crash if length of captured frame is less than
    Ethernet header size.
  * Check packet size before looking at IP header.
  * Check return code after string extraction.
  * Limit length during server name decoding.
  * Decode ClientHello v2 properly.
  * Output error to stderr.
  * Avoid leak by freeing SSL decoding context properly.
  * Close everything properly in case of SIGINT.
  * Fix leak in associative array implementation.
  * First import of the JSON output code
  * Do not print information message when no connection is
    cleaned at shutdown.
  * Fix memory leak in ssl_process_server_session_id()
  * Close global pcap struct properly in case of SIGINT.
  * Add missing extension names
  * Code cleanup
  * Add save decrypted datato pcap. first alpha version.
  * Fix for use of deprecated OpenSSL HMAC functions.
  * Fix for type casting related warnings.
  * Add missing function prototype.
  * Remove definitions of unused variables.
  * Fix for uninitialized variables and possible overflow.
  * Remove unused RCSSTRING variable globally.
- Drop patches (not longer needed)
  * ssldump-0.9b3-libpcap.diff
  * random_return.patch
  * ssldump-0.9b3-aes.patch
  * implicit_def.patch
  * ssldump-0.9b3-newssl.patch
  * ssldump-cvs-06-19-2006.diff
  * update-config.patch
Version: 0.9b3-bp152.4.1
* Tue Mar 24 2020 Michael Calmer <mc@suse.com>
- fix macro to fix build on openSUSE Leap 15.2
Version: 0.9b3-bp150.1.3
* Thu Jun 29 2017 mlin@suse.com
- Compile with libpcap-devel-static if Leap
  * Since pcap updated to new version in 42.3 too, ssldump need to
    compile with libpcap-devel-static.
* Fri Jul 03 2015 alarrosa@suse.com
- Added a conditional build requirement to compile in versions
  other than Factory.
* Fri Jul 03 2015 dimstar@opensuse.org
- BuildRequires libpcap-devel-static instead of libpcap: the static
  library has been split out.
* Sun Jan 29 2012 coolo@suse.com
- update config.* files - upstream is dead ;(
* Sun Nov 27 2011 coolo@suse.com
- add libtool as buildrequire to avoid implicit dependency
* Thu Jul 26 2007 prusnak@suse.cz
- changed libpcap to libpcap-devel in BuildRequires
* Tue Jun 05 2007 mc@suse.de
- add ssldump-cvs-06-19-2006.diff
- re-work patch for new ssl version
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Oct 14 2005 ro@suse.de
- include openssl/md5.h in ssldecode.c
* Wed Jul 06 2005 choeger@suse.de
- #include <string.h> when using related functions
* Thu Feb 17 2005 choeger@suse.de
- Bugfix Bugzilla ID#50952 - ssldump has no support for AES cipher-suites
* Fri Apr 23 2004 choeger@suse.de
- use -fno-strict-aliasing to compile
- fixed two functions which does not return anything matching
  their prototypes
* Thu Feb 12 2004 ro@suse.de
- adapt to change in libpcap: include moved to pcap_bpf.h
* Mon Nov 03 2003 choeger@suse.de
- make it build on biarch platforms
* Fri Oct 31 2003 choeger@suse.de
- new package (v0.9b3)