summaryrefslogtreecommitdiff
path: root/tests/test_pkcs1.py
Commit message (Expand)AuthorAgeFilesLines
* Support signing a pre-calculated hash (#87)Justin Simon2017-05-071-0/+21
* Feature request #78: Expose function to find the hash method of a signatureSybren A. Stüvel2017-04-101-1/+9
* Don't print in unit testsSybren A. Stüvel2017-04-101-3/+0
* Drop byte_literal in favour of b''adamantike2016-05-081-5/+5
* Fix edge case for byte() call at pkcs1 test (#64)Michael Manganiello2016-04-231-1/+2
* Updated documentation, mostly http -> https changesSybren A. Stüvel2016-02-051-1/+1
* Big refactor to become more PEP8 compliant.Sybren A. Stüvel2016-01-221-22/+19
* Removed dependency on unittest2, also merged requirements.txt for py 2.x and 3.xSybren A. Stüvel2016-01-211-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