<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rsa-git.git, branch main</title>
<subtitle>github.com: sybrenstuvel/python-rsa.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/rsa-git.git/'/>
<entry>
<title>language correction and speed-up</title>
<updated>2023-04-25T14:03:00+00:00</updated>
<author>
<name>myheroyuki</name>
<email>myheroyuki@outlook.com</email>
</author>
<published>2022-10-27T13:50:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=771a0b06f910a1cf84951d596040d2e1e6d8a00d'/>
<id>771a0b06f910a1cf84951d596040d2e1e6d8a00d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace Travis-CI with Github Actions</title>
<updated>2023-04-23T18:49:02+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2023-04-23T18:49:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=c0d867079dff6a3e15d13967c05d0f4cf2de11c5'/>
<id>c0d867079dff6a3e15d13967c05d0f4cf2de11c5</id>
<content type='text'>
Travis-CI stopped working, switching over to Github Actions for automated
unit tests.

This removes the used of 'coveralls' in the CI pipeline (may come back
at some point), and adds testing on pypy 3.8 and 3.9.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Travis-CI stopped working, switching over to Github Actions for automated
unit tests.

This removes the used of 'coveralls' in the CI pipeline (may come back
at some point), and adds testing on pypy 3.8 and 3.9.
</pre>
</div>
</content>
</entry>
<entry>
<title>CHANGELOG: include upgrade of mypy</title>
<updated>2023-04-23T14:03:58+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2023-04-23T14:03:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=bc6445a48198b2daaa298ef1e707ca9dca49a022'/>
<id>bc6445a48198b2daaa298ef1e707ca9dca49a022</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.py: Clarify functionality of sign_hash()</title>
<updated>2023-04-23T13:40:09+00:00</updated>
<author>
<name>Moritz Fischer</name>
<email>moritzf@google.com</email>
</author>
<published>2022-11-23T17:20:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=069f6391bc0f32bfbc2a6c5bab1581dbf58beef2'/>
<id>069f6391bc0f32bfbc2a6c5bab1581dbf58beef2</id>
<content type='text'>
Clarify functionality that a hash is not computed, rather
a precomputed (given) hash is being signed.

Signed-off-by: Moritz Fischer &lt;moritzf@google.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clarify functionality that a hash is not computed, rather
a precomputed (given) hash is being signed.

Signed-off-by: Moritz Fischer &lt;moritzf@google.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>	modified:   Fixed a bug in rsa/core.py where the message should not be equals to the modulus</title>
<updated>2023-04-23T13:38:33+00:00</updated>
<author>
<name>Shengkai Sun</name>
<email>shengkai.sun01@gmail.com</email>
</author>
<published>2023-04-18T10:15:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=b94766f775aa3cdc541a66355cb00e439aab3e55'/>
<id>b94766f775aa3cdc541a66355cb00e439aab3e55</id>
<content type='text'>
	modified:   Added test cases in tests/test_integers.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	modified:   Added test cases in tests/test_integers.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump mypy to 1.2.0</title>
<updated>2023-04-23T13:27:25+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2023-04-23T13:27:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=5045b149ba255349730e1c7ad78c61700427c5da'/>
<id>5045b149ba255349730e1c7ad78c61700427c5da</id>
<content type='text'>
Mypy is an important checker, nice to keep up to date, and it's only
a development-time dependency anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mypy is an important checker, nice to keep up to date, and it's only
a development-time dependency anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add recent changes to CHANGELOG.md</title>
<updated>2023-04-23T13:23:16+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2023-04-23T13:23:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=29a7411f2487ac25f7e276d6b5b03cb7cb8d6488'/>
<id>29a7411f2487ac25f7e276d6b5b03cb7cb8d6488</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.10-dev0</title>
<updated>2023-04-23T13:22:58+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2023-04-23T13:22:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=bee15eb254c2abcebafaca9db0b4cd3967d8f0dc'/>
<id>bee15eb254c2abcebafaca9db0b4cd3967d8f0dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade pytest to resolve security issue</title>
<updated>2023-04-23T13:20:31+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2023-04-23T13:20:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=af1881ca9ecf2e5f7be2da65b1850b94fdfff76a'/>
<id>af1881ca9ecf2e5f7be2da65b1850b94fdfff76a</id>
<content type='text'>
See https://github.com/pytest-dev/py/issues/287#issuecomment-1290407715 for
more info.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://github.com/pytest-dev/py/issues/287#issuecomment-1290407715 for
more info.
</pre>
</div>
</content>
</entry>
<entry>
<title>Regenerate poetry.lock</title>
<updated>2023-04-23T13:15:44+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2023-04-23T13:15:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=13f2d7dd75954d1df32128282402bfb11b8bda30'/>
<id>13f2d7dd75954d1df32128282402bfb11b8bda30</id>
<content type='text'>
Just adds a few hashes, nothing more.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just adds a few hashes, nothing more.
</pre>
</div>
</content>
</entry>
</feed>
