diff options
author | Kali Kaneko <kali@leap.se> | 2014-12-03 00:22:18 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-12-03 00:22:18 +0100 |
commit | 31eeafd715f407c61d8de4e6555241a1de33fba1 (patch) | |
tree | 2939133381319730b026b835e1b5d3bb785d760b /server/setup.py | |
parent | 2414b23ecdb8cfc8b8a5852243c22b6fbb89536f (diff) |
Use SSL negotiation.
Although the API can be misleading, PROTOCOL_SSLv23 selects the highest
protocol version that both the client and server support. Despite the
name, this option can select “TLS” protocols as well as “SSL”.
In this way, we can use TLSv1.2 (PROTOCOL_TLSv1 will *only* give us TLS
v1.0)
In the client side, we try to disable SSLv2 and SSLv3 options
explicitely.
The python version in wheezy does not offer PROTOCOL_TLSv1_2 nor
OP_NO_SSLv2 or OP_NO_SSLv3 (It's new in 2.7.9)
Diffstat (limited to 'server/setup.py')
0 files changed, 0 insertions, 0 deletions