diff options
author | Sybren A. Stüvel <sybren@stuvel.eu> | 2016-03-17 12:34:20 +0100 |
---|---|---|
committer | Sybren A. Stüvel <sybren@stuvel.eu> | 2016-03-17 12:34:20 +0100 |
commit | a040105834e6dd6e752346838e4824e5aeef167e (patch) | |
tree | 2ee9cf69aa552390987228e8e39a8a767319937a | |
parent | 8f0ac5e425d60e72788b8abd551ae5108682b6b3 (diff) | |
download | rsa-git-a040105834e6dd6e752346838e4824e5aeef167e.tar.gz |
Updated changelog
-rw-r--r-- | CHANGELOG.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 54eb9f3..c305b36 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -14,10 +14,14 @@ Version 3.4 - in development completely removed in version 4.0. - Add an 'exponent' argument to key.newkeys() - Fixed bugs #12, #14, #27, #30 +- Switched from Solovay-Strassen to Miller-Rabin primality testing, to + comply with NIST FIPS 186-4 [4] as probabilistic primality test + (Appendix C, subsection C.3): [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 Version 3.3 - released 2016-01-13 |