Skip to content
This repository was archived by the owner on Sep 10, 2022. It is now read-only.

Conversation

@pyup-bot
Copy link
Collaborator

This PR updates rsa from 4.6 to 4.8.

Changelog

4.8

- Switch to [Poetry](https://python-poetry.org/) for dependency and release management.
- Chain exceptions using `raise new_exception from old_exception`
([157](https://github.com/sybrenstuvel/python-rsa/pull/157))
- Added marker file for PEP 561. This will allow type checking tools in dependent projects
to use type annotations from Python-RSA
([136](https://github.com/sybrenstuvel/python-rsa/pull/136)).

4.7.2

- Fix picking/unpickling issue introduced in 4.7
([173](https://github.com/sybrenstuvel/python-rsa/issues/173))

4.7.1

- Fix threading issue introduced in 4.7
([173](https://github.com/sybrenstuvel/python-rsa/issues/173))

4.7

- Fix [165](https://github.com/sybrenstuvel/python-rsa/issues/165):
CVE-2020-25658 - Bleichenbacher-style timing oracle in PKCS1 v1.5 decryption
code
- Add padding length check as described by PKCS1 v1.5 (Fixes
[164](https://github.com/sybrenstuvel/python-rsa/issues/164))
- Reuse of blinding factors to speed up blinding operations.
Fixes [162](https://github.com/sybrenstuvel/python-rsa/issues/162).
- Declare & test support for Python 3.9
Links

@pyup-bot
Copy link
Collaborator Author

Closing this in favor of #231

@pyup-bot pyup-bot closed this Jul 20, 2022
@agraubert agraubert deleted the pyup-update-rsa-4.6-to-4.8 branch July 20, 2022 11:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants