summaryrefslogtreecommitdiff
path: root/tests/test_pkcs1.py
Commit message (Expand)AuthorAgeFilesLines
* Removed dependency on unittest2, also merged requirements.txt for py 2.x and 3.xSybren A. St?vel2016-01-141-3/+3
* Added character encoding markers for Python 2.xSybren A. St?vel2015-11-051-0/+1
* Added per-file licensesRoy Kokkelkoren2015-10-251-0/+15
* rsa.pkcs1.verify() should return True when successfulTim Heckman2012-10-171-1/+1
* Reverts docstring quoting syntax.Yesudeep Mangalapilly2011-08-241-7/+7
* Parellelized testing. Caught a lot of bugs.Yesudeep Mangalapilly2011-08-161-7/+7
* Removes unnecessary code that I had added.Yesudeep Mangalapilly2011-08-111-6/+0
* Porting to Python 3 complete. All tests except pyasn1 stuff pass.Yesudeep Mangalapilly2011-08-111-5/+15
* Update tests to use unittest2.Yesudeep Mangalapilly2011-08-111-3/+3
* Tests are now functional (only running without syntax errors) on Python 3 too.Yesudeep Mangalapilly2011-08-111-6/+5
* Added PKCS#1 signatures and verification of signaturesSybren A. St?vel2011-07-101-13/+45
* Added test for randomnessSybren A. St?vel2011-07-101-0/+11
* Added unittest for PKCS#1 decoding failuresSybren A. St?vel2011-07-101-1/+11
* Replaced the binary test with a test of the PKCS1 module.Sybren A. St?vel2011-07-101-0/+38