tls_handler module

exception tls_handler.ClientTLSAlert(level: str, description: str, message='')

Bases: TLSAlert

exception tls_handler.ServerTLSAlert(level: str, description: str, message='')

Bases: TLSAlert

exception tls_handler.TLSAlert(level: str, description: str, message='')

Bases: Exception

__init__(level: str, description: str, message='')

TLS Alert

Parameters:
  • alert (level the level of the) –

  • description – the description of the alerte

  • message (optional) – additional description