ssllabs.key

class ssllabs.key.Key(data)[source]

Bases: ssllabs.object.Object

Endpoint Key, accessed from ssllabs.endpointdetails.EndpointDetails.key()

alg

key algorithm; possible values: RSA, DSA, and EC.

debianFlaw

true if we suspect that the key was generated using a weak random number generator (detected via a blacklist database)

q

0 if key is insecure, null otherwise

size

key size, e.g., 1024 or 2048 for RSA and DSA, or 256 bits for EC

strength

key size expressed in RSA bits.