Releases: matteocorti/check_ssl_cert
Releases · matteocorti/check_ssl_cert
check_ssl_cert-2.50.0
Additional checks for the certificate chain (see --check-chain
)
check_ssl_cert-2.49.0
- 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
Fixes the parsing of --require-no-http-header
check_ssl_cert-2.47.0
- 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
The maximum validity check is performed only for HTTPS, files or if the --maximum-validity
option is specified.
check_ssl_cert-2.45.0
Checks the maximum certificate validity (397)
check_ssl_cert-2.44.0
- 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
- Rewrote the HTTP security header checks (see documentation)
- Fixed a bug when parsing certificates without purpose
check_ssl_cert-2.42.0
- 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
- Fixed the parsing of UTF-8 certificate subjects
- Better OpenSSL error handling
- Fixed the HSTS check