Package tlslite :: Module handshakehelpers :: Class HandshakeHelpers
[hide private]
[frames] | no frames]

Class HandshakeHelpers

source code


This class encapsulates helper functions to be used with a TLS handshake.

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]
 
alignClientHelloPadding(clientHello)
Align ClientHello using the Padding extension to 512 bytes at least.
source code
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

alignClientHelloPadding(clientHello)
Static Method

source code 

Align ClientHello using the Padding extension to 512 bytes at least.

Parameters:
  • clientHello (ClientHello) - ClientHello to be aligned