Age | Commit message (Collapse) | Author |
|
|
|
|
|
(#6400).
|
|
|
|
since ssl.SSLContext does not exist prior to python 2.7.9
|
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sync_target connection for it to be able to sync again
|
|
|
|
|
|
develop
|
|
|
|
'refs/remotes/drebs/bug/5975_fix-transaction-log-order' into develop
|
|
(#5975).
|
|
|
|
develop
|
|
|
|
|
|
'drebs-github/bug/2945_do-not-depend-on-pysqlite2' into develop
|
|
|
|
'drebs-github/bug/5896_include-ddocs-source-in-sdist' into develop
|
|
|
|
'drebs-github/feature/5895_store-all-incoming-documents-in-sync-db' into develop
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|