1. 425eb24 Support signing a pre-calculated hash (#87) by Justin Simon · 7 years ago
  2. 000e84a Ceiling division implementation (#88) by Michael Manganiello · 7 years ago
  3. 7ebae9f Updated changelog by Sybren A. Stüvel · 7 years ago
  4. 395b8d6 Feature request #78: Expose function to find the hash method of a signature by Sybren A. Stüvel · 7 years ago
  5. a478d4c Don't print in unit tests by Sybren A. Stüvel · 7 years ago
  6. 736444c Removed easy_install from installation documentation by Sybren A. Stüvel · 7 years ago
  7. b4dba2a Updated year in copyright statement by Sybren A. Stüvel · 7 years ago
  8. 9fe6693 Removed unused sphinx extension. by Sybren A. Stüvel · 7 years ago
  9. 1d14c4e Updated documentation for removal of bigfile/VARBLOCK support. by Sybren A. Stüvel · 7 years ago
  10. 88927a9 Moved sphinx down to other development requirements. by Sybren A. Stüvel · 7 years ago
  11. d17c769 Added mock library as requirement, as it's used in unit tests. by Sybren A. Stüvel · 7 years ago
  12. 2d81e0f Use iterative zip in Python 2 (#85) by Michael Manganiello · 7 years ago
  13. d372717 Implementation of bitwise XOR function for bytes object (#72) by Michael Manganiello · 7 years ago
  14. 81f0e95 Create PY2 constant to simplify compatibility decisions (#82) by Michael Manganiello · 7 years ago
  15. 0c90633 Remove custom PrivateKey exponents/coefficient (#71) by Michael Manganiello · 7 years ago
  16. dc57888 Fixes a typo in docstrings (#83) by Alexandr · 8 years ago
  17. 9f57740 Drop byte_literal in favour of b'' by adamantike · 8 years ago
  18. 505a25a Update security warning (#70) by Michael Manganiello · 8 years ago
  19. 1369d74 xrange compatibility optimization for Python 2 (#69) by Michael Manganiello · 8 years ago
  20. 7e5854d Use 'assertEqual' instead of deprecated alias (#73) by Michael Manganiello · 8 years ago
  21. cf124d3 Fix edge case for byte() call at pkcs1 test (#64) by Michael Manganiello · 8 years ago
  22. fb062b3 Remove bit_size test comparison from speed script (#67) by Michael Manganiello · 8 years ago
  23. 97b809a Trivial link fix in changelog (#66) by Michael Manganiello · 8 years ago
  24. 98d9eb1 Remove sys.maxint fallback usage by adamantike · 8 years ago
  25. a72efaa Unit test for Mersenne primes by adamantike · 8 years ago
  26. 08e609f Drop psyco usage by Sybren A. Stüvel · 8 years ago
  27. 5acf9cd Remove old version excluded files from CodeClimate by adamantike · 8 years ago
  28. f520014 Trivial fix on primality testing by adamantike · 8 years ago
  29. 38a7255 Set Miller-Rabin rounds based on bitsize by adamantike · 8 years ago
  30. 96eaa5e Implemented __hash__ function for key objects. by Sybren A. Stüvel · 8 years ago
  31. 5e08c91 No longer require string operations to find bit lengths. by Sybren A. Stüvel · 8 years ago
  32. 9a9e08c More tests with hard-coded 'random' values. by Sybren A. Stüvel · 8 years ago
  33. a548782 Introduced NotRelativePrimeError exception. by Sybren A. Stüvel · 8 years ago
  34. fec61ec Added unittest for rsa.key.gen_keys by Sybren A. Stüvel · 8 years ago
  35. 46b72a4 Added unittest for rsa.common.inverse by Sybren A. Stüvel · 8 years ago
  36. c042a0e PEP8 formatting by Sybren A. Stüvel · 8 years ago
  37. 7d79b61 Prevent running doctests in 'build' directory by Sybren A. Stüvel · 8 years ago
  38. 56e9873 Removed monkey-patch of unittest by Sybren A. Stüvel · 8 years ago
  39. 177939d Merge branch 'version-3.4-fix-changelog' by Sybren A. Stüvel · 8 years ago
  40. fd70d79 Updated changelog by Sybren A. Stüvel · 8 years ago
  41. a11baed Bumped version to 3.4.2 by Sybren A. Stüvel · 8 years ago
  42. b813f43 Fix release year in changelog by ume · 8 years ago
  43. e5839ee Merge branch 'version-3.4-repackaging' by Sybren A. Stüvel · 8 years ago
  44. 61b4ac2 Added manifest changes to CHANGELOG.txt by Sybren A. Stüvel · 8 years ago
  45. d2fbe98 Fix #56: Included CHANGELOG.txt in manifest by Sybren A. Stüvel · 8 years ago
  46. a1bbbc7 Bumped version to 3.4.1 by Sybren A. Stüvel · 8 years ago
  47. f3b3e14 Include PEM test files in Manifest by adamantike · 8 years ago
  48. 0457b6e Fix name of file README in manifest by Fabio Alessandro Locati · 8 years ago
  49. 2c6cd15 Include PEM test files in Manifest by adamantike · 8 years ago
  50. fdc2777 Fix name of file README in manifest by Fabio Alessandro Locati · 8 years ago
  51. b573600 Added note about dropping Python 2.6 (and possibly 3.3) support. by Sybren A. Stüvel · 8 years ago
  52. 8b7975c Removed Python 2.6 from Travis configuration by Sybren A. Stüvel · 8 years ago
  53. c28cb89 Using set instead of list, it's faster. by Sybren A. Stüvel · 8 years ago
  54. 347b82f Dropped support for Python 2.6, its life ended in 2013. by Sybren A. Stüvel · 8 years ago
  55. a8eb6f0 Removed a doctest, it's covered by a unit test anyway. by Sybren A. Stüvel · 8 years ago
  56. ff7f0c7 Added unit test for rsa.util.private_to_public() by Sybren A. Stüvel · 8 years ago
  57. bb27408 Updated changelog by Sybren A. Stüvel · 8 years ago
  58. f0627be More CLI tests & clearer bytes stuff by Sybren A. Stüvel · 8 years ago
  59. 3d5c098 Attempt at unit-testing CLI commands by Sybren A. Stüvel · 8 years ago
  60. fedcaa1 Ensuring that PEM output is always in bytes. by Sybren A. Stüvel · 8 years ago
  61. 83a8110 Removed deprecated functionality. by Sybren A. Stüvel · 8 years ago
  62. 5d66032 Bumped version to 4.0-alpha by Sybren A. Stüvel · 8 years ago
  63. b25a834 Added plans for the future to README by Sybren A. Stüvel · 8 years ago
  64. 6b6d297 Bumped to version 3.4 by Sybren A. Stüvel · 8 years ago
  65. bd4e213 Allow loading PEM from strings (not just bytes), closes issue #49 by Sybren A. Stüvel · 8 years ago
  66. a040105 Updated changelog by Sybren A. Stüvel · 8 years ago
  67. 8f0ac5e Remove list comprehension used for method execution by adamantike · 8 years ago
  68. cfff5bf Reintroduced test for rsa.prime.is_prime by Sybren A. Stüvel · 8 years ago
  69. 6ac63ad Prevent possible infinite loops. by Sybren A. Stüvel · 8 years ago
  70. bb74fc9 Remove Solovay-Strassen implementation by adamantike · 8 years ago
  71. ad80ab2 Use Miller-Rabin primality testing by adamantike · 8 years ago
  72. d86e7a3 Remove unsupported Python versions from speed.sh by adamantike · 8 years ago
  73. 5f4b7b3 Use specific function for odd integer generation by adamantike · 8 years ago
  74. 527e3ca Correct doctest returns for 'are_relatively_prime' by adamantike · 8 years ago
  75. 8a4a32f Exclude direct execution blocks from coverage by adamantike · 8 years ago
  76. 6a50b3d Remove unneeded conditional on Jacobi function by adamantike · 8 years ago
  77. d0f1925 Add Jacobi test for table of values by adamantike · 8 years ago
  78. a540c7c Added Coveralls badge on Readme by adamantike · 8 years ago
  79. 97b9889 Bumped version to 3.4-beta1 by Sybren A. Stüvel · 8 years ago
  80. f604287 Updated copyright year in documentation by Sybren A. Stüvel · 8 years ago
  81. 48d9c11 Updated documentation location on stuvel.eu webserver. by Sybren A. Stüvel · 8 years ago
  82. 3934ab4 Updated documentation, mostly http -> https changes by Sybren A. Stüvel · 8 years ago
  83. 2820690 Fixed PEP8 style issues by Sybren A. Stüvel · 8 years ago
  84. d9dbf6e Explicitly mention supported Python versions in setup.py by Sybren A. Stüvel · 8 years ago
  85. 6727a4b Set max line length to 100 for PEP8 tests. by Sybren A. Stüvel · 8 years ago
  86. 4f2aa1d Updated changelog by Sybren A. Stüvel · 8 years ago
  87. 29feb79 Fix #18: Add an 'exponent' argument to key.newkeys() by Sybren A. Stüvel · 8 years ago
  88. 467ca03 Clean up Code Climate configuration by adamantike · 8 years ago
  89. 48a7c7f Removed some compatibility code for Python 2.6 by Sybren A. Stüvel · 8 years ago
  90. bd6ab7a Removed unused import by Sybren A. Stüvel · 8 years ago
  91. dd5e979 Simplified test structure a bit, so we no longer need to set PYTHONPATH by Sybren A. Stüvel · 8 years ago
  92. 4a6a2b7 Removed code duplication by Sybren A. Stüvel · 8 years ago
  93. 417ec0d Fixed bug where PrivateKey.exp2 wasn't correctly processed in the constructor. by Sybren A. Stüvel · 8 years ago
  94. 7d81801 Added travis-ci.org build status badge to README by Sybren A. Stüvel · 8 years ago
  95. 1d5d1bb Configured CodeClimate to skip analyzing rsa/_version*.py by Sybren A. Stüvel · 8 years ago
  96. 8085da5 Deprecated old modules, and slated them for removal in 4.0 by Sybren A. Stüvel · 8 years ago
  97. 31a8012 Added Code Climate badge on Readme by adamantike · 8 years ago
  98. f455a77 Mentioned Travis-CI and Coveralls integration by Sybren A. Stüvel · 8 years ago
  99. 458e30b Added Coveralls integration by adamantike · 8 years ago
  100. ea14592 Allow stopping speed.sh with ctrl+c by Sybren A. Stüvel · 8 years ago