nabla-c0d3
released this
- Added support for Python 3.9 (#468).
- Fixed a crash when parsing OCSP responses (#471).
- API-breaking change: the
ocsp_responsefield inCertificateInfoScanResultis now anOCSPResponseinstance from thecryptography.x509.ocspmodule. - JSON-breaking change: Significantly improved the JSON output for certificates and OCSP responses, when using
--certinfo.
- API-breaking change: the
- Fixed a false positive when testing for client-initiated renegotiation DoS attacks on some servers (#473).
- API-breaking change: the
accepts_client_renegotiationfield inSessionRenegotiationScanResultwas removed, and the more accurateis_vulnerable_to_client_renegotiation_dosfield was added.
- API-breaking change: the
- The ability to detect the server’s “preferred” cipher suite was removed for being too unreliable, and will be replaced by full cipher suite order detection in a future release (#456).
- API-breaking change: the
cipher_suite_preferred_by_serverinCipherSuitesScanResultwas removed.
- API-breaking change: the
- Fixed a crash when scanning a server with an exotic/invalid TLS configuration (#466).
- Fixed support for older versions of macOS.
- Added support for the latest version of cryptography (#467).
Assets
3
nabla-c0d3
released this
- Added support for scanning for supported elliptic curves (#447):
$ python -m sslyze --elliptic_curves www.cloudflare.com
* Elliptic Curve Key Exchange:
Supported curves: prime256v1, secp384r1, secp521r1, X25519
Rejected curves: sect163r2, secp160r1, sect233k1, X448, secp160r2, sect233r1, secp192k1,
sect239k1, secp224k1, sect193r1, sect283k1, secp224r1, sect163k1, sect283r1, secp256k1, secp160k1,
sect409k1, prime192v1, sect409r1, sect163r1, sect193r2, sect571k1, sect571r1
Assets
3
- Significantly reduced memory usage when using SSLyze in a Python application.
Assets
3
Assets
3
Assets
3
- Fixed crashes when running SSLyze on localized (ie. non-english) versions of Windows (#434).
Assets
3
Assets
3
- 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 )
Assets
3
PreviousNext