Analyze TLS extensions supported by a server
TLS extensions are parameters sent during the TLS handshake that enable additional features and capabilities. They include supported elliptic curves, ALPN (Application-Layer Protocol Negotiation), key share data for TLS 1.3, Server Name Indication (SNI), session tickets, and many others. Analyzing these extensions helps understand server capabilities, troubleshoot compatibility issues, and ensure optimal TLS configuration.
Extensions: TLS extension identification and analysis
Types: SNI, ALPN, OCSP stapling, session tickets, supported groups
Support: Extension support detection and negotiation
Output: TLS extension list with support and security assessment