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

Method __init__

cscan/extensions.py:20–24  ·  view source on GitHub ↗

Initialize secure renegotiation extension.

(self)

Source from the content-addressed store, hash-verified

18 """Secure Renegotiation extension RFC 5746."""
19
20 def __init__(self):
21 """Initialize secure renegotiation extension."""
22 super(RenegotiationExtension, self).__init__(
23 extType=ExtensionType.renegotiation_info)
24 self.renegotiated_connection = None
25
26 def create(self, data):
27 """Set the value of the Finished message."""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected