Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Version 3.4 - released 2016-03-17
[1] https://travis-ci.org/sybrenstuvel/python-rsa
[2] https://coveralls.io/github/sybrenstuvel/python-rsa
[3] https://codeclimate.com/github/sybrenstuvel/python-rsa
[4] http://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pd
[4] http://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf


Version 3.3 - released 2016-01-13
Expand Down Expand Up @@ -135,7 +135,7 @@ Version 3.0 - released 2011-08-05
the size of both ``p`` and ``q``. This is the common interpretation of
RSA keysize. To get the old behaviour, double the keysize when generating a
new key.

- Added a lot of doctests

- Added random-padded encryption and decryption using PKCS#1 version 1.5
Expand All @@ -153,4 +153,3 @@ Version 2.0
----------------------------------------

- Security improvements by Barry Mead.