1. a8eb6f0 Removed a doctest, it's covered by a unit test anyway. by Sybren A. Stüvel · 8 years ago
  2. ff7f0c7 Added unit test for rsa.util.private_to_public() by Sybren A. Stüvel · 8 years ago
  3. bb27408 Updated changelog by Sybren A. Stüvel · 8 years ago
  4. f0627be More CLI tests & clearer bytes stuff by Sybren A. Stüvel · 8 years ago
  5. 3d5c098 Attempt at unit-testing CLI commands by Sybren A. Stüvel · 8 years ago
  6. fedcaa1 Ensuring that PEM output is always in bytes. by Sybren A. Stüvel · 8 years ago
  7. 83a8110 Removed deprecated functionality. by Sybren A. Stüvel · 8 years ago
  8. 5d66032 Bumped version to 4.0-alpha by Sybren A. Stüvel · 8 years ago
  9. b25a834 Added plans for the future to README by Sybren A. Stüvel · 8 years ago
  10. 6b6d297 Bumped to version 3.4 by Sybren A. Stüvel · 8 years ago
  11. bd4e213 Allow loading PEM from strings (not just bytes), closes issue #49 by Sybren A. Stüvel · 8 years ago
  12. a040105 Updated changelog by Sybren A. Stüvel · 8 years ago
  13. 8f0ac5e Remove list comprehension used for method execution by adamantike · 8 years ago
  14. cfff5bf Reintroduced test for rsa.prime.is_prime by Sybren A. Stüvel · 8 years ago
  15. 6ac63ad Prevent possible infinite loops. by Sybren A. Stüvel · 8 years ago
  16. bb74fc9 Remove Solovay-Strassen implementation by adamantike · 8 years ago
  17. ad80ab2 Use Miller-Rabin primality testing by adamantike · 8 years ago
  18. d86e7a3 Remove unsupported Python versions from speed.sh by adamantike · 8 years ago
  19. 5f4b7b3 Use specific function for odd integer generation by adamantike · 8 years ago
  20. 527e3ca Correct doctest returns for 'are_relatively_prime' by adamantike · 8 years ago
  21. 8a4a32f Exclude direct execution blocks from coverage by adamantike · 8 years ago
  22. 6a50b3d Remove unneeded conditional on Jacobi function by adamantike · 8 years ago
  23. d0f1925 Add Jacobi test for table of values by adamantike · 8 years ago
  24. a540c7c Added Coveralls badge on Readme by adamantike · 8 years ago
  25. 97b9889 Bumped version to 3.4-beta1 by Sybren A. Stüvel · 8 years ago
  26. f604287 Updated copyright year in documentation by Sybren A. Stüvel · 8 years ago
  27. 48d9c11 Updated documentation location on stuvel.eu webserver. by Sybren A. Stüvel · 8 years ago
  28. 3934ab4 Updated documentation, mostly http -> https changes by Sybren A. Stüvel · 8 years ago
  29. 2820690 Fixed PEP8 style issues by Sybren A. Stüvel · 8 years ago
  30. d9dbf6e Explicitly mention supported Python versions in setup.py by Sybren A. Stüvel · 8 years ago
  31. 6727a4b Set max line length to 100 for PEP8 tests. by Sybren A. Stüvel · 8 years ago
  32. 4f2aa1d Updated changelog by Sybren A. Stüvel · 8 years ago
  33. 29feb79 Fix #18: Add an 'exponent' argument to key.newkeys() by Sybren A. Stüvel · 8 years ago
  34. 467ca03 Clean up Code Climate configuration by adamantike · 8 years ago
  35. 48a7c7f Removed some compatibility code for Python 2.6 by Sybren A. Stüvel · 8 years ago
  36. bd6ab7a Removed unused import by Sybren A. Stüvel · 8 years ago
  37. dd5e979 Simplified test structure a bit, so we no longer need to set PYTHONPATH by Sybren A. Stüvel · 8 years ago
  38. 4a6a2b7 Removed code duplication by Sybren A. Stüvel · 8 years ago
  39. 417ec0d Fixed bug where PrivateKey.exp2 wasn't correctly processed in the constructor. by Sybren A. Stüvel · 8 years ago
  40. 7d81801 Added travis-ci.org build status badge to README by Sybren A. Stüvel · 8 years ago
  41. 1d5d1bb Configured CodeClimate to skip analyzing rsa/_version*.py by Sybren A. Stüvel · 8 years ago
  42. 8085da5 Deprecated old modules, and slated them for removal in 4.0 by Sybren A. Stüvel · 8 years ago
  43. 31a8012 Added Code Climate badge on Readme by adamantike · 8 years ago
  44. f455a77 Mentioned Travis-CI and Coveralls integration by Sybren A. Stüvel · 8 years ago
  45. 458e30b Added Coveralls integration by adamantike · 8 years ago
  46. ea14592 Allow stopping speed.sh with ctrl+c by Sybren A. Stüvel · 8 years ago
  47. 59f2ef5 Perform a late import of rsa.varblock to prevent DeprecationWarnings by Sybren A. Stüvel · 8 years ago
  48. 5650aaa Merge pull request #35 from adamantike/command-check-speed-sh by Sybren A. Stüvel · 8 years ago
  49. b7679c6 Added PyPI badge on Readme by adamantike · 8 years ago
  50. 0756a9c Command availability check on 'speed' script by adamantike · 8 years ago
  51. f05b659 Added Travis CI integration by adamantike · 8 years ago
  52. ea71fcb Updated changelog by Sybren A. Stüvel · 8 years ago
  53. 4bc9733 Fix #12 Allow pickling of keys. by Sybren A. Stüvel · 8 years ago
  54. f1c5554 Removed doctest for blinding, as it is not suitable as an example for end users. by Sybren A. Stüvel · 8 years ago
  55. 6e5655d Another pass at blinding. by Sybren A. Stüvel · 8 years ago
  56. 10bf544 Use random number when blinding, and also blind when verifying signatures. by Sybren A. Stüvel · 8 years ago
  57. ca0e4e5 Fixed some docstrings to use Sphinx-compatible notation by Sybren A. Stüvel · 8 years ago
  58. 1681a0b Fix #13: Deprecated the VARBLOCK format and rsa.bigfile module by Sybren A. Stüvel · 8 years ago
  59. 2310b34 Fix #19: Implemented blinding when decrypting. by Sybren A. Stüvel · 8 years ago
  60. 15b69b3 Removed obsolete remark from docstring, fixes #14 by Sybren A. Stüvel · 8 years ago
  61. f95dbb7 Updated doctests to Python 3.5 and automatically running with Tox. by Sybren A. Stüvel · 8 years ago
  62. ea4a618 Fix #30, removed use of deprecated `base64.decodestring` from docstrings by Sybren A. Stüvel · 8 years ago
  63. e89dbb9 Using r""" for some docstrings by Sybren A. Stüvel · 8 years ago
  64. d3d1034 Big refactor to become more PEP8 compliant. by Sybren A. Stüvel · 8 years ago
  65. 541ee46 Not importing the RSA module in setup.py any more by Sybren A. Stüvel · 8 years ago
  66. b9fb893 Updated changelog by Sybren A. Stüvel · 8 years ago
  67. a26f518 Fix #27: Close Pipes at parallel version of genprime. by Sybren A. Stüvel · 8 years ago
  68. 2e900ca Converted README to MarkDown, and switched to HTTPS & Github by Sybren A. Stüvel · 8 years ago
  69. 0087e9b Switched to HTTPS URL by Sybren A. Stüvel · 8 years ago
  70. 8e26021 Removed .hg{ignore,sigs} and updated .gitignore. by Sybren A. Stüvel · 8 years ago
  71. 39d636b Primes regeneration in RSA keys generation by Michael Manganiello · 8 years ago
  72. 001ee5d Corrected accurate mode of 'newkeys' function by Michael Manganiello · 8 years ago
  73. ebfa910 Simplified calculation of GCD by Michael Manganiello · 8 years ago
  74. f68c52a Updated key loading example and included it as unit test, fixes bug #31 by Sybren A. Stüvel · 8 years ago
  75. e798a6e No longer using obsolete base64 interface, fixes bug #30 by Sybren A. Stüvel · 8 years ago
  76. ed1c81d Removed dependency on unittest2, also merged requirements.txt for py 2.x and 3.x by Sybren A. Stüvel · 8 years ago
  77. 6a1c2ab Bumped version to 3.3 by Sybren A. Stüvel · 8 years ago
  78. cd42a86 Updated changelog by Sybren A. Stüvel · 8 years ago
  79. ad6a25f Fix FTBFS import error by Fabio Alessandro Locati · 8 years ago
  80. f0cbd38 Simplified Tox configuration and dropped Python 3.2 support. by Sybren A. Stüvel · 8 years ago
  81. d53eafe Ignore .cache directory by Sybren A. Stüvel · 8 years ago
  82. 900f84a Removed IDE-specific files by Sybren A. Stüvel · 8 years ago
  83. ab5d21c Fix BB'06 attack in verify() by switching from parsing to comparison by Filippo Valsorda · 9 years ago
  84. f209381 Added tag version-3.2.3 for changeset fad443c7ea1a by Sybren A. Stüvel · 9 years ago
  85. be41c53 Bumped version to 3.2.3 by Sybren A. Stüvel · 9 years ago
  86. 9d2cd9a Added character encoding markers for Python 2.x by Sybren A. Stüvel · 9 years ago
  87. 6d96e20 added an encoding set. Lack thereof was causing setup.py to fail sometimes. https://www.python.org/dev/peps/pep-0263/ by Brian Sizemore · 9 years ago
  88. 78c2dd7 Added tag version-3.2.2 for changeset a6e5f7996e12 by Sybren A. Stüvel · 9 years ago
  89. b0aacd0 Bumped version to 3.2.2 due to an issue with pypi by Sybren A. Stüvel · 9 years ago
  90. d50f918 Added tag version-3.2.1 for changeset 9a23fcb46034 by Sybren A. Stüvel · 9 years ago
  91. 5c1b434 Bumped version to 3.2.1 by Sybren A. Stüvel · 9 years ago
  92. 0659aac Added per-file licenses by Roy Kokkelkoren · 9 years ago
  93. 6b4413a Added support for wheels by Sybren A. Stüvel · 9 years ago
  94. e7c6e74 Made example code more consistent and up to date with Python 3.4 by Sybren A. Stüvel · 9 years ago
  95. 34fd1ea Added tag version-3.2 for changeset 3e69a788741b by Sybren A. Stüvel · 9 years ago
  96. 0fc2556 Bumped version to 3.2 by Sybren A. Stüvel · 9 years ago
  97. 6555712 Re-indented setup.py by Sybren A. Stüvel · 9 years ago
  98. 05af6f1 Merged in brettsky/python-rsa/brettsky/list-python-3-support-in-setuppy-1393605517644 (pull request #8) by Sybren Stüvel · 10 years ago
  99. 183664c List Python 3 support in setup.py. by Brett Cannon · 10 years ago
  100. 67c4157 Added signature for changeset 19cd5cedbd46 by Sybren A. Stüvel · 10 years ago