Skip to content

Releases: vaughany/tls-tester

Now with a web server and default-Bootstrap CSS.

17 May 20:44
8ea2a46
Compare
Choose a tag to compare

Runs a web server on http://127.0.0.1:8080 showing the results (can be refreshed to show progress of large scans). CSV data is available on /csv also.

Concurrency speed-up v2.

16 May 21:47
dddd1b0
Compare
Choose a tag to compare

Refactored the code to use workkers (10) to run multiple scans concurrently. So the scans are concurrent and so are each of the four TLS version checks... much speedup goodness.

Concurrency speed-up.

15 May 22:17
e16d9c2
Compare
Choose a tag to compare

Added concurrency to the four TLS version test per URL, reducing the testing time significantly.

Initial release.

15 May 20:39
37f1046
Compare
Choose a tag to compare

Basic cli application. Use -url and e.g. google.com to test a URL's TLS options.