Skip to content

Commit

Permalink
Changelog rsa version 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-vuln-bot committed Oct 18, 2016
1 parent 6ce0380 commit 8af285a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/insecure_full.json
Original file line number Diff line number Diff line change
Expand Up @@ -4105,6 +4105,10 @@
"https://blog.filippo.io/bleichenbacher-06-signature-forgery-in-python-rsa/"
],
"v": "<3.3"
},
{
"changelog": "----------------------------------------\n\n- Moved development to Github: https://github.com/sybrenstuvel/python-rsa\n- Solved side-channel vulnerability by implementing blinding, fixes 19\n- Deprecated the VARBLOCK format and rsa.bigfile module due to security issues, see\n https://github.com/sybrenstuvel/python-rsa/issues/13\n- Integration with Travis-CI [1], Coveralls [2] and Code Climate [3]\n- Deprecated the old rsa._version133 and rsa._version200 submodules, they will be\n completely removed in version 4.0.\n- Add an 'exponent' argument to key.newkeys()\n- Switched from Solovay-Strassen to Miller-Rabin primality testing, to\n comply with NIST FIPS 186-4 [4] as probabilistic primality test\n (Appendix C, subsection C.3):\n- Fixed bugs 12, 14, 27, 30, 49\n\n[1] https://travis-ci.org/sybrenstuvel/python-rsa\n[2] https://coveralls.io/github/sybrenstuvel/python-rsa\n[3] https://codeclimate.com/github/sybrenstuvel/python-rsa\n[4] http://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf\n\n\n",
"v": "<3.4"
}
],
"rtv": [
Expand Down

0 comments on commit 8af285a

Please sign in to comment.