Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add more type hints | Andrey Semakin | 2020-06-03 | 1 | -3/+3 |
| | |||||
* | Drop character encoding markers for Python 2.x | Andrey Semakin | 2020-06-03 | 1 | -2/+0 |
| | |||||
* | Configured flask8 to use max_complexity=10 | Sybren A. Stüvel | 2019-08-04 | 1 | -23/+29 |
| | | | | Also reorganised the only function that had a higher complexity. | ||||
* | Added type annotations + some fixes to get them correct | Sybren A. Stüvel | 2019-08-04 | 1 | -3/+7 |
| | | | | | | 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.4 | Sybren A. Stüvel | 2019-08-04 | 1 | -4/+2 |
| | |||||
* | Drop byte_literal in favour of b'' | adamantike | 2016-05-08 | 1 | -8/+8 |
| | |||||
* | xrange compatibility optimization for Python 2 (#69) | Michael Manganiello | 2016-05-08 | 1 | -1/+2 |
| | |||||
* | Ensuring that PEM output is always in bytes. | Sybren A. Stüvel | 2016-03-17 | 1 | -6/+6 |
| | | | | | This may break some applications. However, it does make the RSA library easier to use on different Python versions. | ||||
* | Allow loading PEM from strings (not just bytes), closes issue #49 | Sybren A. Stüvel | 2016-03-17 | 1 | -0/+4 |
| | |||||
* | 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 | ||||
* | Fixed some docstrings to use Sphinx-compatible notation | Sybren A. Stüvel | 2016-01-22 | 1 | -6/+6 |
| | |||||
* | Big refactor to become more PEP8 compliant. | Sybren A. Stüvel | 2016-01-22 | 1 | -9/+10 |
| | | | | | Mostly focused on docstrings (''' → """), indentation, empty lines, and superfluous parenthesis. | ||||
* | No longer using obsolete base64 interface, fixes bug #30 | Sybren A. Stüvel | 2016-01-21 | 1 | -2/+2 |
| | |||||
* | Reverts docstring quoting syntax. | Yesudeep Mangalapilly | 2011-08-24 | 1 | -7/+7 |
| | |||||
* | Moves incompatible doctests to unit test modules. | Yesudeep Mangalapilly | 2011-08-16 | 1 | -5/+2 |
| | |||||
* | Parellelized testing. Caught a lot of bugs. | Yesudeep Mangalapilly | 2011-08-16 | 1 | -7/+7 |
| | |||||
* | Porting to Python 3 complete. All tests except pyasn1 stuff pass. | Yesudeep Mangalapilly | 2011-08-11 | 1 | -8/+13 |
| | |||||
* | oops | Sybren A. Stüvel | 2011-07-30 | 1 | -2/+2 |
| | |||||
* | Sligthly better ignoring of fields in PEM | Sybren A. Stüvel | 2011-07-30 | 1 | -2/+6 |
| | |||||
* | Ignore fields in PEM-encoded files | Sybren A. Stüvel | 2011-07-30 | 1 | -0/+4 |
| | |||||
* | Added Apache 2 license notice to source files | Sybren A. Stüvel | 2011-07-23 | 1 | -0/+16 |
| | |||||
* | Fixed bug in PEM writer | Sybren A. Stüvel | 2011-07-22 | 1 | -1/+1 |
| | |||||
* | Simpler PEM marker code | Sybren A. Stüvel | 2011-07-21 | 1 | -17/+23 |
| | |||||
* | Added support for saving private keys in DER and PEM format | Sybren A. Stüvel | 2011-07-20 | 1 | -0/+28 |
| | |||||
* | Added loading of DER and PEM encoded private keys | Sybren A. Stüvel | 2011-07-19 | 1 | -0/+60 |