summaryrefslogtreecommitdiff
path: root/lib/Crypto/Signature
Commit message (Expand)AuthorAgeFilesLines
* Sign the hash in the the PKCS1_PSS doctest, not the keyW. Trevor King2013-12-231-1/+1
* More ValueError -> TypeErrorDwayne Litzenberger2013-10-201-1/+1
* Bugfix #1119552: PKCS#1v1.5 has to accept signatures without NULL parametersLegrandin2013-07-141-12/+29
* Added support for PKCS#8-encrypted private keys.Legrandin2013-07-141-20/+25
* Hash: Speed up initialization by removing pure-Python wrappershash-speedup-wipDwayne Litzenberger2013-02-171-3/+16
* Hash: Remove "oid" attributes; add "name" attributeDwayne Litzenberger2013-02-171-1/+71
* Hash: Rename SHA->SHA1 and RIPEMD->RIPEMD160 (1/2)Dwayne Litzenberger2013-02-161-4/+4
* Fix documentation (thanks John-Mark Gurney)Dwayne C. Litzenberger2012-05-241-1/+1
* Fix documentation for PKCS#1 modules.Legrandin2012-04-192-2/+2
* Further fixed for python 3Legrandin2011-10-191-8/+10
* Merged from upstream (py3k support) and modified so that all unit tests pass.Legrandin2011-10-182-18/+20
* Restructure both PKCS#1 signature schemes as objects.Legrandin2011-10-162-213/+262
* To simplify, no RNG needs to be provided with PKCS1 encryption: the one belon...Legrandin2011-10-023-28/+34
* More precise computation of modulus size in bytes (only relevant if modulus s...Legrandin2011-02-141-3/+8
* Make PKCS#1 and its test cases work with Python 2.1Legrandin2011-02-071-0/+4
* Polish documentation of PKCS#1. Reuse strxor already available in Crypto.UtilLegrandin2011-02-072-85/+95
* First fully tested version of Crypto.Signature.PKCS1_PSSLegrandin2011-02-062-1/+321
* Add check for signature length in verify()Legrandin2011-02-031-0/+5
* The final, tested PKCS#1 v1.5 signature moduleLegrandin2011-02-032-25/+88
* Add PKCS1_v_1_5 moduleLegrandin2011-02-022-0/+156