summaryrefslogtreecommitdiff
path: root/rsa/util.py
Commit message (Collapse)AuthorAgeFilesLines
* Reformatting with BlackSybren A. Stüvel2021-03-291-26/+48
| | | | No functional changes.
* Drop character encoding markers for Python 2.xAndrey Semakin2020-06-031-2/+0
|
* Added type annotations + some fixes to get them correctSybren A. Stüvel2019-08-041-1/+1
| | | | | | One functional change: `CryptoOperation.read_infile()` now reads bytes from `sys.stdin` instead of text. This is necessary to be consistent with the rest of the code, which all deals with bytes.
* Removed compatibility code for Python 2.7 and 3.4Sybren A. Stüvel2019-08-041-2/+0
|
* Updated documentation, mostly http -> https changesSybren A. Stüvel2016-02-051-1/+1
| | | | | | Also: - changed http to https in the code - changed header underlines in the documentation to match the header length
* Fixed PEP8 style issuesSybren A. Stüvel2016-01-271-2/+2
|
* Big refactor to become more PEP8 compliant.Sybren A. Stüvel2016-01-221-16/+14
| | | | | Mostly focused on docstrings (''' → """), indentation, empty lines, and superfluous parenthesis.
* Fixed compatibilty of pyrsa-priv2pub with Python 3Sybren A. Stüvel2014-02-221-13/+15
|
* Reverts docstring quoting syntax.Yesudeep Mangalapilly2011-08-241-2/+2
|
* Parellelized testing. Caught a lot of bugs.Yesudeep Mangalapilly2011-08-161-2/+4
|
* More documentation about key size and OpenSSL compatibilitySybren A. Stüvel2011-08-031-2/+2
|
* Added pyrsa-priv2pub CLI toolSybren A. Stüvel2011-07-241-0/+77