Used in TLS_Ext_SignatureAlgorithms and TLSCertificateResquest.
| 103 | |
| 104 | |
| 105 | class 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 | |
| 112 | class SigAndHashAlgsField(FieldListField): |
no test coverage detected
searching dependent graphs…