summaryrefslogtreecommitdiff
path: root/tests/test_pem.py
Commit message (Collapse)AuthorAgeFilesLines
* Reformatting with BlackSybren A. Stüvel2021-03-291-19/+20
| | | | No functional changes.
* Drop character encoding markers for Python 2.xAndrey Semakin2020-06-031-2/+0
|
* Removed compatibility code for Python 2.7 and 3.4Sybren A. Stüvel2019-08-041-9/+8
|
* Drop byte_literal in favour of b''adamantike2016-05-081-3/+3
|
* More CLI tests & clearer bytes stuffSybren A. Stüvel2016-03-171-0/+14
| | | | | Ensuring that bytes are written correctly on all supported Python versions, including when writing to stdout.
* Ensuring that PEM output is always in bytes.Sybren A. Stüvel2016-03-171-1/+15
| | | | | 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 #49Sybren A. Stüvel2016-03-171-2/+49
|
* 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
* Big refactor to become more PEP8 compliant.Sybren A. Stüvel2016-01-221-1/+1
| | | | | Mostly focused on docstrings (''' → """), indentation, empty lines, and superfluous parenthesis.
* Removed dependency on unittest2, also merged requirements.txt for py 2.x and 3.xSybren A. Stüvel2016-01-211-2/+2
|
* Added per-file licensesRoy Kokkelkoren2015-10-251-1/+14
|
* Moves incompatible doctests to unit test modules.Yesudeep Mangalapilly2011-08-161-0/+14