summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Updated key loading example and included it as unit test, fixes bug #31Sybren A. St?vel2016-01-181-2/+2
|
* Made example code more consistent and up to date with Python 3.4Sybren A. St?vel2015-08-311-6/+13
|
* Added a bit about PKCS#8Sybren A. St?vel2014-02-221-0/+11
|
* rsa.pkcs1.verify() should return True when successfulTim Heckman2012-10-171-1/+2
| | | | | | | | | | | | | | | - when verification passes verify() will return True, instead of None. If verification fails the function will still raise a rsa.pkcs1.VerificationError for legacy purposes. - update the docs to note that the verify() function returns True when successful - write unit tests to verify this new behavior This commit passes all build tests: Ran 44 tests in 1.217s OK
* Updated installation instructionsSybren A. St?vel2012-06-182-10/+20
|
* Tweaked unittests for Python 3.xSybren A. St?vel2012-06-181-0/+1
|
* Added Tox to dev requirementsversion-3.1Sybren A. St?vel2012-06-171-0/+1
|
* Added parallel.py module and ability to use multiprocessing when generating keysSybren A. St?vel2011-08-101-27/+40
|
* Bumped version to 3.1-beta0Sybren A. St?vel2011-08-101-2/+3
|
* More doc tweaksSybren A. St?vel2011-08-034-9/+12
|
* More documentation about key size and OpenSSL compatibilitySybren A. St?vel2011-08-032-18/+50
|
* more documentationSybren A. St?vel2011-08-036-30/+153
|
* Much more documentationSybren A. St?vel2011-08-018-19/+115
|
* More usage documentationSybren A. St?vel2011-08-011-0/+95
|
* Added file for CLI documentationSybren A. St?vel2011-07-312-0/+6
|
* doc typoSybren A. St?vel2011-07-311-1/+1
|
* Finished documentation of basic functionsSybren A. St?vel2011-07-312-5/+71
|
* More documentationSybren A. St?vel2011-07-316-7/+112
|
* More documentationSybren A. St?vel2011-07-315-12/+153
|
* More documentationSybren A. St?vel2011-07-304-0/+54
|
* Added initial sphinx doc structureSybren A. St?vel2011-07-307-0/+537