MCPcopy Create free account
hub / github.com/mozilla/cipherscan / HandshakeType

Class HandshakeType

cscan/constants.py:161–165  ·  view source on GitHub ↗

Type of messages in Handshake protocol.

Source from the content-addressed store, hash-verified

159
160
161class HandshakeType(tlslite.constants.HandshakeType):
162 """Type of messages in Handshake protocol."""
163
164 certificate_status = 22
165 session_ticket = 4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected