Skip to content

Releases: rbsec/sslscan

2.0.11

20 Dec 10:31
Compare
Choose a tag to compare

Add --iana-names option to use IANA/RFC cipher names and improve signature algorithm detection.

2.0.10

27 Apr 15:41
Compare
Choose a tag to compare
Update changelog and manpage

2.0.9

25 Mar 17:21
Compare
Choose a tag to compare
Fix some tests

2.0.8

19 Feb 18:38
Compare
Choose a tag to compare
Changelog

2.0.7

10 Feb 18:53
Compare
Choose a tag to compare
Hide server signature algorithms by default. Fixes #236

2.0.6

20 Nov 17:51
Compare
Choose a tag to compare
Bump version

2.0.5

24 Oct 17:01
Compare
Choose a tag to compare
Update changelog

2.0.4

19 Oct 07:35
Compare
Choose a tag to compare
Remove the broken --http option. Fixes #220

2.0.0

22 Jul 18:05
Compare
Choose a tag to compare

Version 2 of sslscan includes a major rewrite of the backend scanning code, which means that it is no longer reliant on the version of OpenSSL for many checks. This means that it is possible to support legacy protocols (SSLv2 and SSLv3), as well as supporting TLSv1.3 - regardless of the version of OpenSSL that it has been compiled against. It is still recommended to build statically where possible, but dynamically built version should be significantly more useful.

Note that there are also some breaking changes to the XML output, which are documented in the readme.

This rewrite been made possible largely by the work of jtesta, who has been responsible for most of the backend rewrite.

2.0.0-beta4

14 Jun 12:01
Compare
Choose a tag to compare
2.0.0-beta4 Pre-release
Pre-release

This release contains a breaking change to the XML format, as described in the README.