Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bumped version to 4.9 | Sybren A. Stüvel | 2022-07-20 | 1 | -2/+2 |
| | |||||
* | Bumped version to 4.9-dev0 | Sybren A. Stüvel | 2022-03-13 | 1 | -2/+2 |
| | |||||
* | More version bump to 4.8version-4.8 | Sybren A. Stüvel | 2021-11-24 | 1 | -2/+2 |
| | |||||
* | Reformatting with Black | Sybren A. Stüvel | 2021-03-29 | 1 | -7/+27 |
| | | | | No functional changes. | ||||
* | Bumped version to 4.8-dev0 | Sybren A. Stüvel | 2021-02-24 | 1 | -1/+1 |
| | |||||
* | Bumped version to 4.7.2version-4.7.2 | Sybren A. Stüvel | 2021-02-24 | 1 | -2/+2 |
| | |||||
* | Bumped version to 4.7.1 | Sybren A. Stüvel | 2021-02-15 | 1 | -2/+2 |
| | |||||
* | Bumped version to 4.7.1-dev0 | Sybren A. Stüvel | 2021-02-14 | 1 | -2/+2 |
| | |||||
* | Bumped version to 4.7version-4.7 | Sybren A. Stüvel | 2021-01-10 | 1 | -2/+2 |
| | |||||
* | Bumped version to 4.7-dev0 | Sybren A. Stüvel | 2020-06-12 | 1 | -1/+1 |
| | |||||
* | Retagged 4.4 as 4.6 and added bit of an explanation to CHANGELOG.mdversion-4.6 | Sybren A. Stüvel | 2020-06-12 | 1 | -1/+1 |
| | |||||
* | Bumped version to 4.4.1version-4.4.1 | Sybren A. Stüvel | 2020-06-12 | 1 | -1/+1 |
| | |||||
* | Bumped version to 4.4version-4.4 | Sybren A. Stüvel | 2020-06-12 | 1 | -2/+2 |
| | |||||
* | Bumped version to 4.2version-4.2 | Sybren A. Stüvel | 2020-06-11 | 1 | -2/+2 |
| | |||||
* | Bumped version to 4.2-dev0 | Sybren A. Stüvel | 2020-06-10 | 1 | -1/+1 |
| | |||||
* | Bumped version to 4.1version-4.1 | Sybren A. Stüvel | 2020-06-10 | 1 | -2/+2 |
| | |||||
* | Drop character encoding markers for Python 2.x | Andrey Semakin | 2020-06-03 | 1 | -2/+0 |
| | |||||
* | Added flake8 as development dependency and fixed reported issues | Sybren A. Stüvel | 2019-08-04 | 1 | -1/+1 |
| | |||||
* | Bumped version to 4.1-dev0 | Sybren A. Stüvel | 2019-08-04 | 1 | -2/+2 |
| | |||||
* | Mark 4.0 as releasedversion-4.0 | Sybren A. Stüvel | 2018-09-16 | 1 | -2/+2 |
| | |||||
* | Support signing a pre-calculated hash (#87) | Justin Simon | 2017-05-07 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Split the hashing out of the sign method This code change adds support to split the hashing of a message and the actual signing of the message. * Updating unit test and documentation This commit updates the unit test and usage docs. In addition, This change removes a redundant error check inside rsa.sign(). * Refactore unit tests and code comments Removed the print statements from the unit test and refactored a few code comments to improve readability. * Rename hash function The new hash function had the same name as a function in the standard library. This commit changes the name to avoid conflicts. * Rename hash function to compute_hash() This commit renames the hash function to compute_hash(). | ||||
* | Feature request #78: Expose function to find the hash method of a signature | Sybren A. Stüvel | 2017-04-10 | 1 | -1/+1 |
| | | | | | | I've not used the name "find_method_hash" suggested in #78, as it's a bit vague. It's ok-ish for a private function `_find_method_hash`, but I thought `find_signature_hash` would be more descriptive. | ||||
* | Update security warning (#70) | Michael Manganiello | 2016-05-08 | 1 | -3/+2 |
| | |||||
* | Merge branch 'version-3.4-fix-changelog' | Sybren A. Stüvel | 2016-03-29 | 1 | -1/+1 |
|\ | |||||
| * | Bumped version to 3.4.2 | Sybren A. Stüvel | 2016-03-29 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'version-3.4-repackaging' | Sybren A. Stüvel | 2016-03-26 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Bumped version to 3.4.1 | Sybren A. Stüvel | 2016-03-26 | 1 | -2/+2 |
| | | |||||
* | | Bumped version to 4.0-alpha | Sybren A. Stüvel | 2016-03-17 | 1 | -1/+1 |
|/ | |||||
* | Bumped to version 3.4 | Sybren A. Stüvel | 2016-03-17 | 1 | -2/+2 |
| | |||||
* | Bumped version to 3.4-beta1 | Sybren A. Stüvel | 2016-02-05 | 1 | -1/+1 |
| | |||||
* | Updated documentation, mostly http -> https changes | Sybren A. Stüvel | 2016-02-05 | 1 | -1/+1 |
| | | | | | | Also: - changed http to https in the code - changed header underlines in the documentation to match the header length | ||||
* | Removed obsolete remark from docstring, fixes #14 | Sybren A. Stüvel | 2016-01-22 | 1 | -3/+0 |
| | |||||
* | Big refactor to become more PEP8 compliant. | Sybren A. Stüvel | 2016-01-22 | 1 | -6/+6 |
| | | | | | Mostly focused on docstrings (''' → """), indentation, empty lines, and superfluous parenthesis. | ||||
* | Bumped version to 3.3version-3.3 | Sybren A. Stüvel | 2016-01-21 | 1 | -2/+2 |
| | |||||
* | Bumped version to 3.2.3version-3.2.3 | Sybren A. Stüvel | 2015-11-05 | 1 | -1/+1 |
| | |||||
* | Bumped version to 3.2.2 due to an issue with pypiversion-3.2.2 | Sybren A. Stüvel | 2015-11-05 | 1 | -1/+1 |
| | |||||
* | Bumped version to 3.2.1version-3.2.1 | Sybren A. Stüvel | 2015-11-05 | 1 | -2/+2 |
| | |||||
* | Bumped version to 3.2version-3.2 | Sybren A. Stüvel | 2015-07-29 | 1 | -2/+2 |
| | |||||
* | Bumped version to 3.1.4version-3.1.4 | Sybren A. Stüvel | 2014-02-22 | 1 | -2/+2 |
| | |||||
* | Bumped version to 3.1.3version-3.1.3 | Sybren A. Stüvel | 2014-02-02 | 1 | -2/+2 |
| | |||||
* | Bumped version to 3.1.2version-3.1.2 | Sybren A. Stüvel | 2013-09-15 | 1 | -2/+2 |
| | |||||
* | Added version 3.1.1 to changelog | Sybren A. Stüvel | 2012-06-18 | 1 | -1/+1 |
| | |||||
* | Bumped version to 3.1 | Sybren A. Stüvel | 2012-06-17 | 1 | -3/+3 |
| | |||||
* | Bumped version to 3.1-beta0 | Sybren A. Stüvel | 2011-08-10 | 1 | -1/+1 |
| | |||||
* | Bumped version to 3.0.1version-3.0.1 | Sybren A. Stüvel | 2011-08-07 | 1 | -2/+2 |
| | |||||
* | Bumped version to 3.0 | Sybren A. Stüvel | 2011-08-05 | 1 | -2/+2 |
| | |||||
* | Added verify and sign commands, fixed some bugs in other commands | Sybren A. Stüvel | 2011-07-31 | 1 | -2/+3 |
| | |||||
* | Bumped version from 2.1-beta0 to 3.0-beta0 | Sybren A. Stüvel | 2011-07-30 | 1 | -1/+1 |
| | |||||
* | Removed insecure code from rsa/__init__.py | Sybren A. Stüvel | 2011-07-30 | 1 | -125/+4 |
| | |||||
* | Added Apache 2 license notice to source files | Sybren A. Stüvel | 2011-07-23 | 1 | -0/+15 |
| |