Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.18 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.18 KB

DSSL library: network capture and SSL decryption toolkit

Build Status

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


Introduction

This fork contains improvements to the original code (by Atomic Labs, Inc.),
some for our internal use (but may still be useful to others) and some will benefit the community

  • multiplatform support
    this fork has been built and tested on the following platforms

    • Solaris 8/9 sparc
    • Solaris 10 i386/sparc
    • AIX 5.3/6.1 ppc
    • Linux x86/x86_64/ppc
    • Windows x86/x86_64
    • HPUX parisc/ia64
  • Support for TLS v1.2+


Build and Runtime Prerequisites

  • openssl
  • libpcap

Notes

  • SSL decryption is not possible when DHE (Diffie-Hellman key Exchange, or ephemeral keys) is used

Correlsense