summaryrefslogtreecommitdiff
path: root/doc/reference.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fix #199: Sphinx warnings reference target not foundSybren A. Stüvel2022-07-201-1/+9
| | | | | | | | | | | | | | | Fix the documentation by adding referenced-but-not-included functions and some other small fixes. The only warnings left are: ``` python-rsa/rsa/key.py:docstring of rsa.key.AbstractKey.load_pkcs1:: WARNING: py:class reference target not found: rsa.key.T python-rsa/rsa/key.py:docstring of rsa.key.AbstractKey.load_pkcs1:: WARNING: py:class reference target not found: rsa.key.T ``` These are due to Sphynx not really understanding `typing` type references. Not sure how to fix those.
* Feature request #78: Expose function to find the hash method of a signatureSybren A. Stüvel2017-04-101-0/+2
| | | | | | 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.
* Updated documentation for removal of bigfile/VARBLOCK support.Sybren A. Stüvel2017-04-101-21/+1
|
* Updated documentation, mostly http -> https changesSybren A. Stüvel2016-02-051-8/+8
| | | | | | Also: - changed http to https in the code - changed header underlines in the documentation to match the header length
* Fix #12 Allow pickling of keys.Sybren A. Stüvel2016-01-221-0/+8
| | | | | Pickling is now possible, with the added note that one should never unpickle from an untrusted or unauthenticated source.
* Fix #13: Deprecated the VARBLOCK format and rsa.bigfile moduleSybren A. Stüvel2016-01-221-0/+12
| | | | | This deprecation is due to security issues; see https://github.com/sybrenstuvel/python-rsa/issues/13 for more information.
* more documentationSybren A. Stüvel2011-08-031-6/+31
|
* Much more documentationSybren A. Stüvel2011-08-011-0/+29
|
* Finished documentation of basic functionsSybren A. Stüvel2011-07-311-0/+9
|
* More documentationSybren A. Stüvel2011-07-311-0/+29