Ejemplo n.º 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
Ejemplo n.º 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
Ejemplo n.º 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]
Ejemplo n.º 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]