<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/client/src/leap, branch release/0.6.x</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>Fix deferred enc/dec params and fallback (#6500).</title>
<updated>2014-12-15T17:55:25+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2014-12-15T17:55:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=a7abb6eb3fe9a0a904bcabd0bf344637e9fd4e62'/>
<id>a7abb6eb3fe9a0a904bcabd0bf344637e9fd4e62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix incorrect ssl context setup</title>
<updated>2014-12-11T18:49:35+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2014-12-09T22:07:17+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=dafcfac4663d00ee2049b0a245c2ecb84ef2bad5'/>
<id>dafcfac4663d00ee2049b0a245c2ecb84ef2bad5</id>
<content type='text'>
The changes introduced in aafa79c0f5 having to do with the cert
verification are incorrect, regarding the use of the newest ssl context
api introduced in python 2.7.9. There the use of the server setup was
taken, instead of the correct client options.

I hereby apologize for the insuficient testing on that fix. It happens
that I wrongly tested in an evironment that did the fallback to
pre-2.7.9 interpreter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The changes introduced in aafa79c0f5 having to do with the cert
verification are incorrect, regarding the use of the newest ssl context
api introduced in python 2.7.9. There the use of the server setup was
taken, instead of the correct client options.

I hereby apologize for the insuficient testing on that fix. It happens
that I wrongly tested in an evironment that did the fallback to
pre-2.7.9 interpreter.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix ssl negotiation</title>
<updated>2014-12-05T16:40:36+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2014-12-04T17:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=527c28c73d22b5f852273e2c5d1713e82a2c49fd'/>
<id>527c28c73d22b5f852273e2c5d1713e82a2c49fd</id>
<content type='text'>
since ssl.SSLContext does not exist prior to python 2.7.9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
since ssl.SSLContext does not exist prior to python 2.7.9
</pre>
</div>
</content>
</entry>
<entry>
<title>Use SSL negotiation.</title>
<updated>2014-12-05T16:40:27+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2014-12-02T23:22:18+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=6fc80e14d568d83df7899e516d1422b2e011d2cb'/>
<id>6fc80e14d568d83df7899e516d1422b2e011d2cb</id>
<content type='text'>
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)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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)
</pre>
</div>
</content>
</entry>
<entry>
<title>force tls v1 in soledad client. Partially fixes #6437</title>
<updated>2014-12-05T16:38:58+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2014-11-26T20:06:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=e073ff3c736f70fbf0ae9767db9b223becee0b4e'/>
<id>e073ff3c736f70fbf0ae9767db9b223becee0b4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix recovery from failed sync.</title>
<updated>2014-07-10T17:14:51+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2014-07-10T14:59:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=d870e1353270c2c468f78f97e4b33f8008905608'/>
<id>d870e1353270c2c468f78f97e4b33f8008905608</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Close all connections after syncing (#5518).</title>
<updated>2014-07-09T15:24:08+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2014-07-09T15:22:23+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=d0b57fe6babdadc39342afe080dd29a3c95f786e'/>
<id>d0b57fe6babdadc39342afe080dd29a3c95f786e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop syncers when closing soledad.</title>
<updated>2014-07-08T17:16:30+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2014-07-08T17:16:30+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=c31442faf5d9518b49b917348594252248b64ea1'/>
<id>c31442faf5d9518b49b917348594252248b64ea1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix common exception handling gotchas.</title>
<updated>2014-07-08T15:59:24+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2014-07-08T15:59:24+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=d7872cfde8044f064eb76a0ce647c5ba69099fe5'/>
<id>d7872cfde8044f064eb76a0ce647c5ba69099fe5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add doc for syncers dictionary.</title>
<updated>2014-07-08T15:57:08+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2014-07-08T15:57:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=cb971e9f6a722a20c4fec278dc56ce8ec30740ab'/>
<id>cb971e9f6a722a20c4fec278dc56ce8ec30740ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
