1. 59f2ef5 Perform a late import of rsa.varblock to prevent DeprecationWarnings by Sybren A. Stüvel · 8 years ago
  2. 5650aaa Merge pull request #35 from adamantike/command-check-speed-sh by Sybren A. Stüvel · 8 years ago
  3. b7679c6 Added PyPI badge on Readme by adamantike · 8 years ago
  4. 0756a9c Command availability check on 'speed' script by adamantike · 8 years ago
  5. f05b659 Added Travis CI integration by adamantike · 8 years ago
  6. ea71fcb Updated changelog by Sybren A. Stüvel · 8 years ago
  7. 4bc9733 Fix #12 Allow pickling of keys. by Sybren A. Stüvel · 8 years ago
  8. f1c5554 Removed doctest for blinding, as it is not suitable as an example for end users. by Sybren A. Stüvel · 8 years ago
  9. 6e5655d Another pass at blinding. by Sybren A. Stüvel · 8 years ago
  10. 10bf544 Use random number when blinding, and also blind when verifying signatures. by Sybren A. Stüvel · 8 years ago
  11. ca0e4e5 Fixed some docstrings to use Sphinx-compatible notation by Sybren A. Stüvel · 8 years ago
  12. 1681a0b Fix #13: Deprecated the VARBLOCK format and rsa.bigfile module by Sybren A. Stüvel · 8 years ago
  13. 2310b34 Fix #19: Implemented blinding when decrypting. by Sybren A. Stüvel · 8 years ago
  14. 15b69b3 Removed obsolete remark from docstring, fixes #14 by Sybren A. Stüvel · 8 years ago
  15. f95dbb7 Updated doctests to Python 3.5 and automatically running with Tox. by Sybren A. Stüvel · 8 years ago
  16. ea4a618 Fix #30, removed use of deprecated `base64.decodestring` from docstrings by Sybren A. Stüvel · 8 years ago
  17. e89dbb9 Using r""" for some docstrings by Sybren A. Stüvel · 8 years ago
  18. d3d1034 Big refactor to become more PEP8 compliant. by Sybren A. Stüvel · 8 years ago
  19. 541ee46 Not importing the RSA module in setup.py any more by Sybren A. Stüvel · 8 years ago
  20. b9fb893 Updated changelog by Sybren A. Stüvel · 8 years ago
  21. a26f518 Fix #27: Close Pipes at parallel version of genprime. by Sybren A. Stüvel · 8 years ago
  22. 2e900ca Converted README to MarkDown, and switched to HTTPS & Github by Sybren A. Stüvel · 8 years ago
  23. 0087e9b Switched to HTTPS URL by Sybren A. Stüvel · 8 years ago
  24. 8e26021 Removed .hg{ignore,sigs} and updated .gitignore. by Sybren A. Stüvel · 8 years ago
  25. 39d636b Primes regeneration in RSA keys generation by Michael Manganiello · 8 years ago
  26. 001ee5d Corrected accurate mode of 'newkeys' function by Michael Manganiello · 8 years ago
  27. ebfa910 Simplified calculation of GCD by Michael Manganiello · 8 years ago
  28. f68c52a Updated key loading example and included it as unit test, fixes bug #31 by Sybren A. Stüvel · 8 years ago
  29. e798a6e No longer using obsolete base64 interface, fixes bug #30 by Sybren A. Stüvel · 8 years ago
  30. ed1c81d Removed dependency on unittest2, also merged requirements.txt for py 2.x and 3.x by Sybren A. Stüvel · 8 years ago
  31. 6a1c2ab Bumped version to 3.3 by Sybren A. Stüvel · 8 years ago
  32. cd42a86 Updated changelog by Sybren A. Stüvel · 8 years ago
  33. ad6a25f Fix FTBFS import error by Fabio Alessandro Locati · 8 years ago
  34. f0cbd38 Simplified Tox configuration and dropped Python 3.2 support. by Sybren A. Stüvel · 8 years ago
  35. d53eafe Ignore .cache directory by Sybren A. Stüvel · 8 years ago
  36. 900f84a Removed IDE-specific files by Sybren A. Stüvel · 8 years ago
  37. ab5d21c Fix BB'06 attack in verify() by switching from parsing to comparison by Filippo Valsorda · 9 years ago
  38. f209381 Added tag version-3.2.3 for changeset fad443c7ea1a by Sybren A. Stüvel · 9 years ago
  39. be41c53 Bumped version to 3.2.3 by Sybren A. Stüvel · 9 years ago
  40. 9d2cd9a Added character encoding markers for Python 2.x by Sybren A. Stüvel · 9 years ago
  41. 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
  42. 78c2dd7 Added tag version-3.2.2 for changeset a6e5f7996e12 by Sybren A. Stüvel · 9 years ago
  43. b0aacd0 Bumped version to 3.2.2 due to an issue with pypi by Sybren A. Stüvel · 9 years ago
  44. d50f918 Added tag version-3.2.1 for changeset 9a23fcb46034 by Sybren A. Stüvel · 9 years ago
  45. 5c1b434 Bumped version to 3.2.1 by Sybren A. Stüvel · 9 years ago
  46. 0659aac Added per-file licenses by Roy Kokkelkoren · 9 years ago
  47. 6b4413a Added support for wheels by Sybren A. Stüvel · 9 years ago
  48. e7c6e74 Made example code more consistent and up to date with Python 3.4 by Sybren A. Stüvel · 9 years ago
  49. 34fd1ea Added tag version-3.2 for changeset 3e69a788741b by Sybren A. Stüvel · 9 years ago
  50. 0fc2556 Bumped version to 3.2 by Sybren A. Stüvel · 9 years ago
  51. 6555712 Re-indented setup.py by Sybren A. Stüvel · 9 years ago
  52. 05af6f1 Merged in brettsky/python-rsa/brettsky/list-python-3-support-in-setuppy-1393605517644 (pull request #8) by Sybren Stüvel · 10 years ago
  53. 183664c List Python 3 support in setup.py. by Brett Cannon · 10 years ago
  54. 67c4157 Added signature for changeset 19cd5cedbd46 by Sybren A. Stüvel · 10 years ago
  55. 2d282f9 Added tag version-3.1.4 for changeset f2c152922e0b by Sybren A. Stüvel · 10 years ago
  56. 75117e4 Bumped version to 3.1.4 by Sybren A. Stüvel · 10 years ago
  57. 7cf95f4 Added a bit about PKCS#8 by Sybren A. Stüvel · 10 years ago
  58. 71eebb1 Fixed typo in pyrsa-verify help message by Sybren A. Stüvel · 10 years ago
  59. 9388f9b Fixed compatibilty of pyrsa-priv2pub with Python 3 by Sybren A. Stüvel · 10 years ago
  60. 2707f29 Added tag version-3.1.3 for changeset 8f50f506b4a2 by Sybren A. Stüvel · 10 years ago
  61. 8449f73 Bumped version to 3.1.3 by Sybren A. Stüvel · 10 years ago
  62. 5977e7c Dropped support for Python 2.5; Tox doesn't support it any more and it's way too old anyway. by Sybren A. Stüvel · 10 years ago
  63. 8dd3680 Added tag version-3.1.2 for changeset 3b3ae1c41c67 by Sybren A. Stüvel · 11 years ago
  64. cf66522 Bumped version to 3.1.2 by Sybren A. Stüvel · 11 years ago
  65. 212a62a Added Python 3.3 to tox.ini by Sybren A. Stüvel · 11 years ago
  66. fd51017 Removed dependency on distribute (fixes #17) by Sybren A. Stüvel · 11 years ago
  67. 3209d86 Use distribute_setup.py from distribute 0.6.44, which has support for setuptools 0.7 environments. Fixes #15. by Jason R. Coombs · 11 years ago
  68. 7446f0a rsa.pkcs1.verify() should return True when successful by Tim Heckman · 12 years ago
  69. 14ba108 Explicitly cast ASN.1 integer type to Python int by Sybren A. Stüvel · 12 years ago
  70. 9884505 Added support for loading public keys from OpenSSL by Sybren A. Stüvel · 12 years ago
  71. 2daadbb Added signature for changeset 874bb280b3c3 by Sybren A. Stüvel · 12 years ago
  72. 77a2fec Added tag version-3.1.1 for changeset d4457be50d60 by Sybren A. Stüvel · 12 years ago
  73. a40ed47 Fixed some more Py32 incompatibilities by Sybren A. Stüvel · 12 years ago
  74. 7a583b5 Updated tox dependencies by Sybren A. Stüvel · 12 years ago
  75. 80e44a7 Updated installation instructions by Sybren A. Stüvel · 12 years ago
  76. 7fb25ca Require pyasn1 0.1.3 by Sybren A. Stüvel · 12 years ago
  77. ad72727 Fixed CLI functions for Python 3.x by Sybren A. Stüvel · 12 years ago
  78. e36c463 Updated changelog by Sybren A. Stüvel · 12 years ago
  79. c167ba3 Tweaked unittests for Python 3.x by Sybren A. Stüvel · 12 years ago
  80. 1db004a Added version 3.1.1 to changelog by Sybren A. Stüvel · 12 years ago
  81. f6047a8 Fixed doctests by Sybren A. Stüvel · 12 years ago
  82. 877b78c Added tag version-3.1 for changeset 4caf721a5fb5 by Sybren A. Stüvel · 12 years ago
  83. 9d1681b Added Tox to dev requirements by Sybren A. Stüvel · 12 years ago
  84. 4f63b10 Updated changelog by Sybren A. Stüvel · 12 years ago
  85. b17003e Bumped version to 3.1 by Sybren A. Stüvel · 12 years ago
  86. f8c57b2 Fixes formatting indentation issue to revert to PEP8 style. by Yesudeep Mangalapilly · 12 years ago
  87. 20a1388 Fix buffer bytestring issue with Python 3.2 by Yesudeep Mangalapilly · 12 years ago
  88. 15e257a Fixed unittesting with tox by Sybren A. Stüvel · 13 years ago
  89. 83692fe We require a newer version of distribute by Sybren A. Stüvel · 13 years ago
  90. b5bab22 Reverts docstring quoting syntax. by Yesudeep Mangalapilly · 13 years ago
  91. 245952e Adds back older doctests for _int2bytes for compliance. by Yesudeep Mangalapilly · 13 years ago
  92. 1328f48 Allow block_size=None in _int2bytes. by Yesudeep Mangalapilly · 13 years ago
  93. 23c41d2 Allow fill_size=None, chunk_size=None in int2bytes. by Yesudeep Mangalapilly · 13 years ago
  94. aca21db Adds the doctests for bit_size back into the function docstrings. by Yesudeep Mangalapilly · 13 years ago
  95. 1d9ded6 pypy 1.6 (nightly) is now faster than python2.7. Re-enables tests. by Yesudeep Mangalapilly · 13 years ago
  96. 5887158 Reorganizes tests. by Yesudeep Mangalapilly · 13 years ago
  97. a5a43a5 Fixes a silly error. by Yesudeep Mangalapilly · 13 years ago
  98. 9358b1c Increase test verbosity. by Yesudeep Mangalapilly · 13 years ago
  99. 5bfe5ff Moves incompatible doctests to unit test modules. by Yesudeep Mangalapilly · 13 years ago
  100. d1060d3 Adds common includes and tests. by Yesudeep Mangalapilly · 13 years ago