Beispiel #1
0
 def __init__(self, *a, **kw):
     CryptoHandshaker.__init__(self, *a, **kw)
     self.compat_version = (255, 254, 253, 252)
     x = chandshake._make_offset_extractor(22, 6, 728, 20)
     self._digest_offset_extractor = x
Beispiel #2
0
 def __init__(self, *a, **kw):
     CryptoHandshaker.__init__(self, *a, **kw)
     self.compat_version = (255, 254, 253, 252)
     x = chandshake._make_offset_extractor(22, 6, 728, 20)
     self._digest_offset_extractor = x
Beispiel #3
0
 def __init__(self, *a, **kw):
     CryptoHandshaker.__init__(self, *a, **kw)
     self.compat_version = (255, 0, 3, 2)
     self._digest_offset_extractor = chandshake.schemes[0][0]
Beispiel #4
0
 def __init__(self, *a, **kw):
     CryptoHandshaker.__init__(self, *a, **kw)
     self.compat_version = (255, 0, 3, 2)
     self._digest_offset_extractor = chandshake.schemes[0][0]