summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated changelogversion-3.4.2Sybren A. Stüvel2016-03-291-0/+6
* Bumped version to 3.4.2Sybren A. Stüvel2016-03-292-3/+3
* Fix release year in changelogume2016-03-291-2/+2
* Added manifest changes to CHANGELOG.txtversion-3.4.1Sybren A. Stüvel2016-03-261-0/+6
* Fix #56: Included CHANGELOG.txt in manifestSybren A. Stüvel2016-03-261-0/+1
* Bumped version to 3.4.1Sybren A. Stüvel2016-03-262-3/+3
* Include PEM test files in Manifestadamantike2016-03-261-1/+1
* Fix name of file README in manifestFabio Alessandro Locati2016-03-261-1/+1
* Added plans for the future to READMEversion-3.4Sybren A. Stüvel2016-03-171-4/+16
* Bumped to version 3.4Sybren A. Stüvel2016-03-173-5/+5
* Allow loading PEM from strings (not just bytes), closes issue #49Sybren A. Stüvel2016-03-173-3/+54
* Updated changelogSybren A. Stüvel2016-03-171-0/+4
* Remove list comprehension used for method executionadamantike2016-03-171-2/+6
* Reintroduced test for rsa.prime.is_primeSybren A. Stüvel2016-03-171-0/+23
* Prevent possible infinite loops.Sybren A. Stüvel2016-03-171-3/+8
* Remove Solovay-Strassen implementationadamantike2016-03-172-256/+0
* Use Miller-Rabin primality testingadamantike2016-03-171-1/+70
* Remove unsupported Python versions from speed.shadamantike2016-03-171-2/+0
* Use specific function for odd integer generationadamantike2016-03-173-8/+15
* Correct doctest returns for 'are_relatively_prime'adamantike2016-02-051-2/+2
* Exclude direct execution blocks from coverageadamantike2016-02-051-0/+5
* Remove unneeded conditional on Jacobi functionadamantike2016-02-051-2/+0
* Add Jacobi test for table of valuesadamantike2016-02-051-0/+214
* Added Coveralls badge on Readmeadamantike2016-02-052-2/+6
* Bumped version to 3.4-beta1Sybren A. Stüvel2016-02-051-1/+1
* Updated copyright year in documentationSybren A. Stüvel2016-02-051-1/+1
* Updated documentation location on stuvel.eu webserver.Sybren A. Stüvel2016-02-051-1/+1
* Updated documentation, mostly http -> https changesSybren A. Stüvel2016-02-0540-85/+78
* Fixed PEP8 style issuesSybren A. Stüvel2016-01-274-53/+56
* Explicitly mention supported Python versions in setup.pySybren A. Stüvel2016-01-271-0/+6
* Set max line length to 100 for PEP8 tests.Sybren A. Stüvel2016-01-271-0/+3
* Updated changelogSybren A. Stüvel2016-01-271-1/+2
* Fix #18: Add an 'exponent' argument to key.newkeys()Sybren A. Stüvel2016-01-272-17/+55
* Clean up Code Climate configurationadamantike2016-01-271-11/+2
* Removed some compatibility code for Python 2.6Sybren A. Stüvel2016-01-271-8/+1
* Removed unused importSybren A. Stüvel2016-01-271-1/+1
* Simplified test structure a bit, so we no longer need to set PYTHONPATHSybren A. Stüvel2016-01-276-61/+1
* Removed code duplicationSybren A. Stüvel2016-01-271-11/+13
* Fixed bug where PrivateKey.exp2 wasn't correctly processed in the constructor.Sybren A. Stüvel2016-01-271-5/+5
* Added travis-ci.org build status badge to READMESybren A. Stüvel2016-01-271-0/+2
* Configured CodeClimate to skip analyzing rsa/_version*.pySybren A. Stüvel2016-01-271-0/+27
* Deprecated old modules, and slated them for removal in 4.0Sybren A. Stüvel2016-01-274-9/+22
* Added Code Climate badge on Readmeadamantike2016-01-271-0/+2
* Mentioned Travis-CI and Coveralls integrationSybren A. Stüvel2016-01-271-0/+3
* Added Coveralls integrationadamantike2016-01-261-0/+6
* Allow stopping speed.sh with ctrl+cSybren A. Stüvel2016-01-251-1/+1
* Perform a late import of rsa.varblock to prevent DeprecationWarningsSybren A. Stüvel2016-01-251-1/+4
* Merge pull request #35 from adamantike/command-check-speed-shSybren A. Stüvel2016-01-251-32/+38
|\
| * Command availability check on 'speed' scriptadamantike2016-01-241-32/+38
* | Added PyPI badge on Readmeadamantike2016-01-251-0/+2