Zhenchao Li
|
08c854aefa
|
put local certificates in ~/.config/gajim/ , accept session once key exchange completes
|
2010-08-11 00:50:14 +08:00 |
Zhenchao Li
|
42f6580d1d
|
move cert directory to ~/.local/share/gajim/certs
|
2010-08-10 21:10:45 +08:00 |
Zhenchao Li
|
91a68d30be
|
add code to send/request certificates
|
2010-08-10 20:34:46 +08:00 |
Zhenchao Li
|
048d875b3b
|
fix bug, os.path.exist -> os.path.exists. Define certificate path
|
2010-08-08 22:04:50 +08:00 |
Zhenchao Li
|
e810727002
|
create certs path if it does not exist
|
2010-08-08 21:55:32 +08:00 |
Zhenchao Li
|
02c1eaf930
|
load multiple certificate files
|
2010-08-08 21:25:29 +08:00 |
Zhenchao Li
|
a3e5e42375
|
add code to generate self signed certificates
|
2010-08-06 21:57:13 +08:00 |
Zhenchao Li
|
ae97a3ed83
|
wrap IO operations on SSL.Connection objects in try, catch SSL exceptions caused by SSL rehandshake request and simply ignore, retrying the IO should succeed.
|
2010-07-29 21:40:40 +08:00 |
Zhenchao Li
|
2b603fd7e1
|
add some code to allow testing using some pre-existing certificates.
TODO: manually handle handshake states to allow non-blocking I/O
|
2010-07-27 21:29:12 +08:00 |
Zhenchao Li
|
e9af72e944
|
add jingle_xtls.py, get_context helper function
|
2010-07-27 13:02:44 +08:00 |