summaryrefslogtreecommitdiff
path: root/lib/Crypto/SelfTest/Signature
Commit message (Expand)AuthorAgeFilesLines
* Get rid of catch-all exceptions. LP#1178485.Richard Mitchell2014-06-221-2/+2
* Removed most 'import *' statementsLegrandin2013-10-202-2/+4
* whitespace changes (pre-AEAD)Legrandin2013-10-201-1/+1
* Added unit tests for bugfix #1119552Legrandin2013-07-141-0/+27
* Hash: Rename SHA->SHA1 and RIPEMD->RIPEMD160 (1/2)Dwayne Litzenberger2013-02-162-11/+11
* Merged from upstream (py3k support) and modified so that all unit tests pass.Legrandin2011-10-182-27/+31
* Added Lorenz Quack's native C implementation of all SHA-2 algorithmLegrandin2011-10-162-11/+11
* Restructure both PKCS#1 signature schemes as objects.Legrandin2011-10-162-15/+30
* To simplify, no RNG needs to be provided with PKCS1 encryption: the one belon...Legrandin2011-10-021-23/+38
* Make PKCS#1 and its test cases work with Python 2.1Legrandin2011-02-071-0/+2
* More test cases for PKCS#1Legrandin2011-02-072-4/+73
* First fully tested version of Crypto.Signature.PKCS1_PSSLegrandin2011-02-062-0/+363
* Tab to space conversionLegrandin2011-02-061-72/+72
* Make tests compatible to Python 2.1Legrandin2011-02-031-1/+3
* Add tests for PKCS#1 v1.5Legrandin2011-02-032-0/+235