Releases: nabla-c0d3/sslyze
Releases · nabla-c0d3/sslyze
3.0.8
- Significantly reduced memory usage when using SSLyze in a Python application.
3.0.7
3.0.6
3.0.4
3.0.3
3.0.2
- Improved check for HTTP security headers by adding support for HTTP redirections (#393 ).
- Fixed bug causing some results to not be returned when scanning multiple servers (#429 ).
- Added support for more versions of the cryptography package for better compatibility (#428 ).
- Fixed crash when scanning a server with a certificate that has duplicate X509 extensions (#420 )
3.0.1
- Fixed installation errors with Python 3.8 (#421).
- Added a a pre-built Windows executable: sslyze-3.0.1-exe.zip.
3.0.0
Big internal refactoring focused on modernizing the code base (dataclasses, type annotations, etc.) and improving the speed and reliability of the scan results.
- The Python API and the format of the outputs have been drastically improved and simplified, but are not backward-compatible with older versions of SSLyze.
- Python 3.8 is now supported, and Python 3.6 is no longer supported.
- Huge improvements to the reliability of the scans:
- The number of concurrent connections per single server can now be controlled and is set to 5 by default (#385).
- This limit is enforced regardless of the number of scan commands queued for the server, and drastically reduces the number of scans that fail due to a slow server or a slow connection.
- Various improvements to cipher suites scanning:
- The size of the cipher's suite key is now always returned.
- The (EC) Diffie-Helmann parameters negotiated during the TLS handshake are now returned (#394).
- Various improvements to server certificate checks:
- SSLyze is now compatible with PEP 561 for type checking with mypy.
- Various improvements to the JSON output:
- The format of the JSON output now exactly matches the format of the Python output (which is fully documented).
- Better parsing of Subject and Issuer fields in certificates (#404).
- Support for XML output was removed.
2.1.4
2.1.3
- Tweaked the ROBOT check to reduce the chance SSLyze returning a false positive.