1. 63772a6 Merge pull request #207 from myheroyuki/multiprime by Hiroyuki Tanaka · 6 months ago main
  2. 14db374 Language correction by myheroyuki · 6 months ago
  3. ca0ee25 Merge branch 'main' of github.com:sybrenstuvel/python-rsa into multiprime by myheroyuki · 6 months ago
  4. 01c32e7 Updated .gitignore by myheroyuki · 6 months ago
  5. 18f5faf Strengthen warning about timing attacks on Python code by Sybren A. Stüvel · 9 months ago
  6. 4d78cca Re-add doctests to tox by Hugo van Kemenade · 11 months ago
  7. 95f3f9d Revert replacing % with .format by Hugo van Kemenade · 11 months ago
  8. 6b3c23d Add items directly into dicts by Hugo van Kemenade · 11 months ago
  9. 282ba37 Drop support for EOL Python 3.7 by Hugo van Kemenade · 11 months ago
  10. 078382c Test PRs and via manual trigger by Hugo van Kemenade · 11 months ago
  11. 6fe6699 Upgrade Python syntax with pyupgrade --py38-plus by Hugo van Kemenade · 11 months ago
  12. 3cd23c1 Drop support for EOL Python 3.7 by Hugo van Kemenade · 11 months ago
  13. 390acdf Test PyPy3.9 and 3.10 by Hugo van Kemenade · 11 months ago
  14. 56d6ca2 pytest: drop the dot by Hugo van Kemenade · 11 months ago
  15. df4a4b3 'poetry update --lock' to pull in 3.12-compatible typing-extensions by Hugo van Kemenade · 11 months ago
  16. fcde18f Add support for Python 3.12 by Hugo van Kemenade · 12 months ago
  17. 7991b2b Update "Security" section of README to also mention the Security Policy by Diogo Teles Sant'Anna · 11 months ago
  18. 513c09b Create Security Policy by Diogo Teles Sant'Anna · 11 months ago
  19. 4e7bb76 Bump requests from 2.28.2 to 2.31.0 by dependabot[bot] · 1 year, 2 months ago
  20. 327ecb3 ci: define read-only permission for GitHub Workflow by Diogo Teles Sant'Anna · 1 year, 3 months ago
  21. 771a0b0 language correction and speed-up by myheroyuki · 1 year, 9 months ago
  22. c0d8670 Replace Travis-CI with Github Actions by Sybren A. Stüvel · 1 year, 3 months ago
  23. bc6445a CHANGELOG: include upgrade of mypy by Sybren A. Stüvel · 1 year, 3 months ago
  24. 069f639 rsa/pkcs1.py: Clarify functionality of sign_hash() by Moritz Fischer · 1 year, 8 months ago
  25. b94766f modified: Fixed a bug in rsa/core.py where the message should not be equals to the modulus by Shengkai Sun · 1 year, 4 months ago
  26. 5045b14 Bump mypy to 1.2.0 by Sybren A. Stüvel · 1 year, 3 months ago
  27. 29a7411 Add recent changes to CHANGELOG.md by Sybren A. Stüvel · 1 year, 3 months ago
  28. bee15eb Bumped version to 4.10-dev0 by Sybren A. Stüvel · 1 year, 3 months ago
  29. af1881c Upgrade pytest to resolve security issue by Sybren A. Stüvel · 1 year, 3 months ago
  30. 13f2d7d Regenerate poetry.lock by Sybren A. Stüvel · 1 year, 3 months ago
  31. 462da90 Add support for Python 3.11 by Daniel Ziegenberg · 1 year, 9 months ago
  32. 0b52e74 Make `AbstractKey` an actual abstract class by Sybren A. Stüvel · 1 year, 3 months ago
  33. 92fda66 Run `poetry update` to re-lock dependencies by Sybren A. Stüvel · 1 year, 3 months ago
  34. 9ae39fd Drop support for Python 3.6 by Daniel Ziegenberg · 1 year, 9 months ago
  35. 3ef578e updated docs by myheroyuki · 1 year, 8 months ago
  36. 832b720 multiprime support by myheroyuki · 1 year, 9 months ago
  37. c4dc7be README.md: Final publishing tweaks by Sybren A. Stüvel · 2 years ago version-4.9
  38. 1ee1afe Bumped version to 4.9 by Sybren A. Stüvel · 2 years ago
  39. 80eb1b1 update_version.sh: include README.md in example commit command by Sybren A. Stüvel · 2 years ago
  40. 7d2c6b2 Mark 4.9 as released today by Sybren A. Stüvel · 2 years ago
  41. 42a9b2f Fix README.md updating part of update_version.sh by Sybren A. Stüvel · 2 years ago
  42. 78f738d Add instructions on how to publish via Twine by Sybren A. Stüvel · 2 years ago
  43. e59132d Upgrade Sphynx 4.3 -> 5.0.2 by Sybren A. Stüvel · 2 years ago
  44. ce5a32f Fix #199: Sphinx warnings reference target not found by Sybren A. Stüvel · 2 years ago
  45. 0e3e548 Doc: add `-n` option to Sphinx to show warnings by Sybren A. Stüvel · 2 years ago
  46. f0e194a Update CHANGELOG.md by Sybren A. Stüvel · 2 years, 1 month ago
  47. 91d0b24 Fix incorrect ordering of public and private keys in test case by myheroyuki · 2 years, 2 months ago
  48. 2ecfeea Mark 4.9 as released today by Sybren A. Stüvel · 2 years, 1 month ago
  49. f6086af Document package publishing with 2FA + API keys by Sybren A. Stüvel · 2 years, 1 month ago
  50. 76c0e69 Cleanup: remove trailing space from docstring by Sybren A. Stüvel · 2 years, 5 months ago
  51. a925a9d Fix #133: Remove rsa/_compat.py by Sybren A. Stüvel · 2 years, 5 months ago
  52. 3031bf5 Do not include arbitrary files in wheel by Michał Górny · 2 years, 6 months ago
  53. c373662 Bumped version to 4.9-dev0 by Sybren A. Stüvel · 2 years, 5 months ago
  54. 681b256 Fix CHANGELOG.md by Sybren A. Stüvel · 2 years, 5 months ago
  55. 3b31182 Remove overlapping slots from AbstractKey subclasses by Arie Bovenberg · 2 years, 6 months ago
  56. 6391b1a Fix #194: Remove debug logging from `rsa/key.py` by Sybren A. Stüvel · 2 years, 5 months ago
  57. b1679ec add GitHub URL for PyPi by Andrii Oriekhov · 2 years, 5 months ago
  58. 32bfe40 Tiny fix to Incompatible types in assignment by ikeikeikeike / ikedat / Tatsuo Ikeda · 2 years, 8 months ago
  59. 5b377fb Update Sphinx to allow docs generation on Python 3.10 by Sybren A. Stüvel · 2 years, 8 months ago
  60. 185fe57 Docs: Fix table layout by Sybren A. Stüvel · 2 years, 8 months ago
  61. 47a7db1 More version bump to 4.8 by Sybren A. Stüvel · 2 years, 8 months ago version-4.8
  62. cf47106 Fix update_version.sh to follow Black-style formatting by Sybren A. Stüvel · 2 years, 8 months ago
  63. 1ba4a17 Bumped version to 4.8 by Sybren A. Stüvel · 2 years, 8 months ago
  64. 7b52296 Add compat with py3.10 to changelog by Sybren A. Stüvel · 2 years, 8 months ago
  65. 7ed1b5e Remove obsolete file by Sybren A. Stüvel · 2 years, 8 months ago
  66. 3e9b338 Fix typos by Kian-Meng, Ang · 2 years, 10 months ago
  67. a038aef Update dependencies for Python 3.10 compatibility by Sybren A. Stüvel · 2 years, 8 months ago
  68. 39c30a5 Fix testing with Tox + Poetry by Sybren A. Stüvel · 2 years, 8 months ago
  69. fe4db61 Run 'poetry lock' to bump typed_ast to support Python 3.10 by Hugo van Kemenade · 2 years, 10 months ago
  70. 1f77949 Add support for Python 3.10 by Hugo van Kemenade · 2 years, 10 months ago
  71. 483700a Use Chinese Remainder Theorem when decrypting with private key by Sybren A. Stüvel · 3 years, 4 months ago
  72. 35e962d Reformatting with Black by Sybren A. Stüvel · 3 years, 4 months ago
  73. 7bdbdaa Fix hashlib mypy types for Python 3.x by Saif Hakim · 3 years, 6 months ago
  74. 72f8f72 Fix typo in CHANGELOG.md by Sybren A. Stüvel · 3 years, 5 months ago
  75. d1de4c8 Add py.typed marker file for PEP 561 compliance by Andrey Semakin · 4 years, 9 months ago
  76. 214c0f9 Clean up stdout when using unittest test runner by Saif Hakim · 3 years, 6 months ago
  77. 4c3cd57 Update usage.rst by Richard Vodden · 3 years, 6 months ago
  78. f290e4e Correct return value of verify() by Richard Vodden · 3 years, 6 months ago
  79. 3450f43 Document chaining of exceptions in changelog by Sybren A. Stüvel · 3 years, 5 months ago
  80. 1a5b2d1 Fix exception causes all over the codebase by Ram Rachum · 4 years, 2 months ago
  81. b8ac79f Add switch to Poetry to CHANGELOG.md by Sybren A. Stüvel · 3 years, 5 months ago
  82. 913829a Document how to use Poetry by Sybren A. Stüvel · 3 years, 5 months ago
  83. 96a7a7d .travis.yml: use Poetry instead of Pipenv by Sybren A. Stüvel · 3 years, 5 months ago temp-poetry
  84. 2603c83 .travis.yml: Remove Python 3.5 by Sybren A. Stüvel · 3 years, 5 months ago
  85. 3b8c94c Update `update_version.sh` to use Poetry by Sybren A. Stüvel · 3 years, 5 months ago
  86. 8bc1ec8 Manage dependencies with Poetry instead of Pipenv by Sybren A. Stüvel · 3 years, 6 months ago
  87. f77fbdf Bumped version to 4.8-dev0 by Sybren A. Stüvel · 3 years, 5 months ago
  88. 092acf8 README: change header style by Sybren A. Stüvel · 3 years, 5 months ago
  89. 5b517c2 README: remove older changes by Sybren A. Stüvel · 3 years, 6 months ago
  90. 8766407 Bumped version to 4.7.2 by Sybren A. Stüvel · 3 years, 5 months ago version-4.7.2
  91. 130eb4e Add pickling fix to CHANGELOG by Sybren A. Stüvel · 3 years, 5 months ago
  92. eb6ddb6 Fix #173: unpickling doesn't restore full object by Bu Sun Kim · 3 years, 6 months ago
  93. 758562f Mark version 4.7.1 as released by Sybren A. Stüvel · 3 years, 6 months ago version-4.7.1
  94. 63488be Bumped version to 4.7.1 by Sybren A. Stüvel · 3 years, 6 months ago
  95. 88418f0 Fix threading issue introduced in 4.7 by Sybren A. Stüvel · 3 years, 6 months ago
  96. 3af4e65 Fix link formatting in CHANGELOG by Max Smolens · 3 years, 7 months ago
  97. 7508737 Bumped version to 4.7.1-dev0 by Sybren A. Stüvel · 3 years, 6 months ago
  98. fa3282a Bumped version to 4.7 by Sybren A. Stüvel · 3 years, 7 months ago version-4.7
  99. a364e82 Marked version 4.7 as released by Sybren A. Stüvel · 3 years, 7 months ago
  100. 539c54a Fix #170: mistake in examples of documentation by Sybren A. Stüvel · 3 years, 7 months ago