summaryrefslogtreecommitdiff
path: root/rsa/pkcs1.py
Commit message (Expand)AuthorAgeFilesLines
* Fix BB'06 attack in verify() by switching from parsing to comparisonFilippo Valsorda2015-12-161-38/+20
* rsa.pkcs1.verify() should return True when successfulTim Heckman2012-10-171-0/+2
* Fixed doctestsSybren A. St?vel2012-06-181-1/+1
* Reverts docstring quoting syntax.Yesudeep Mangalapilly2011-08-241-21/+21
* Parellelized testing. Caught a lot of bugs.Yesudeep Mangalapilly2011-08-161-21/+21
* Porting to Python 3 complete. All tests except pyasn1 stuff pass.Yesudeep Mangalapilly2011-08-111-17/+18
* Tests are now functional (only running without syntax errors) on Python 3 too.Yesudeep Mangalapilly2011-08-111-3/+3
* Fixed doctest, python 2.6 on cygwinSybren A. St?vel2011-08-031-1/+1
* more documentationSybren A. St?vel2011-08-031-2/+30
* Made hashing efficient for large filesSybren A. St?vel2011-07-311-5/+25
* More documentationSybren A. St?vel2011-07-311-34/+37
* Using key.X rather than key['X']Sybren A. St?vel2011-07-301-9/+9
* Added Apache 2 license notice to source filesSybren A. St?vel2011-07-231-0/+16
* Renamed rsa.keygen to rsa.keySybren A. St?vel2011-07-191-4/+4
* Fixed file permissionsSybren A. St?vel2011-07-191-1/+1
* Fixed typo on rsa.pkcs1.__all__Sybren A. St?vel2011-07-121-1/+1
* Added PKCS#1 signatures and verification of signaturesSybren A. St?vel2011-07-101-5/+176
* Added a bit of docstringSybren A. St?vel2011-07-101-0/+4
* Lot of refactorings:Sybren A. St?vel2011-07-101-0/+146