summaryrefslogtreecommitdiff
path: root/lib/Crypto/Signature/PKCS1_PSS.py
Commit message (Expand)AuthorAgeFilesLines
* Sign the hash in the the PKCS1_PSS doctest, not the keyW. Trevor King2013-12-231-1/+1
* Hash: Speed up initialization by removing pure-Python wrappershash-speedup-wipDwayne Litzenberger2013-02-171-3/+16
* 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-191-1/+1
* Further fixed for python 3Legrandin2011-10-191-8/+10
* Merged from upstream (py3k support) and modified so that all unit tests pass.Legrandin2011-10-181-14/+15
* Restructure both PKCS#1 signature schemes as objects.Legrandin2011-10-161-125/+149
* To simplify, no RNG needs to be provided with PKCS1 encryption: the one belon...Legrandin2011-10-021-16/+13
* 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-071-47/+54
* First fully tested version of Crypto.Signature.PKCS1_PSSLegrandin2011-02-061-0/+320