MCPcopy Create free account
hub / github.com/secdev/scapy / post_build

Method post_build

scapy/layers/tls/handshake.py:635–638  ·  view source on GitHub ↗
(self, p, pay)

Source from the content-addressed store, hash-verified

633 return TLS13ServerHello
634
635 def post_build(self, p, pay):
636 if self.random_bytes is None:
637 p = p[:6] + randstring(32) + p[6 + 32:]
638 return super(TLS13ServerHello, self).post_build(p, pay)
639
640 def tls_session_update(self, msg_str):
641 """

Callers

nothing calls this directly

Calls 2

randstringFunction · 0.90
post_buildMethod · 0.45

Tested by

no test coverage detected