opaque SessionID<0..32>; section 7.4.1.2 of RFC 4346
| 169 | |
| 170 | |
| 171 | class _SessionIDField(StrLenField): |
| 172 | """ |
| 173 | opaque SessionID<0..32>; section 7.4.1.2 of RFC 4346 |
| 174 | """ |
| 175 | pass |
| 176 | |
| 177 | |
| 178 | class _CipherSuitesField(StrLenField): |
no outgoing calls
no test coverage detected
searching dependent graphs…