| Home | Trees | Indices | Help |
|---|
|
|
Handling of Server Hello messages.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from 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 Return the TACK extension. |
|||
|
|||
Initialise ServerHello object.
|
|
|
|
|||
certificate_typecertificate type selected by server
|
next_protoslist of advertised protocols in NPN extension
|
next_protos_advertisedlist of protocols advertised in NPN extension
|
|
|||
tackExtReturn the TACK extension. |
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |