aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-05Updated documentation, mostly http -> https changesSybren A. Stüvel
2016-01-27Fixed PEP8 style issuesSybren A. Stüvel
2016-01-27Explicitly mention supported Python versions in setup.pySybren A. Stüvel
2016-01-27Set max line length to 100 for PEP8 tests.Sybren A. Stüvel
2016-01-27Updated changelogSybren A. Stüvel
2016-01-27Fix #18: Add an 'exponent' argument to key.newkeys()Sybren A. Stüvel
2016-01-27Clean up Code Climate configurationadamantike
2016-01-27Removed some compatibility code for Python 2.6Sybren A. Stüvel
2016-01-27Removed unused importSybren A. Stüvel
2016-01-27Simplified test structure a bit, so we no longer need to set PYTHONPATHSybren A. Stüvel
2016-01-27Removed code duplicationSybren A. Stüvel
2016-01-27Fixed bug where PrivateKey.exp2 wasn't correctly processed in the constructor.Sybren A. Stüvel
2016-01-27Added travis-ci.org build status badge to READMESybren A. Stüvel
2016-01-27Configured CodeClimate to skip analyzing rsa/_version*.pySybren A. Stüvel
2016-01-27Deprecated old modules, and slated them for removal in 4.0Sybren A. Stüvel
2016-01-27Added Code Climate badge on Readmeadamantike
2016-01-27Mentioned Travis-CI and Coveralls integrationSybren A. Stüvel
2016-01-26Added Coveralls integrationadamantike
2016-01-25Allow stopping speed.sh with ctrl+cSybren A. Stüvel
2016-01-25Perform a late import of rsa.varblock to prevent DeprecationWarningsSybren A. Stüvel
2016-01-25Merge pull request #35 from adamantike/command-check-speed-shSybren A. Stüvel
2016-01-25Added PyPI badge on Readmeadamantike
2016-01-24Command availability check on 'speed' scriptadamantike
2016-01-24Added Travis CI integrationadamantike
2016-01-22Updated changelogSybren A. Stüvel
2016-01-22Fix #12 Allow pickling of keys.Sybren A. Stüvel
2016-01-22Removed doctest for blinding, as it is not suitable as an example for end users.Sybren A. Stüvel
2016-01-22Another pass at blinding.Sybren A. Stüvel
2016-01-22Use random number when blinding, and also blind when verifying signatures.Sybren A. Stüvel
2016-01-22Fixed some docstrings to use Sphinx-compatible notationSybren A. Stüvel
2016-01-22Fix #13: Deprecated the VARBLOCK format and rsa.bigfile moduleSybren A. Stüvel
2016-01-22Fix #19: Implemented blinding when decrypting.Sybren A. Stüvel
2016-01-22Removed obsolete remark from docstring, fixes #14Sybren A. Stüvel
2016-01-22Updated doctests to Python 3.5 and automatically running with Tox.Sybren A. Stüvel
2016-01-22Fix #30, removed use of deprecated `base64.decodestring` from docstringsSybren A. Stüvel
2016-01-22Using r""" for some docstringsSybren A. Stüvel
2016-01-22Big refactor to become more PEP8 compliant.Sybren A. Stüvel
2016-01-22Not importing the RSA module in setup.py any moreSybren A. Stüvel
2016-01-22Updated changelogSybren A. Stüvel
2016-01-22Fix #27: Close Pipes at parallel version of genprime.Sybren A. Stüvel
2016-01-22Converted README to MarkDown, and switched to HTTPS & GithubSybren A. Stüvel
2016-01-22Switched to HTTPS URLSybren A. Stüvel
2016-01-22Removed .hg{ignore,sigs} and updated .gitignore.Sybren A. Stüvel
2016-01-21Primes regeneration in RSA keys generationMichael Manganiello
2016-01-21Corrected accurate mode of 'newkeys' functionMichael Manganiello
2016-01-21Simplified calculation of GCDMichael Manganiello
2016-01-21Updated key loading example and included it as unit test, fixes bug #31Sybren A. Stüvel
2016-01-21No longer using obsolete base64 interface, fixes bug #30Sybren A. Stüvel
2016-01-21Removed dependency on unittest2, also merged requirements.txt for py 2.x and 3.xSybren A. Stüvel
2016-01-21Bumped version to 3.3Sybren A. Stüvel