You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renamed --certinfo_basic command to --certinfo for consistency with other plugins.
The --certinfo command will now use any trust store that successfully validated the server's certificate chain to run further checks against the server's chain (such as the chain order, or the presence of a SHA1-signed certificate), instead of only trying with the Mozilla trust store.
The --certinfo command will now properly validate OCSP Stapling even if it is not trusted by any trust store.
Various bug fixes.
Significant internal changes including:
A revamped plugin system that is a lot simpler to maintain and extend.
Simplified interface for building custom output generators within the CLI tool.
Progress toward Python3 compatibility.
With a clean, fully documented Python API, SSLyze is now ready for a 1.0.0 release!