<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rsa-git.git, branch version-4.7.2</title>
<subtitle>github.com: sybrenstuvel/python-rsa.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/'/>
<entry>
<title>Bumped version to 4.7.2</title>
<updated>2021-02-24T10:42:05+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2021-02-24T10:42:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=87664078fbbd8bd1f84a9dff05bb1d673b696eaa'/>
<id>87664078fbbd8bd1f84a9dff05bb1d673b696eaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add pickling fix to CHANGELOG</title>
<updated>2021-02-24T10:36:52+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2021-02-24T10:32:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=130eb4ed937b2b059efd3ee798fd63d091ef23b7'/>
<id>130eb4ed937b2b059efd3ee798fd63d091ef23b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #173: unpickling doesn't restore full object</title>
<updated>2021-02-24T10:32:07+00:00</updated>
<author>
<name>Bu Sun Kim</name>
<email>busunkim@google.com</email>
</author>
<published>2021-02-19T01:05:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=eb6ddb6e3ec5cf3a512f1854adb6ed1ad318ea4e'/>
<id>eb6ddb6e3ec5cf3a512f1854adb6ed1ad318ea4e</id>
<content type='text'>
When a `PrivateKey` or `PublicKey` is unpickled `AbstractKey.__init__()`
should be called so `self.mutex` and `self.blindfac` are created.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a `PrivateKey` or `PublicKey` is unpickled `AbstractKey.__init__()`
should be called so `self.mutex` and `self.blindfac` are created.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark version 4.7.1 as released</title>
<updated>2021-02-15T20:45:03+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2021-02-15T20:44:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=758562f004ead1c999b297334d552b57404c21d2'/>
<id>758562f004ead1c999b297334d552b57404c21d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped version to 4.7.1</title>
<updated>2021-02-15T20:42:07+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2021-02-15T20:42:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=63488bef2e5349f37d8f5d047810afb36907033c'/>
<id>63488bef2e5349f37d8f5d047810afb36907033c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix threading issue introduced in 4.7</title>
<updated>2021-02-15T20:32:23+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2021-02-14T11:20:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=88418f04d7fd543f55604b862d0a77e5bd84bae6'/>
<id>88418f04d7fd543f55604b862d0a77e5bd84bae6</id>
<content type='text'>
Computing the blinding factor and its inverse was done in a thread-unsafe
manner. Locking the computation &amp; update of the blinding factors, and
passing these around in frame- and stack-bound data, solves this.

This fixes part of the issues reported in sybrenstuvel/python-rsa#173,
but there is more going on in that particular report.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Computing the blinding factor and its inverse was done in a thread-unsafe
manner. Locking the computation &amp; update of the blinding factors, and
passing these around in frame- and stack-bound data, solves this.

This fixes part of the issues reported in sybrenstuvel/python-rsa#173,
but there is more going on in that particular report.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix link formatting in CHANGELOG</title>
<updated>2021-02-14T11:24:09+00:00</updated>
<author>
<name>Max Smolens</name>
<email>msmolens@gmail.com</email>
</author>
<published>2021-01-12T15:10:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=3af4e6512690aab6e5bb30c47cf125bb8eb41d89'/>
<id>3af4e6512690aab6e5bb30c47cf125bb8eb41d89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped version to 4.7.1-dev0</title>
<updated>2021-02-14T10:51:34+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2021-02-14T10:51:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=7508737d858d1ee825de049bc2f36456824d2bf0'/>
<id>7508737d858d1ee825de049bc2f36456824d2bf0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped version to 4.7</title>
<updated>2021-01-10T10:35:51+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2021-01-10T10:35:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=fa3282a47457254385f2313c2eceaad4b06186a4'/>
<id>fa3282a47457254385f2313c2eceaad4b06186a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Marked version 4.7 as released</title>
<updated>2021-01-10T10:35:18+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2021-01-10T10:35:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=a364e82caa4cb1fc51400a8c628fb48867fb4362'/>
<id>a364e82caa4cb1fc51400a8c628fb48867fb4362</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
