<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_pycommon.git/pkg, branch 0.4.1</title>
<subtitle>[leap_pycommon] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/'/>
<entry>
<title>[pkg] add pyzmq and txzmq dep versions</title>
<updated>2015-06-03T00:57:28+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2015-06-02T18:05:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=e1598b233e6d3e3385edc64d5d4204967c4434fb'/>
<id>e1598b233e6d3e3385edc64d5d4204967c4434fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] Use BrowserLikePolicyForHTTPS for checking</title>
<updated>2015-06-02T22:25:54+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-05-27T15:49:44+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=c071c69e1b5a0d897674a1f7adc6ff32f19400ff'/>
<id>c071c69e1b5a0d897674a1f7adc6ff32f19400ff</id>
<content type='text'>
While testing the way that its implemented now, I found out that no check
is being made on certificate attributes against the host.
I found this simple way of creating a BrowserLikePolicyForHTTPS using
a self signed cert and it worked on my test. I used test_https from
Soledad for checking this (which we are fixing on another branch).

Also, we don't want to depend on twisted for other things than
leap.common.http.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While testing the way that its implemented now, I found out that no check
is being made on certificate attributes against the host.
I found this simple way of creating a BrowserLikePolicyForHTTPS using
a self signed cert and it worked on my test. I used test_https from
Soledad for checking this (which we are fixing on another branch).

Also, we don't want to depend on twisted for other things than
leap.common.http.
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] refactor events to use ZMQ</title>
<updated>2015-05-27T17:37:27+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2015-02-04T17:04:10+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=514c1434a016b09d93e8dfc5578b14825d14005a'/>
<id>514c1434a016b09d93e8dfc5578b14825d14005a</id>
<content type='text'>
Before this commit, protobuf and protobuf.socketrpc were used to serialize and
transmit messages between events clients. This change implements a simpler ZMQ
client/server events mechanism that uses ZMQ sockets for transmitting messages
from clients to server and to redistribute such messages to subscribed
clients.

Closes: #6359
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before this commit, protobuf and protobuf.socketrpc were used to serialize and
transmit messages between events clients. This change implements a simpler ZMQ
client/server events mechanism that uses ZMQ sockets for transmitting messages
from clients to server and to redistribute such messages to subscribed
clients.

Closes: #6359
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] move http twisted code from soledad</title>
<updated>2015-05-27T08:44:47+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2015-05-26T20:06:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=71c750ef9c3e53ef416d1de6e85458f16ca48d74'/>
<id>71c750ef9c3e53ef416d1de6e85458f16ca48d74</id>
<content type='text'>
Implements an HTTP client the twisted way, with a focus on pinning the
SSL certs.

* Related: #6506
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements an HTTP client the twisted way, with a focus on pinning the
SSL certs.

* Related: #6506
</pre>
</div>
</content>
</entry>
<entry>
<title>Use dirspec instead of plain xdg. Closes #3574.</title>
<updated>2013-08-28T18:33:34+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2013-08-28T16:14:09+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=35e5e7623c260bd35cb924b65f21350145e12233'/>
<id>35e5e7623c260bd35cb924b65f21350145e12233</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update requirements</title>
<updated>2013-08-23T09:40:17+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-08-23T09:40:17+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=41bd5b9e9d5f2af79103b2efa6b61a73758dd7c3'/>
<id>41bd5b9e9d5f2af79103b2efa6b61a73758dd7c3</id>
<content type='text'>
* Use requirements.pip
* Update reqs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use requirements.pip
* Update reqs
</pre>
</div>
</content>
</entry>
<entry>
<title>use temporary openpgpwrapper as a context manager</title>
<updated>2013-05-20T16:57:26+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-05-13T14:06:35+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=7c6a87acaead5f54e1f2155ecf0a089eff97d654'/>
<id>7c6a87acaead5f54e1f2155ecf0a089eff97d654</id>
<content type='text'>
in this way we implicitely catch any exception during
the wrapped call, and ensure that the destructor is always
called.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in this way we implicitely catch any exception during
the wrapped call, and ensure that the destructor is always
called.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add crypto submodule that handles AES-256-CTR encryption.</title>
<updated>2013-05-16T21:51:40+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2013-05-16T15:10:23+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=5c971f5a57ebac56f27d0374fe24942124be4406'/>
<id>5c971f5a57ebac56f27d0374fe24942124be4406</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the proper URL for installing socketrpc</title>
<updated>2013-05-07T14:09:53+00:00</updated>
<author>
<name>Tomas Touceda</name>
<email>chiiph@leap.se</email>
</author>
<published>2013-05-07T14:09:53+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=be685b2eb0f6ccca4a6f44c89fbdd35c57ea0d2c'/>
<id>be685b2eb0f6ccca4a6f44c89fbdd35c57ea0d2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Various fixes</title>
<updated>2013-05-03T00:18:20+00:00</updated>
<author>
<name>Tomas Touceda</name>
<email>chiiph@leap.se</email>
</author>
<published>2013-05-02T18:02:33+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=170cd90f593a106ea7730babde310724410a585e'/>
<id>170cd90f593a106ea7730babde310724410a585e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
