Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Releases: Ayrx/tlsenum

v0.3 release

25 May 14:09
Compare
Choose a tag to compare

This version 0.3 release contains a fix for issue #4 where tlsenum fails to handle a type 70 alert.

v0.2 release

18 Oct 04:18
Compare
Choose a tag to compare

This version 0.2 release contains two improvements over 0.1.

  1. Adds support for Python 2.7. tlsenum is now tested against Python 2.7, 3.3 and 3.4.
  2. A fix for a bug that causes enumeration to fail when tlsenum tries to scan a server that does not support some TLS versions. See 5df4a81 for more details.

v0.1 release

06 Oct 03:44
Compare
Choose a tag to compare

This is the first release of tlsenum.

It has three main features.

  1. Enumerates supported SSL/TLS versions. This checks for support of SSLv2, SSLv3, TLS 1.0, TLS 1.1 and TLS 1.2.
  2. Checks for support of TLS DEFLATE compression.
  3. Enumerates supported ciphersuites in order of priority.

tlsenum version 0.1 has been tested on Python 3.3 and Python 3.4.