-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathCHANGELOG
109 lines (77 loc) · 3.56 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
tls-scan -- History of changes.
Bug numbers referenced in this log correspond to bug numbers at our issue tracker,
Version 1.6.0 (2023-09-25)
+-----------------------------------
* New feature: ALPN protocol id enumeration. A new field `alpn`
is added to the JSON output to indicate ALPN protocol id
selected by the server. Besides alpn, `sni` is also added
as a new field to indicate SNI value set by the client.
Version 1.5.2 (2023-09-24)
+-----------------------------------
* Build bug fix: https://github.com/prbinu/tls-scan/issues/59
* Updated gzip and libevent package versions
* Add build-from-source support for Linux ARM architecture
* Tag: https://github.com/prbinu/tls-scan/releases/tag/1.5.2
Version 1.5.1 (2023-04-23)
+-----------------------------------
* Critial bug fix: https://github.com/prbinu/tls-scan/issues/54
* Tag: https://github.com/prbinu/tls-scan/releases/tag/1.5.1
Version 1.5.0 (2023-01-04)
-----------------------------------
* Tag: https://github.com/prbinu/tls-scan/releases/tag/1.5.0
* Moved from Ubuntu 18.04 to 20.04 (https://github.com/prbinu/tls-scan/pull/48)
* Updated zlib version to zlib-1.2.13 (https://github.com/prbinu/tls-scan/pull/50)
Version 1.4.8 (2022-01-08)
-----------------------------------
* Tag: https://github.com/prbinu/tls-scan/releases/tag/1.4.8
* Fixed duplicate field (ocspStapled) in the json output
* Migrated build from Travis to GitHub Action/Build system
Version 1.4.7 (2022-01-08)
-----------------------------------
* Tag: https://github.com/prbinu/tls-scan/releases/tag/1.4.7_2
* Malformed json output for some domains (#43)
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).