6.0.0
- Added support for Python 3.12 (#630).
- Removed support for Python 3.7 (#616).
- Switched to Python Cryptography's implementation of certificate validation, in order to simplify the validation logic and make it more reliable (#638).
- Removed direct dependency to pyOpenSSL.
- Removed usages of
ssl.match_hostname()
(#627). - JSON output changes for the certificate information plugin:
leaf_certificate_subject_matches_hostname
has been removed because hostname validation is now directly reported in thepath_validation_results
, which makes it simpler to process them.- Similarly,
openssl_error_string
was renamed tovalidation_error
.
- Fixed crash caused by "invalid padding" and "invalid encoding" errors (#632, #634).
- Better output when an SMTP EHLO is rejected ( #635).
See also https://github.com/users/nabla-c0d3/projects/5 for more details.