MCPcopy Index your code
hub / github.com/mozilla/cipherscan / set_hello_version

Function set_hello_version

cscan/modifiers.py:25–29  ·  view source on GitHub ↗

Set client hello version.

(generator, version)

Source from the content-addressed store, hash-verified

23
24
25def set_hello_version(generator, version):
26 """Set client hello version."""
27 generator.version = version
28 generator.modifications += [version_to_str(version)]
29 return generator

Callers 1

load_configsFunction · 0.90

Calls 1

version_to_strFunction · 0.85

Tested by

no test coverage detected