Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Releases: MetLife/SSLChecker

v2.2.0

12 Nov 14:46
96378a8
Compare
Choose a tag to compare
  • Upgraded SSLyze to 3.1
  • Removed pytest from requirements
  • Various pylint and type checking fixes
  • Removed TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 and TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 from "strong" TLS 1.2 ciphers

updated deps, type checking and pylint fixes

11 Aug 13:14
8ee78ea
Compare
Choose a tag to compare

v2.1.0

New Features

updated deps, type checking and pylint fixes

2.0.0

03 Jun 00:35
ace8a17
Compare
Choose a tag to compare

v2.0.0

New Features

Upgraded SSLyze to 3.x
Added several TLS 1.2 ciphers to the "policy" scan type as "weak"
Added scan type and port to result set

Added the ability to scan by IP

08 May 11:57
2dae71f
Compare
Choose a tag to compare

v1.3.0

New Features

Added the ability to scan by IP

Pass a port to SSLChecker

29 Apr 02:53
73b9b1a
Compare
Choose a tag to compare

v1.1.0

New Features

Added the ability to pass a port to SSLChecker.

Initial Release

03 Apr 19:43
Compare
Choose a tag to compare

v1.0.0

SSLChecker initial release to GitHub

New Features

  • identify obsolete versions of SSL/TLS (e.g., SSL 3.0, and TLS 1.0) on an endpoint
  • perform a full scan to identify all supported versions of SSL/TLS on an endpoint

Improvements

Bug Fixes