aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorMichael Manganiello <adamantike@users.noreply.github.com>2016-04-23 05:44:26 -0300
committerSybren A. Stüvel <sybren@stuvel.eu>2016-04-23 10:44:26 +0200
commit97b809a3025066bcaf9437eb99eb1c5f12214fcf (patch)
treeee9feb99ce62c33d3c00aa1689047f38deec6d33 /CHANGELOG.txt
parent98d9eb170dd0c5400000210ec7c0d2020dcd676e (diff)
downloadrsa-97b809a3025066bcaf9437eb99eb1c5f12214fcf.tar.gz
Trivial link fix in changelog (#66)
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index f3e0955..9c165fa 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -48,7 +48,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
@@ -136,7 +136,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
@@ -154,4 +154,3 @@ Version 2.0
----------------------------------------
- Security improvements by Barry Mead.
-