Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Primes regeneration in RSA keys generation | Michael Manganiello | 2016-01-20 | 1 | -3/+12 |
| | |||||
* | Updated key loading example and included it as unit test, fixes bug #31 | Sybren A. St?vel | 2016-01-18 | 3 | -2/+19 |
| | |||||
* | No longer using obsolete base64 interface, fixes bug #30 | Sybren A. St?vel | 2016-01-18 | 2 | -4/+4 |
| | |||||
* | Merged in fale/python-rsa (pull request #15) | Sybren St?vel | 2016-01-18 | 15 | -92/+79 |
|\ | | | | | | | Fixed import error in old version code | ||||
| * | Removed dependency on unittest2, also merged requirements.txt for py 2.x and 3.x | Sybren A. St?vel | 2016-01-14 | 13 | -89/+23 |
| | | |||||
| * | Added tag version-3.3 for changeset 12bb79378b88 | Sybren A. St?vel | 2016-01-13 | 0 | -0/+0 |
| | | |||||
| * | Bumped version to 3.3version-3.3 | Sybren A. St?vel | 2016-01-13 | 1 | -2/+2 |
| | | |||||
| * | Updated changelog | Sybren A. St?vel | 2016-01-13 | 1 | -1/+54 |
| | | |||||
* | | try to skip this part | Fabio Alessandro Locati | 2016-01-18 | 1 | -1/+1 |
| | | |||||
* | | try to skip this part | Fabio Alessandro Locati | 2016-01-18 | 1 | -1/+1 |
| | | |||||
* | | Only catch ImportError | Fabio Alessandro Locati | 2016-01-18 | 1 | -1/+1 |
| | | |||||
* | | Fix FTBFS import error | Fabio Alessandro Locati | 2016-01-13 | 3 | -3/+7 |
|/ | |||||
* | 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 |
| | |||||
* | Fixed typo in pyrsa-verify help message | Sybren A. St?vel | 2014-02-22 | 1 | -1/+1 |
| | |||||
* | Fixed compatibilty of pyrsa-priv2pub with Python 3 | Sybren A. St?vel | 2014-02-22 | 1 | -13/+15 |
| | |||||
* | Added tag version-3.1.3 for changeset 8f50f506b4a2 | Sybren A. St?vel | 2014-02-02 | 0 | -0/+0 |
| | |||||
* | Bumped version to 3.1.3version-3.1.3 | Sybren A. St?vel | 2014-02-02 | 1 | -2/+2 |
| | |||||
* | Dropped support for Python 2.5; Tox doesn't support it any more and it's way ↵ | Sybren A. St?vel | 2014-02-02 | 1 | -9/+1 |
| | | | | too old anyway. | ||||
* | Added tag version-3.1.2 for changeset 3b3ae1c41c67 | Sybren A. St?vel | 2013-09-15 | 0 | -0/+0 |
| | |||||
* | Bumped version to 3.1.2version-3.1.2 | Sybren A. St?vel | 2013-09-15 | 1 | -2/+2 |
| | |||||
* | Added Python 3.3 to tox.ini | Sybren A. St?vel | 2013-09-15 | 1 | -1/+9 |
| | |||||
* | Removed dependency on distribute (fixes #17) | Sybren A. St?vel | 2013-09-15 | 2 | -559/+0 |
| | |||||
* | Use distribute_setup.py from distribute 0.6.44, which has support for ↵ | Jason R. Coombs | 2013-05-28 | 1 | -23/+93 |
| | | | | setuptools 0.7 environments. Fixes #15. | ||||
* | rsa.pkcs1.verify() should return True when successful | Tim Heckman | 2012-10-17 | 4 | -3/+6 |
| | | | | | | | | | | | | | | | - when verification passes verify() will return True, instead of None. If verification fails the function will still raise a rsa.pkcs1.VerificationError for legacy purposes. - update the docs to note that the verify() function returns True when successful - write unit tests to verify this new behavior This commit passes all build tests: Ran 44 tests in 1.217s OK | ||||
* | Explicitly cast ASN.1 integer type to Python int | Sybren A. St?vel | 2012-10-12 | 1 | -1/+1 |
| | |||||
* | Added support for loading public keys from OpenSSL | Sybren A. St?vel | 2012-10-11 | 3 | -28/+97 |
| | |||||
* | Added signature for changeset 874bb280b3c3 | Sybren A. St?vel | 2012-06-18 | 1 | -0/+1 |
| |