"Deep SSL/TLS inspection — certificates, cipher suites, protocol versions, and known weaknesses."
TLS misconfigurations are among the most common and overlooked security issues. Expired certificates break user trust. Weak cipher suites allow decryption of traffic. Old protocol versions (SSLv3, TLS 1.0) have known vulnerabilities that make connections attackable.
tlsinfo performs a comprehensive SSL/TLS assessment: it checks certificate validity and expiry, enumerates the full cipher suite list, identifies deprecated protocol versions, and checks for known weaknesses like BEAST, POODLE, HEARTBLEED, and ROBOT. With the enumerate_ciphers option enabled, it tests each cipher individually — useful for compliance assessments requiring specific cipher lists.