ssllabs.protocol

class ssllabs.protocol.Protocol(data)[source]

Bases: ssllabs.object.Object

A supported protocol, accessed through ssllabs.endpointdetails.EndpointDetails.protocols()

id

protocol version number, e.g. 0x0303 for TLS 1.2

name

protocol name, i.e. SSL or TLS.

q

0 if the protocol is insecure, null otherwise

v2SuitesDisabled

some servers have SSLv2 protocol enabled, but with all SSLv2 cipher suites disabled. In that case, this field is set to true.

version

protocol version, e.g. 1.2 (for TLS)