Package dpkt :: Module ssl
[show private | hide private]
[frames | no frames]

Module dpkt.ssl

Secure Sockets Layer / Transport Layer Security.

Classes
SSL2  
SSL3  
SSLFactory  

Variable Summary
int SSL3_MT_CERTIFICATE = 11                                                                    
int SSL3_MT_CERTIFICATE_REQUEST = 13                                                                    
int SSL3_MT_CERTIFICATE_VERIFY = 15                                                                    
int SSL3_MT_CLIENT_HELLO = 1                                                                     
int SSL3_MT_CLIENT_KEY_EXCHANGE = 16                                                                    
int SSL3_MT_FINISHED = 20                                                                    
int SSL3_MT_HELLO_REQUEST = 0                                                                     
int SSL3_MT_SERVER_DONE = 14                                                                    
int SSL3_MT_SERVER_HELLO = 2                                                                     
int SSL3_MT_SERVER_KEY_EXCHANGE = 12                                                                    
int SSL3_RT_ALERT = 21                                                                    
int SSL3_RT_APPLICATION_DATA = 23                                                                    
int SSL3_RT_CHANGE_CIPHER_SPEC = 20                                                                    
int SSL3_RT_HANDSHAKE = 22                                                                    
int SSL3_VERSION = 768                                                                   
int TLS1_VERSION = 769                                                                   

Variable Details

SSL3_MT_CERTIFICATE

Type:
int
Value:
11                                                                    

SSL3_MT_CERTIFICATE_REQUEST

Type:
int
Value:
13                                                                    

SSL3_MT_CERTIFICATE_VERIFY

Type:
int
Value:
15                                                                    

SSL3_MT_CLIENT_HELLO

Type:
int
Value:
1                                                                     

SSL3_MT_CLIENT_KEY_EXCHANGE

Type:
int
Value:
16                                                                    

SSL3_MT_FINISHED

Type:
int
Value:
20                                                                    

SSL3_MT_HELLO_REQUEST

Type:
int
Value:
0                                                                     

SSL3_MT_SERVER_DONE

Type:
int
Value:
14                                                                    

SSL3_MT_SERVER_HELLO

Type:
int
Value:
2                                                                     

SSL3_MT_SERVER_KEY_EXCHANGE

Type:
int
Value:
12                                                                    

SSL3_RT_ALERT

Type:
int
Value:
21                                                                    

SSL3_RT_APPLICATION_DATA

Type:
int
Value:
23                                                                    

SSL3_RT_CHANGE_CIPHER_SPEC

Type:
int
Value:
20                                                                    

SSL3_RT_HANDSHAKE

Type:
int
Value:
22                                                                    

SSL3_VERSION

Type:
int
Value:
768                                                                   

TLS1_VERSION

Type:
int
Value:
769                                                                   

Generated by Epydoc 2.1 on Sun Oct 1 11:24:15 2006 http://epydoc.sf.net