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

Class SigAndHashAlgsLenField

scapy/layers/tls/keyexchange.py:105–109  ·  view source on GitHub ↗

Used in TLS_Ext_SignatureAlgorithms and TLSCertificateResquest.

Source from the content-addressed store, hash-verified

103
104
105class SigAndHashAlgsLenField(FieldLenField):
106 """Used in TLS_Ext_SignatureAlgorithms and TLSCertificateResquest."""
107 phantom_value = 0
108 getfield = phantom_decorate(FieldLenField.getfield, True)
109 addfield = phantom_decorate(FieldLenField.addfield, False)
110
111
112class SigAndHashAlgsField(FieldListField):

Calls 1

phantom_decorateFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…