Home | Trees | Indices | Help |
---|
|
server_hello message
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
TLSExtension |
|
||
|
|||
|
|||
Inherited from Inherited from |
|
|||
int |
certificate_type certificate type selected by server |
||
int |
cipher_suite server selected cipher_suite |
||
int |
compression_method server selected compression method |
||
list |
extensions list of TLS extensions present in server_hello message, see TLSExtension and child classes for exact examples |
||
list of bytearray |
next_protos list of advertised protocols in NPN extension |
||
list of bytearray |
next_protos_advertised list of protocols advertised in NPN extension |
||
bytearray |
random server random value |
||
tuple |
server_version protocol version encoded as two int tuple |
||
bytearray |
session_id session identifier for resumption |
|
|||
tackExt Returns the TACK extension |
|||
Inherited from |
|
Initialise ServerHello object
|
repr(x)
|
str(x)
|
Add extension to internal list of extensions
|
Return extension of a given type, None if extension of given type is not present
|
|
certificate_typecertificate type selected by server
|
next_protoslist of advertised protocols in NPN extension
|
next_protos_advertisedlist of protocols advertised in NPN extension
|
|
tackExtReturns the TACK extension
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Jul 23 18:24:39 2015 | http://epydoc.sourceforge.net |