Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed doctest for blinding, as it is not suitable as an example for end users. | Sybren A. Stüvel | 2016-01-22 | 1 | -8/+0 | |
| | ||||||
* | Another pass at blinding. | Sybren A. Stüvel | 2016-01-22 | 2 | -19/+20 | |
| | ||||||
* | Use random number when blinding, and also blind when verifying signatures. | Sybren A. Stüvel | 2016-01-22 | 2 | -45/+75 | |
| | ||||||
* | Fixed some docstrings to use Sphinx-compatible notation | Sybren A. Stüvel | 2016-01-22 | 3 | -25/+26 | |
| | ||||||
* | Fix #13: Deprecated the VARBLOCK format and rsa.bigfile module | Sybren A. Stüvel | 2016-01-22 | 5 | -1/+104 | |
| | | | | | This deprecation is due to security issues; see https://github.com/sybrenstuvel/python-rsa/issues/13 for more information. | |||||
* | Fix #19: Implemented blinding when decrypting. | Sybren A. Stüvel | 2016-01-22 | 4 | -2/+75 | |
| | | | | | This prevents side-channel (such as timing) attacks, see: https://en.wikipedia.org/wiki/Blinding_%28cryptography%29 | |||||
* | Removed obsolete remark from docstring, fixes #14 | Sybren A. Stüvel | 2016-01-22 | 2 | -4/+1 | |
| | ||||||
* | Updated doctests to Python 3.5 and automatically running with Tox. | Sybren A. Stüvel | 2016-01-22 | 7 | -114/+60 | |
| | | | | | I've also removed doctests from the obsolete rsa/_versionXXX.py files, as those files aren't even compatible with Python 3.x anyway. | |||||
* | Fix #30, removed use of deprecated `base64.decodestring` from docstrings | Sybren A. Stüvel | 2016-01-22 | 1 | -2/+2 | |
| | ||||||
* | Using r""" for some docstrings | Sybren A. Stüvel | 2016-01-22 | 3 | -6/+6 | |
| | ||||||
* | Big refactor to become more PEP8 compliant. | Sybren A. Stüvel | 2016-01-22 | 27 | -490/+486 | |
| | | | | | Mostly focused on docstrings (''' → """), indentation, empty lines, and superfluous parenthesis. | |||||
* | Not importing the RSA module in setup.py any more | Sybren A. Stüvel | 2016-01-22 | 1 | -3/+1 | |
| | ||||||
* | Updated changelog | Sybren A. Stüvel | 2016-01-22 | 1 | -0/+7 | |
| | ||||||
* | Fix #27: Close Pipes at parallel version of genprime. | Sybren A. Stüvel | 2016-01-22 | 2 | -5/+29 | |
| | | | | Now closing pipes after reading result, and added a unittest. | |||||
* | Converted README to MarkDown, and switched to HTTPS & Github | Sybren A. Stüvel | 2016-01-22 | 2 | -31/+24 | |
| | ||||||
* | Switched to HTTPS URL | Sybren A. Stüvel | 2016-01-22 | 1 | -1/+1 | |
| | ||||||
* | Removed .hg{ignore,sigs} and updated .gitignore. | Sybren A. Stüvel | 2016-01-22 | 3 | -32/+12 | |
| | ||||||
* | Primes regeneration in RSA keys generation | Michael Manganiello | 2016-01-21 | 1 | -3/+11 | |
| | ||||||
* | Corrected accurate mode of 'newkeys' function | Michael Manganiello | 2016-01-21 | 1 | -2/+4 | |
| | ||||||
* | Simplified calculation of GCD | Michael Manganiello | 2016-01-21 | 1 | -3/+3 | |
| | ||||||
* | Updated key loading example and included it as unit test, fixes bug #31 | Sybren A. Stüvel | 2016-01-21 | 3 | -2/+19 | |
| | ||||||
* | No longer using obsolete base64 interface, fixes bug #30 | Sybren A. Stüvel | 2016-01-21 | 2 | -4/+4 | |
| | ||||||
* | Removed dependency on unittest2, also merged requirements.txt for py 2.x and 3.x | Sybren A. Stüvel | 2016-01-21 | 13 | -89/+23 | |
| | ||||||
* | Bumped version to 3.3version-3.3 | Sybren A. Stüvel | 2016-01-21 | 1 | -2/+2 | |
| | ||||||
* | Updated changelog | Sybren A. Stüvel | 2016-01-21 | 1 | -1/+54 | |
| | ||||||
* | Fix FTBFS import error | Fabio Alessandro Locati | 2016-01-21 | 1 | -1/+5 | |
| | ||||||
* | Simplified Tox configuration and dropped Python 3.2 support. | Sybren A. Stüvel | 2016-01-13 | 1 | -36/+5 | |
| | | | | The coverage package uses a u'' prefix, which was reintroduced in 3.3. | |||||
* | Ignore .cache directory | Sybren A. Stüvel | 2016-01-13 | 1 | -0/+1 | |
| | ||||||
* | Removed IDE-specific files | Sybren A. Stüvel | 2016-01-13 | 2 | -30/+0 | |
| | ||||||
* | Fix BB'06 attack in verify() by switching from parsing to comparison | Filippo Valsorda | 2015-12-16 | 1 | -38/+20 | |
| | ||||||
* | Added tag version-3.2.3 for changeset fad443c7ea1a | Sybren A. Stüvel | 2015-11-05 | 0 | -0/+0 | |
| | ||||||
* | Bumped version to 3.2.3version-3.2.3 | Sybren A. Stüvel | 2015-11-05 | 1 | -1/+1 | |
| | ||||||
* | Added character encoding markers for Python 2.x | Sybren A. Stüvel | 2015-11-05 | 10 | -0/+10 | |
| | ||||||
* | added an encoding set. Lack thereof was causing setup.py to fail sometimes. ↵ | Brian Sizemore | 2015-11-05 | 1 | -1/+1 | |
| | | | | https://www.python.org/dev/peps/pep-0263/ | |||||
* | Added tag version-3.2.2 for changeset a6e5f7996e12 | Sybren A. Stüvel | 2015-11-05 | 0 | -0/+0 | |
| | ||||||
* | Bumped version to 3.2.2 due to an issue with pypiversion-3.2.2 | Sybren A. Stüvel | 2015-11-05 | 1 | -1/+1 | |
| | ||||||
* | Added tag version-3.2.1 for changeset 9a23fcb46034 | Sybren A. Stüvel | 2015-11-05 | 0 | -0/+0 | |
| | ||||||
* | Bumped version to 3.2.1version-3.2.1 | Sybren A. Stüvel | 2015-11-05 | 1 | -2/+2 | |
| | ||||||
* | Added per-file licenses | Roy Kokkelkoren | 2015-10-25 | 20 | -2/+289 | |
| | ||||||
* | Added support for wheels | Sybren A. Stüvel | 2015-08-31 | 2 | -0/+3 | |
| | ||||||
* | Made example code more consistent and up to date with Python 3.4 | Sybren A. Stüvel | 2015-08-31 | 1 | -6/+13 | |
| | ||||||
* | Added tag version-3.2 for changeset 3e69a788741b | Sybren A. Stüvel | 2015-07-29 | 0 | -0/+0 | |
| | ||||||
* | Bumped version to 3.2version-3.2 | Sybren A. Stüvel | 2015-07-29 | 1 | -2/+2 | |
| | ||||||
* | Re-indented setup.py | Sybren A. Stüvel | 2015-07-29 | 1 | -34/+34 | |
| | ||||||
* | Merged in ↵ | Sybren Stüvel | 2014-02-28 | 1 | -0/+1 | |
|\ | | | | | | | | | | | brettsky/python-rsa/brettsky/list-python-3-support-in-setuppy-1393605517644 (pull request #8) List Python 3 support in setup.py. | |||||
| * | List Python 3 support in setup.py. | Brett Cannon | 2014-02-28 | 1 | -0/+1 | |
|/ | ||||||
* | Added signature for changeset 19cd5cedbd46 | Sybren A. Stüvel | 2014-02-22 | 1 | -0/+1 | |
| | ||||||
* | Added tag version-3.1.4 for changeset f2c152922e0b | Sybren A. Stüvel | 2014-02-22 | 0 | -0/+0 | |
| | ||||||
* | Bumped version to 3.1.4version-3.1.4 | Sybren A. Stüvel | 2014-02-22 | 1 | -2/+2 | |
| | ||||||
* | Added a bit about PKCS#8 | Sybren A. Stüvel | 2014-02-22 | 1 | -0/+11 | |
| |