summaryrefslogtreecommitdiff
path: root/lib/Crypto/SelfTest/Random
Commit message (Expand)AuthorAgeFilesLines
* Fix tests when running under "python -OO" (PYTHONOPTIMIZE set to 1 or 2)Dwayne Litzenberger2014-06-221-2/+4
* Merge tag 'v2.6.1' (fix CVE-2013-1445)Dwayne Litzenberger2013-10-202-0/+172
|\
| * Random: Make Crypto.Random.atfork() set last_reseed=None (CVE-2013-1445)Dwayne Litzenberger2013-10-142-0/+172
* | Fix random.shuffle SelfTestDwayne Litzenberger2013-02-161-1/+1
|/
* Merge from upstreamLegrandin2011-12-223-12/+12
|\
| * Python 3.x fixes:Dwayne C. Litzenberger2011-10-223-12/+12
* | Merged from upstream (py3k support) and modified so that all unit tests pass.Legrandin2011-10-184-21/+148
|\ \ | |/
| * Unwraping byte conversion on test vectors.Anders Sundman2011-04-242-11/+11
| * Improve random selftestThorsten Behrens2011-01-051-4/+3
| * Additional random unit tests; fix a random unit testThorsten Behrens2011-01-041-2/+9
| * Add unit tests for Crypto.Random.randomThorsten Behrens2010-12-311-0/+114
| * PY3K _fastmath supportThorsten Behrens2010-12-292-2/+2
| * Changes to allow pycrpyto to work on Python 3.x as well as 2.1 through 2.7Thorsten Behrens2010-12-283-27/+34
* | Added Lorenz Quack's native C implementation of all SHA-2 algorithmLegrandin2011-10-161-1/+1
|/
* SelfTest: Output a message indicating that the RandomPool_DeprecationWarning ...Dwayne C. Litzenberger2009-08-281-0/+2
* Random: Add Crypto.Random.get_random_bytes()Dwayne C. Litzenberger2009-08-281-0/+3
* Random: Remove RandomPoolCompatDwayne C. Litzenberger2009-08-281-4/+4
* SelfTest: Fix commentDwayne C. Litzenberger2009-04-251-1/+1
* Legal: Dedicate my files to the public domain.Dwayne C. Litzenberger2009-03-0113-273/+221
* cleanup: Move modules to "lib/Crypto" subdirectory.Dwayne C. Litzenberger2009-02-2813-0/+848