forked from prbinu/tls-scan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
70 lines (47 loc) · 2.1 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
tls-scan -- History of changes.
Bug numbers referenced in this log correspond to bug numbers at our issue tracker,
Version 1.4.6 (2020-09-16)
-----------------------------------
* Tag: https://github.com/prbinu/tls-scan/releases/tag/1.4.6
* Fix JSON outout encode bug - escape all control chars (rfc4627) (#38)
Version 1.4.5 (2020-09-09)
Version 1.4.4 (2020-09-08)
-----------------------------------
* Tag: https://github.com/prbinu/tls-scan/releases/tag/1.4.5
* Fix JSON outout encode bug (#38)
Version 1.4.3 (2020-06-09)
-----------------------------------
* Tag: https://github.com/prbinu/tls-scan/releases/tag/1.4.3
* Fix the TLS version enum bug
* Support TLSv1.2 CHACHA cipher scans
Version 1.4.2 (2020-05-17)
-----------------------------------
* Tag: https://github.com/prbinu/tls-scan/releases/tag/1.4.2
* Add run-time stats for tracking progress and performance
New command-line param: `--stats-outfile`
Version 1.4.1 (2020-01-05)
-----------------------------------
* Tag: https://github.com/prbinu/tls-scan/releases/tag/1.4.1
* Build - moving closer to autotools style builds
Version 1.4.0 (2019-12-30)
-----------------------------------
* Tag: https://github.com/prbinu/tls-scan/releases/tag/1.4.0
* Add StartTLS RDP protocol support
* Bug fix - starttls error stats counter
* Add version info to tls-scan
Version 1.3.0 (2019-12-28)
-----------------------------------
* Tag: https://github.com/prbinu/tls-scan/releases/tag/1.3.0
* Add StartTLS protocol support: IMAP, POP3, FTPS, SIEVE, NNTP, XMPP, LDAP, POSTGRES
* New test/ directory with scan output for reference
Version 1.2.0 (2019-12-07)
-----------------------------------
* Tag: https://github.com/prbinu/tls-scan/releases/tag/1.2.0
* Extend async/non-blocking support to TLS 1.3 version/cipher enum scans
* TLS 1.3 scan support for STARTTLS protocols
Version 1.0.1 (2019-12-01)
-----------------------------------
* Tag: https://github.com/prbinu/tls-scan/releases/tag/1.0.1
* Added TLS 1.3 scan support
* GnuTLS library for 1.3+ scanning - to support both old and new ciphers, we
link both GnuTLS and Old OpenSSL version (statically linked).