aboutsummaryrefslogtreecommitdiff
path: root/rsa/asn1.py
AgeCommit message (Collapse)Author
2020-06-03Drop character encoding markers for Python 2.xAndrey Semakin
2016-02-05Updated documentation, mostly http -> https changesSybren A. Stüvel
Also: - changed http to https in the code - changed header underlines in the documentation to match the header length
2016-01-22Big refactor to become more PEP8 compliant.Sybren A. Stüvel
Mostly focused on docstrings (''' → """), indentation, empty lines, and superfluous parenthesis.
2015-11-05Added character encoding markers for Python 2.xSybren A. Stüvel
2015-10-25Added per-file licensesRoy Kokkelkoren
2012-10-11Added support for loading public keys from OpenSSLSybren A. Stüvel