Skip to content

Commit 3f9eac2

Browse files
committed
Release for version 2.0.0
1 parent 8b35e8e commit 3f9eac2

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Changelog
22
=========
3+
Version: 2.0.0
4+
Date : 22/07/2020
5+
Author : rbsec <robin@rbsec.net>
6+
Changes: The following are a list of changes
7+
> Documentation updates
8+
39
Version: 2.0.0-beta6
410
Date : 02/07/2020
511
Author : rbsec <robin@rbsec.net>

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
# sslscan2
22

3-
An beta build of sslscan 2 has been merged into master. If you want the old code, the tag [1.11.13-rbsec](https://github.com/rbsec/sslscan/releases/tag/1.11.13-rbsec) was the last release in that branch.
4-
5-
The main changes in sslscan2 is 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.
3+
sslscan version 2 has now been released. This 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.
64

75
This has been made possible largely by the work of [jtesta](https://github.com/jtesta), who has been responsible for most of the backend rewrite.
86

97
Other key changes include:
108

119
* Enumeration of server key exchange groups.
1210
* Enumeration of server signature algorithms.
13-
* SSLv2 and SSLv3 protocol support it scanned, but individual ciphers are not.
11+
* SSLv2 and SSLv3 protocol support is scanned, but individual ciphers are not.
1412
* A test suite is included using Docker, to verify that sslscan is functionality correctly.
1513

16-
There are likely to be bugs in this version, so please report any that you encounter.
17-
1814
## XML Output Changes
1915
A potentially breaking change has been made to the XML output in version **2.0.0-beta4**. Previously, multiple `<certificate>` elements could be returned (one by default, and a second one if `--show-certificate` was used).
2016

0 commit comments

Comments
 (0)