Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog rsa version 3.4 #1003

Merged
merged 2 commits into from Oct 18, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion data/insecure.json
Expand Up @@ -613,7 +613,8 @@
"<1.4.20"
],
"rsa": [
"<3.3"
"<3.3",
"<3.4"
],
"rtv": [
"<1.12.1"
Expand Down
4 changes: 4 additions & 0 deletions data/insecure_full.json
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