From d896caaca43167dd12b7c167eced7172b77042cc Mon Sep 17 00:00:00 2001 From: adamantike Date: Sun, 17 Apr 2016 00:54:42 -0300 Subject: [PATCH] Trivial link fix in changelog --- CHANGELOG.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6488615..6258fb8 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 @@ -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 @@ -153,4 +153,3 @@ Version 2.0 ---------------------------------------- - Security improvements by Barry Mead. -