This repository has been archived by the owner on Jan 29, 2021. It is now read-only.
Releases: Ayrx/tlsenum
Releases · Ayrx/tlsenum
v0.3 release
v0.2 release
This version 0.2 release contains two improvements over 0.1.
- Adds support for Python 2.7. tlsenum is now tested against Python 2.7, 3.3 and 3.4.
- 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
This is the first release of tlsenum
.
It has three main features.
- Enumerates supported SSL/TLS versions. This checks for support of SSLv2, SSLv3, TLS 1.0, TLS 1.1 and TLS 1.2.
- Checks for support of TLS DEFLATE compression.
- Enumerates supported ciphersuites in order of priority.
tlsenum
version 0.1 has been tested on Python 3.3 and Python 3.4.