Skip to content

Releases: matteocorti/check_ssl_cert

check_ssl_cert-2.50.0

06 Oct 14:30
Compare
Choose a tag to compare

Additional checks for the certificate chain (see --check-chain)

check_ssl_cert-2.49.0

27 Sep 11:23
Compare
Choose a tag to compare
  • The plugin is working without nmap (with some limitations)
  • Fixed a bug in the processing of the --nmap-bin option

check_ssl_cert-2.48.0

24 Sep 12:29
Compare
Choose a tag to compare

Fixes the parsing of --require-no-http-header

check_ssl_cert-2.47.0

24 Sep 06:13
Compare
Choose a tag to compare
  • New options to check HTTP headers (see --help)
  • Options can now be specified in a configuration file (see README.md)
  • Fixed a bug in the total certificate validity check if --precision is specified

check_ssl_cert-2.46.0

20 Sep 11:32
Compare
Choose a tag to compare

The maximum validity check is performed only for HTTPS, files or if the --maximum-validity option is specified.

check_ssl_cert-2.45.0

19 Sep 16:47
Compare
Choose a tag to compare

Checks the maximum certificate validity (397)

check_ssl_cert-2.44.0

13 Sep 13:57
Compare
Choose a tag to compare
  • Fixed a problem with grep 3.8
  • Added --grep-bin to specify the grep binary to be used
  • Added --debug-headers to store the HTTP headers in the headers.txt file

check_ssl_cert-2.43.0

09 Sep 12:55
Compare
Choose a tag to compare
  • Rewrote the HTTP security header checks (see documentation)
  • Fixed a bug when parsing certificates without purpose

check_ssl_cert-2.42.0

06 Sep 14:03
Compare
Choose a tag to compare
  • Disable checks with nmap if a proxy is specified
  • Added --require-x-frame-options to check for the X-Frame-Options header

check_ssl_cert-2.41.0

01 Sep 08:05
Compare
Choose a tag to compare
  • Fixed the parsing of UTF-8 certificate subjects
  • Better OpenSSL error handling
  • Fixed the HSTS check