summaryrefslogtreecommitdiff
path: root/rsa
Commit message (Expand)AuthorAgeFilesLines
* Removed some compatibility code for Python 2.6Sybren A. Stüvel2016-01-271-8/+1
* Removed unused importSybren A. Stüvel2016-01-271-1/+1
* Simplified test structure a bit, so we no longer need to set PYTHONPATHSybren A. Stüvel2016-01-271-2/+0
* Removed code duplicationSybren A. Stüvel2016-01-271-11/+13
* Fixed bug where PrivateKey.exp2 wasn't correctly processed in the constructor.Sybren A. Stüvel2016-01-271-5/+5
* Deprecated old modules, and slated them for removal in 4.0Sybren A. Stüvel2016-01-272-8/+13
* Perform a late import of rsa.varblock to prevent DeprecationWarningsSybren A. Stüvel2016-01-251-1/+4
* Fix #12 Allow pickling of keys.Sybren A. Stüvel2016-01-221-0/+24
* Removed doctest for blinding, as it is not suitable as an example for end users.Sybren A. Stüvel2016-01-221-8/+0
* Another pass at blinding.Sybren A. Stüvel2016-01-222-19/+20
* Use random number when blinding, and also blind when verifying signatures.Sybren A. Stüvel2016-01-222-45/+75
* Fixed some docstrings to use Sphinx-compatible notationSybren A. Stüvel2016-01-223-25/+26
* Fix #13: Deprecated the VARBLOCK format and rsa.bigfile moduleSybren A. Stüvel2016-01-222-0/+71
* Fix #19: Implemented blinding when decrypting.Sybren A. Stüvel2016-01-222-2/+44
* Removed obsolete remark from docstring, fixes #14Sybren A. Stüvel2016-01-221-3/+0
* Updated doctests to Python 3.5 and automatically running with Tox.Sybren A. Stüvel2016-01-224-76/+18
* Fix #30, removed use of deprecated `base64.decodestring` from docstringsSybren A. Stüvel2016-01-221-2/+2
* Using r""" for some docstringsSybren A. Stüvel2016-01-223-6/+6
* Big refactor to become more PEP8 compliant.Sybren A. Stüvel2016-01-2216-413/+429
* Fix #27: Close Pipes at parallel version of genprime.Sybren A. Stüvel2016-01-221-5/+9
* Primes regeneration in RSA keys generationMichael Manganiello2016-01-211-3/+11
* Corrected accurate mode of 'newkeys' functionMichael Manganiello2016-01-211-2/+4
* Simplified calculation of GCDMichael Manganiello2016-01-211-3/+3
* No longer using obsolete base64 interface, fixes bug #30Sybren A. Stüvel2016-01-211-2/+2
* Bumped version to 3.3version-3.3Sybren A. Stüvel2016-01-211-2/+2
* Fix FTBFS import errorFabio Alessandro Locati2016-01-211-1/+5
* Fix BB'06 attack in verify() by switching from parsing to comparisonFilippo Valsorda2015-12-161-38/+20
* Bumped version to 3.2.3version-3.2.3Sybren A. Stüvel2015-11-051-1/+1
* Added character encoding markers for Python 2.xSybren A. Stüvel2015-11-053-0/+3
* Bumped version to 3.2.2 due to an issue with pypiversion-3.2.2Sybren A. Stüvel2015-11-051-1/+1
* Bumped version to 3.2.1version-3.2.1Sybren A. Stüvel2015-11-051-2/+2
* Added per-file licensesRoy Kokkelkoren2015-10-253-0/+45
* Bumped version to 3.2version-3.2Sybren A. Stüvel2015-07-291-2/+2
* Bumped version to 3.1.4version-3.1.4Sybren A. Stüvel2014-02-221-2/+2
* Fixed typo in pyrsa-verify help messageSybren A. Stüvel2014-02-221-1/+1
* Fixed compatibilty of pyrsa-priv2pub with Python 3Sybren A. Stüvel2014-02-221-13/+15
* Bumped version to 3.1.3version-3.1.3Sybren A. Stüvel2014-02-021-2/+2
* Bumped version to 3.1.2version-3.1.2Sybren A. Stüvel2013-09-151-2/+2
* rsa.pkcs1.verify() should return True when successfulTim Heckman2012-10-171-0/+2
* Explicitly cast ASN.1 integer type to Python intSybren A. Stüvel2012-10-121-1/+1
* Added support for loading public keys from OpenSSLSybren A. Stüvel2012-10-112-18/+84
* Fixed some more Py32 incompatibilitiesversion-3.1.1Sybren A. Stüvel2012-06-182-5/+7
* Fixed CLI functions for Python 3.xSybren A. Stüvel2012-06-181-21/+21
* Added version 3.1.1 to changelogSybren A. Stüvel2012-06-181-1/+1
* Fixed doctestsSybren A. Stüvel2012-06-182-2/+2
* Bumped version to 3.1Sybren A. Stüvel2012-06-171-3/+3
* Fixes formatting indentation issue to revert to PEP8 style.Yesudeep Mangalapilly2012-03-021-77/+76
* Fix buffer bytestring issue with Python 3.2Yesudeep Mangalapilly2012-03-021-78/+83
* Reverts docstring quoting syntax.Yesudeep Mangalapilly2011-08-2413-167/+170
* Adds back older doctests for _int2bytes for compliance.Yesudeep Mangalapilly2011-08-241-0/+17