<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rsa-git.git/doc, branch version-3.2.3</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>Made example code more consistent and up to date with Python 3.4</title>
<updated>2015-08-31T19:49:42+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2015-08-31T19:49:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=e7c6e74928a7d32a22f6d5f014ac8131c682cd5a'/>
<id>e7c6e74928a7d32a22f6d5f014ac8131c682cd5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a bit about PKCS#8</title>
<updated>2014-02-22T10:21:45+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2014-02-22T10:21:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=7cf95f471d1970ccfceac40c10ecc49fb10503e3'/>
<id>7cf95f471d1970ccfceac40c10ecc49fb10503e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rsa.pkcs1.verify() should return True when successful</title>
<updated>2012-10-18T01:09:43+00:00</updated>
<author>
<name>Tim Heckman</name>
<email>tim+code@timheckman.net</email>
</author>
<published>2012-10-18T01:09:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=7446f0a8d0eadac1581d86891fac8b5c554cc13b'/>
<id>7446f0a8d0eadac1581d86891fac8b5c554cc13b</id>
<content type='text'>
- when verification passes verify() will return True, instead of
  None. If verification fails the function will still raise a
  rsa.pkcs1.VerificationError for legacy purposes.
- update the docs to note that the verify() function returns True
  when successful
- write unit tests to verify this new behavior

This commit passes all build tests:

    Ran 44 tests in 1.217s

    OK
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- when verification passes verify() will return True, instead of
  None. If verification fails the function will still raise a
  rsa.pkcs1.VerificationError for legacy purposes.
- update the docs to note that the verify() function returns True
  when successful
- write unit tests to verify this new behavior

This commit passes all build tests:

    Ran 44 tests in 1.217s

    OK
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated installation instructions</title>
<updated>2012-06-18T14:34:20+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2012-06-18T14:34:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=80e44a732c0d59ae2cd534043ca0517736f79432'/>
<id>80e44a732c0d59ae2cd534043ca0517736f79432</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweaked unittests for Python 3.x</title>
<updated>2012-06-18T14:03:32+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2012-06-18T14:03:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=c167ba3b35e7e067cfce83e4e31cde27de425991'/>
<id>c167ba3b35e7e067cfce83e4e31cde27de425991</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added Tox to dev requirements</title>
<updated>2012-06-17T10:06:18+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2012-06-17T10:06:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=9d1681bda458567d6b57fa0d34a81365ce14ed21'/>
<id>9d1681bda458567d6b57fa0d34a81365ce14ed21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added parallel.py module and ability to use multiprocessing when generating keys</title>
<updated>2011-08-10T10:52:59+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2011-08-10T10:52:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=360d04285b64c981d8909c2f6393c60439370b3a'/>
<id>360d04285b64c981d8909c2f6393c60439370b3a</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 3.1-beta0</title>
<updated>2011-08-10T10:50:31+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2011-08-10T10:50:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=70e15558c2d1d6fd6a9e70716fb9810b13111cea'/>
<id>70e15558c2d1d6fd6a9e70716fb9810b13111cea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More doc tweaks</title>
<updated>2011-08-03T12:46:49+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2011-08-03T12:46:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=062b132fdac77e6bd65082f53173bce113d7118a'/>
<id>062b132fdac77e6bd65082f53173bce113d7118a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More documentation about key size and OpenSSL compatibility</title>
<updated>2011-08-03T11:56:32+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2011-08-03T11:56:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=58fe9468aaeb0910e08502d6d82184e2ef8b1901'/>
<id>58fe9468aaeb0910e08502d6d82184e2ef8b1901</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
