1. a548782 Introduced NotRelativePrimeError exception. by Sybren A. Stüvel · 8 years ago
  2. fec61ec Added unittest for rsa.key.gen_keys by Sybren A. Stüvel · 8 years ago
  3. 46b72a4 Added unittest for rsa.common.inverse by Sybren A. Stüvel · 8 years ago
  4. c042a0e PEP8 formatting by Sybren A. Stüvel · 8 years ago
  5. 7d79b61 Prevent running doctests in 'build' directory by Sybren A. Stüvel · 8 years ago
  6. 56e9873 Removed monkey-patch of unittest by Sybren A. Stüvel · 8 years ago
  7. 177939d Merge branch 'version-3.4-fix-changelog' by Sybren A. Stüvel · 8 years ago
  8. fd70d79 Updated changelog by Sybren A. Stüvel · 8 years ago
  9. a11baed Bumped version to 3.4.2 by Sybren A. Stüvel · 8 years ago
  10. b813f43 Fix release year in changelog by ume · 8 years ago
  11. e5839ee Merge branch 'version-3.4-repackaging' by Sybren A. Stüvel · 8 years ago
  12. 61b4ac2 Added manifest changes to CHANGELOG.txt by Sybren A. Stüvel · 8 years ago
  13. d2fbe98 Fix #56: Included CHANGELOG.txt in manifest by Sybren A. Stüvel · 8 years ago
  14. a1bbbc7 Bumped version to 3.4.1 by Sybren A. Stüvel · 8 years ago
  15. f3b3e14 Include PEM test files in Manifest by adamantike · 8 years ago
  16. 0457b6e Fix name of file README in manifest by Fabio Alessandro Locati · 8 years ago
  17. 2c6cd15 Include PEM test files in Manifest by adamantike · 8 years ago
  18. fdc2777 Fix name of file README in manifest by Fabio Alessandro Locati · 8 years ago
  19. b573600 Added note about dropping Python 2.6 (and possibly 3.3) support. by Sybren A. Stüvel · 8 years ago
  20. 8b7975c Removed Python 2.6 from Travis configuration by Sybren A. Stüvel · 8 years ago
  21. c28cb89 Using set instead of list, it's faster. by Sybren A. Stüvel · 8 years ago
  22. 347b82f Dropped support for Python 2.6, its life ended in 2013. by Sybren A. Stüvel · 8 years ago
  23. a8eb6f0 Removed a doctest, it's covered by a unit test anyway. by Sybren A. Stüvel · 8 years ago
  24. ff7f0c7 Added unit test for rsa.util.private_to_public() by Sybren A. Stüvel · 8 years ago
  25. bb27408 Updated changelog by Sybren A. Stüvel · 8 years ago
  26. f0627be More CLI tests & clearer bytes stuff by Sybren A. Stüvel · 8 years ago
  27. 3d5c098 Attempt at unit-testing CLI commands by Sybren A. Stüvel · 8 years ago
  28. fedcaa1 Ensuring that PEM output is always in bytes. by Sybren A. Stüvel · 8 years ago
  29. 83a8110 Removed deprecated functionality. by Sybren A. Stüvel · 8 years ago
  30. 5d66032 Bumped version to 4.0-alpha by Sybren A. Stüvel · 8 years ago
  31. b25a834 Added plans for the future to README by Sybren A. Stüvel · 8 years ago
  32. 6b6d297 Bumped to version 3.4 by Sybren A. Stüvel · 8 years ago
  33. bd4e213 Allow loading PEM from strings (not just bytes), closes issue #49 by Sybren A. Stüvel · 8 years ago
  34. a040105 Updated changelog by Sybren A. Stüvel · 8 years ago
  35. 8f0ac5e Remove list comprehension used for method execution by adamantike · 8 years ago
  36. cfff5bf Reintroduced test for rsa.prime.is_prime by Sybren A. Stüvel · 8 years ago
  37. 6ac63ad Prevent possible infinite loops. by Sybren A. Stüvel · 8 years ago
  38. bb74fc9 Remove Solovay-Strassen implementation by adamantike · 8 years ago
  39. ad80ab2 Use Miller-Rabin primality testing by adamantike · 8 years ago
  40. d86e7a3 Remove unsupported Python versions from speed.sh by adamantike · 8 years ago
  41. 5f4b7b3 Use specific function for odd integer generation by adamantike · 8 years ago
  42. 527e3ca Correct doctest returns for 'are_relatively_prime' by adamantike · 8 years ago
  43. 8a4a32f Exclude direct execution blocks from coverage by adamantike · 8 years ago
  44. 6a50b3d Remove unneeded conditional on Jacobi function by adamantike · 8 years ago
  45. d0f1925 Add Jacobi test for table of values by adamantike · 8 years ago
  46. a540c7c Added Coveralls badge on Readme by adamantike · 8 years ago
  47. 97b9889 Bumped version to 3.4-beta1 by Sybren A. Stüvel · 8 years ago
  48. f604287 Updated copyright year in documentation by Sybren A. Stüvel · 8 years ago
  49. 48d9c11 Updated documentation location on stuvel.eu webserver. by Sybren A. Stüvel · 8 years ago
  50. 3934ab4 Updated documentation, mostly http -> https changes by Sybren A. Stüvel · 8 years ago
  51. 2820690 Fixed PEP8 style issues by Sybren A. Stüvel · 8 years ago
  52. d9dbf6e Explicitly mention supported Python versions in setup.py by Sybren A. Stüvel · 8 years ago
  53. 6727a4b Set max line length to 100 for PEP8 tests. by Sybren A. Stüvel · 8 years ago
  54. 4f2aa1d Updated changelog by Sybren A. Stüvel · 8 years ago
  55. 29feb79 Fix #18: Add an 'exponent' argument to key.newkeys() by Sybren A. Stüvel · 8 years ago
  56. 467ca03 Clean up Code Climate configuration by adamantike · 8 years ago
  57. 48a7c7f Removed some compatibility code for Python 2.6 by Sybren A. Stüvel · 8 years ago
  58. bd6ab7a Removed unused import by Sybren A. Stüvel · 8 years ago
  59. dd5e979 Simplified test structure a bit, so we no longer need to set PYTHONPATH by Sybren A. Stüvel · 8 years ago
  60. 4a6a2b7 Removed code duplication by Sybren A. Stüvel · 8 years ago
  61. 417ec0d Fixed bug where PrivateKey.exp2 wasn't correctly processed in the constructor. by Sybren A. Stüvel · 8 years ago
  62. 7d81801 Added travis-ci.org build status badge to README by Sybren A. Stüvel · 8 years ago
  63. 1d5d1bb Configured CodeClimate to skip analyzing rsa/_version*.py by Sybren A. Stüvel · 8 years ago
  64. 8085da5 Deprecated old modules, and slated them for removal in 4.0 by Sybren A. Stüvel · 8 years ago
  65. 31a8012 Added Code Climate badge on Readme by adamantike · 8 years ago
  66. f455a77 Mentioned Travis-CI and Coveralls integration by Sybren A. Stüvel · 8 years ago
  67. 458e30b Added Coveralls integration by adamantike · 8 years ago
  68. ea14592 Allow stopping speed.sh with ctrl+c by Sybren A. Stüvel · 8 years ago
  69. 59f2ef5 Perform a late import of rsa.varblock to prevent DeprecationWarnings by Sybren A. Stüvel · 8 years ago
  70. 5650aaa Merge pull request #35 from adamantike/command-check-speed-sh by Sybren A. Stüvel · 8 years ago
  71. b7679c6 Added PyPI badge on Readme by adamantike · 8 years ago
  72. 0756a9c Command availability check on 'speed' script by adamantike · 8 years ago
  73. f05b659 Added Travis CI integration by adamantike · 8 years ago
  74. ea71fcb Updated changelog by Sybren A. Stüvel · 8 years ago
  75. 4bc9733 Fix #12 Allow pickling of keys. by Sybren A. Stüvel · 8 years ago
  76. f1c5554 Removed doctest for blinding, as it is not suitable as an example for end users. by Sybren A. Stüvel · 8 years ago
  77. 6e5655d Another pass at blinding. by Sybren A. Stüvel · 8 years ago
  78. 10bf544 Use random number when blinding, and also blind when verifying signatures. by Sybren A. Stüvel · 8 years ago
  79. ca0e4e5 Fixed some docstrings to use Sphinx-compatible notation by Sybren A. Stüvel · 8 years ago
  80. 1681a0b Fix #13: Deprecated the VARBLOCK format and rsa.bigfile module by Sybren A. Stüvel · 8 years ago
  81. 2310b34 Fix #19: Implemented blinding when decrypting. by Sybren A. Stüvel · 8 years ago
  82. 15b69b3 Removed obsolete remark from docstring, fixes #14 by Sybren A. Stüvel · 8 years ago
  83. f95dbb7 Updated doctests to Python 3.5 and automatically running with Tox. by Sybren A. Stüvel · 8 years ago
  84. ea4a618 Fix #30, removed use of deprecated `base64.decodestring` from docstrings by Sybren A. Stüvel · 8 years ago
  85. e89dbb9 Using r""" for some docstrings by Sybren A. Stüvel · 8 years ago
  86. d3d1034 Big refactor to become more PEP8 compliant. by Sybren A. Stüvel · 8 years ago
  87. 541ee46 Not importing the RSA module in setup.py any more by Sybren A. Stüvel · 8 years ago
  88. b9fb893 Updated changelog by Sybren A. Stüvel · 8 years ago
  89. a26f518 Fix #27: Close Pipes at parallel version of genprime. by Sybren A. Stüvel · 8 years ago
  90. 2e900ca Converted README to MarkDown, and switched to HTTPS & Github by Sybren A. Stüvel · 8 years ago
  91. 0087e9b Switched to HTTPS URL by Sybren A. Stüvel · 8 years ago
  92. 8e26021 Removed .hg{ignore,sigs} and updated .gitignore. by Sybren A. Stüvel · 8 years ago
  93. 39d636b Primes regeneration in RSA keys generation by Michael Manganiello · 8 years ago
  94. 001ee5d Corrected accurate mode of 'newkeys' function by Michael Manganiello · 8 years ago
  95. ebfa910 Simplified calculation of GCD by Michael Manganiello · 8 years ago
  96. f68c52a Updated key loading example and included it as unit test, fixes bug #31 by Sybren A. Stüvel · 8 years ago
  97. e798a6e No longer using obsolete base64 interface, fixes bug #30 by Sybren A. Stüvel · 8 years ago
  98. ed1c81d Removed dependency on unittest2, also merged requirements.txt for py 2.x and 3.x by Sybren A. Stüvel · 8 years ago
  99. 6a1c2ab Bumped version to 3.3 by Sybren A. Stüvel · 8 years ago
  100. cd42a86 Updated changelog by Sybren A. Stüvel · 8 years ago